v0.10.0-beta · released July 21, 2026

Agent Work Ledger

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 — progit TUI
$ prog init --demo
✓ Project seeded · empty states teach the next key
# Cross-repo palette · Ctrl+P
$ prog
✓ Kanban · MRs · plugins · offline review · Sober gates
# Arch users
$ yay -S progit-bin
✓ prog 0.10.0-beta · signed release on PATH

Everything you need. Nothing you don't.

⌨️

Agent ledger CLI

prog issue … --json is the write path. Stable envelope, exit codes, --actor attribution. Hermes skill included. TUI is prog ui for humans.

🧭

Cross-repo palette

Ctrl+P jumps issues and work across sibling git repos on your machine — local forge scale without a browser tab farm.

🛡️

Sober hard-floor

Plugins reach Sober only through explicit allowlisted host actions. No arbitrary CLI pass-through. Signed releases, minisign, checksums.

🤖

Offline Ollama review

Diff review on your laptop. Role stays in the primary prompt path; nothing silent, nothing auto-applied without you.

📋

Kanban & .project/

Issues live beside your code. Sprint planning, local state, project-contract grants for controlled plugin power.

🧩

Plugin marketplace

LuaJIT plugins, declared capabilities, native prog plugin <cmd> dispatch, async job scheduler, Dilithium-signed registry path.

🏰

Citadel

Ex-Panopticum: sovereign project views and command surface, extracted cleanly as a plugin-ready shim.

🔄

Forge sync

Forgejo / GitLab sync, remote doctor, MR mapping, token-file auth that does not wedge the TUI.

What's new in v0.10.0-beta

A month of distribution, onboarding, and hardening — cut as a real beta promotion, not another quiet main tip.

Get ProGit v0.10.0-beta

Signed binary on Forgejo · AUR package live · released July 21, 2026. Prefer package managers; build from source when you want the bleeding edge.

AUR (Arch)

prebuilt 0.10.0_beta-1

yay -S progit-bin

Signed binary

v0.10.0-beta · ~6.9MB

Download the linux x86_64 tarball from the Forgejo release, verify SHA256 + minisign, install prog.

One-line installer

PROGIT_VERSION=0.10.0-beta optional pin

scripts/install.sh from the sovereign Forgejo — detects arch, verifies signature, installs to ~/.local/bin.

From source

default features stay under 7MB

git clone · cargo build --release · link target/release/prog
A
Arch Linux (AUR)
yay -S progit-bin
# or: paru -S progit-bin
prog --version
B
Signed linux x86_64 binary
# 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

Direct tarball →  ·  All assets + signatures →

C
Sovereign installer script
# 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
D
Build from source
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

Full installation guide →   •   AUR package →   •   Browse source →

Looking for Testers

Help us forge the blade.

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.

What we need

  • Bug reports from real workflows
  • Edge cases we haven't imagined
  • Plugin ideas and contributions
  • Feedback on keybindings and UX

What you get

  • Early access to the sharpest Git TUI
  • Direct influence on the roadmap
  • Credit in the contributor ledger
  • A tool built for you, not for managers

Acknowledgments

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.