Skip to main content
Linux is the primary validated target. Windows is a preview target. Check Requirements before installing.

AppImage

The shortest path on Linux.
Run it:
With no arguments the AppImage opens the GTK app. With arguments it forwards to the command-line interface.

Package managers

Flatpak/Flathub packaging uses app ID ai.perceo.Archductor and remains experimental until the sandbox and screenshots pass Flathub review.

Build from source

Install GTK4/libadwaita and Rust first.
Then build and run:
Short make targets are available:
Development make launch targets are branch-scoped. make dev, make gtk, make cli, and make archcar set separate XDG config/data/state/cache directories from the current branch, so multiple checkouts can run side by side while dogfooding. Run make dev-env to print the active paths.
Optional install to PATH:

Windows preview

Tagged releases build archductor-<version>-windows-x86_64.zip. Extract the whole directory so the GTK DLLs and data directories stay beside archductor-gtk.exe, then launch that executable.
Agent CLIs remain optional. For source builds, install the MSYS2 UCRT64 GCC, pkgconf, GTK4, and libadwaita packages, then build the x86_64-pc-windows-gnu target. The CI workflow is the canonical build recipe.

Verify the download

Public release artifacts ship with SHA256SUMS. Verify checksums before installing, and verify provenance or attestations when the release includes them.