You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to give you a desktop application that you can
download and run games from itch.io with. Additionally you
should be able to update games and get notified when games are updated. The
goal is not to replace the itch.io website.
If you'd like to develop the app instead, read the Getting Started page of the developer guide.
Development Quick Start
# Install dependencies
npm install
# Start the app in development mode (watches for changes and rebuilds)
npm start
# Type check the project
npm run ts-check
# Build assets
npm run compile
# Use a local/development version of butler instead of the bundled one
BROTH_USE_LOCAL=butler npm start
About itch-setup
itch-setup is the installer program for the itch app.
It's a Go executable that runs on Windows, macOS and Linux, and downloads the latest
version of the app directly from https://itch.io.
Although itch-setup is normally served from https://itch.io/app, the canonical
source to download it (e.g. for packaging purposes), is the following download server: