# Installing
## Github Releases
Compiled binaries are available at [Github Releases](https://github.com/kyleu/rustimate/releases). Simply download and extract your platform's distribution, unzip, and place on your path.
## Homebrew
`brew install kyleu/kyleu/rustimate`
## App Stores
Mobile apps are coming soon!
## Cargo
`cargo install rustimate`
## Build From Source
Clone this repository, and use the provided [scripts](scripts.md) to build and run it.
## Fresh Ubuntu
```shell
sudo apt-get install -y build-essential git curl nodejs npm libwebkit2gtk-4.0-dev
```