Installation
wheeljack publishes Windows x64 and universal macOS builds on GitHub. Start with the packaged release unless you are developing wheeljack itself.
Requirements
Section titled “Requirements”- Windows 11 x64 or a supported macOS version on Apple Silicon or Intel.
- Git for project and Plan worktree features.
- At least one supported coding-agent CLI on
PATHfor structured chat. A regular shell works without an agent CLI. - Network access only when downloading releases, checking for updates, or when your selected CLI contacts its provider.
Install a release
Section titled “Install a release”Windows
Section titled “Windows”- Download
wheeljack-windows-x64-portable.exefrom the latest release. - Optionally compare the file against
SHA256SUMS.txt. - Move the portable executable to a stable location and launch it.
- Download
wheeljack-macos-universal.dmgfrom the latest release. - Open the DMG and move wheeljack into Applications.
- Launch wheeljack from Applications.
macOS release builds are Developer ID signed and notarized.
Run from source
Section titled “Run from source”Install Bun, Rust, Git, and the native Tauri prerequisites
for your operating system. Match the versions pinned by .bun-version and
rust-toolchain.toml.
git clone https://github.com/bildhaus/wheeljack.gitSet-Location wheeljack\apps\desktopbun install --frozen-lockfilebun tauri devSource builds use development configuration and are not a substitute for testing the packaged updater or platform trust behavior.
Next step
Section titled “Next step”Open your first project and start a shell. If you want structured agent chat, also connect a coding agent.