v0.10.0-beta · released July 21, 2026
Agent-first work ledger. Agents write issues via JSON CLI. Managers audit with status, board, and TUI. Local-first — no cloud DB, no vendor lock-in. Everything lives in your repository.
prog issue … --json is the write path. Stable envelope, exit codes, --actor attribution. Hermes skill included. TUI is prog ui for humans.
Ctrl+P jumps issues and work across sibling git repos on your machine — local forge scale without a browser tab farm.
Plugins reach Sober only through explicit allowlisted host actions. No arbitrary CLI pass-through. Signed releases, minisign, checksums.
Diff review on your laptop. Role stays in the primary prompt path; nothing silent, nothing auto-applied without you.
Issues live beside your code. Sprint planning, local state, project-contract grants for controlled plugin power.
LuaJIT plugins, declared capabilities, native prog plugin <cmd> dispatch, async job scheduler, Dilithium-signed registry path.
Ex-Panopticum: sovereign project views and command surface, extracted cleanly as a plugin-ready shim.
Forgejo / GitLab sync, remote doctor, MR mapping, token-file auth that does not wedge the TUI.
A month of distribution, onboarding, and hardening — cut as a real beta promotion, not another quiet main tip.
Signed binary on Forgejo · AUR package live · released July 21, 2026. Prefer package managers; build from source when you want the bleeding edge.
prebuilt 0.10.0_beta-1
yay -S progit-bin v0.10.0-beta · ~6.9MB
Download the linux x86_64 tarball from the Forgejo release, verify SHA256 + minisign, install prog. PROGIT_VERSION=0.10.0-beta optional pin
scripts/install.sh from the sovereign Forgejo — detects arch, verifies signature, installs to ~/.local/bin. default features stay under 7MB
git clone · cargo build --release · link target/release/prog yay -S progit-bin
# or: paru -S progit-bin
prog --version # download + verify from
# https://git.sovereign-society.org/ProGit/progit/releases/tag/v0.10.0-beta
# artifact: prog-0.10.0-beta-x86_64-unknown-linux-gnu.tar.gz
tar -xzf prog-0.10.0-beta-x86_64-unknown-linux-gnu.tar.gz
install -m755 prog ~/.local/bin/prog # fetch install.sh from sovereign Forgejo (main), then run with sh
# https://git.sovereign-society.org/ProGit/progit/raw/branch/main/scripts/install.sh
PROGIT_VERSION=0.10.0-beta sh install.sh git clone https://git.sovereign-society.org/ProGit/progit
cd progit
cargo build --release
# prefer ~/.local/bin or ~/bin — avoid stale /usr/local/bin shadows
install -m755 target/release/prog ~/.local/bin/prog
cd your-project && prog init && prog ProGit is pivoting to an agent work ledger: machines write issues, humans audit the track. Dogfood with us — every non-trivial agent task should leave a durable issue. If you run coding agents and care about sovereignty, we want you.
ProGit is developed as an open-source project by independent consultants. We extend our sincere gratitude to Dlabs Kft for generously providing real-world infrastructure resources and allowing us to battle-test ProGit while building the Mosaic Blockchain ecosystem and the Mosaic Trust Network.
Their trust enables us to develop production-hardened tooling that benefits the entire community.
Built with purpose. Tested in production. Open for all.