Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Admin(+1)

You can try this series of commands to install the latest kitch. First download the itch-setup binary from https://itch.io/app and chmod +x it. Run the following in the same directory where itch-setup is.

  1. ./itch-setup --appname kitch --uninstall
  2. ./itch-setup --appname kitch

The latest version will likely be pushed to stable by the end of this week or on Monday.

Cool, now I'm definitely getting 25.4.6, which runs on Electron 10. I can't pass the `--force-renderer-accessibility` Chromium flag, though. I've tried passing it to the kitch binary in ~/.kitch, as well as to the binary located in the versioned app subdirectory. Any chance you might support letting us pass in that flag?


Thanks.

Admin(+1)

We don’t let arbitrary command line flags through right now for security reasons, but I can look into allowing that one.

Command line flags for electron would be processed here: https://github.com/itchio/itch/blob/master/src/main/main.ts#L38