Skip to content

Installation

wheeljack publishes Windows x64 and universal macOS builds on GitHub. Start with the packaged release unless you are developing wheeljack itself.

  • 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 PATH for 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.
  1. Download wheeljack-windows-x64-portable.exe from the latest release.
  2. Optionally compare the file against SHA256SUMS.txt.
  3. Move the portable executable to a stable location and launch it.
  1. Download wheeljack-macos-universal.dmg from the latest release.
  2. Open the DMG and move wheeljack into Applications.
  3. Launch wheeljack from Applications.

macOS release builds are Developer ID signed and notarized.

Install Bun, Rust, Git, and the native Tauri prerequisites for your operating system. Match the versions pinned by .bun-version and rust-toolchain.toml.

Terminal window
git clone https://github.com/bildhaus/wheeljack.git
Set-Location wheeljack\apps\desktop
bun install --frozen-lockfile
bun tauri dev

Source builds use development configuration and are not a substitute for testing the packaged updater or platform trust behavior.

Open your first project and start a shell. If you want structured agent chat, also connect a coding agent.