Greptile and CodeRabbit charge monthly subscriptions to review your
code on their cloud. Sober reviews it on your machine, posts evidence
to your forge, and keeps merge authority with humans. Free for
Community. Forever.
Public BetaNo subscriptionLocal-firstOpen sourceYour modelsForgejo + GitLab
$ sober version
sober v0.6.14
$ sober status --base HEAD
repo: sovereign-society/sober
route: frontier
preflight: pass
queue: 0 idle
$ sober preflight --base HEAD
preflight OK
How Sober works
Two jobs, one product. Local mode is the second thought at the
keyboard. Raccoon is the forge-side gatekeeper that reviews MRs and
PRs without taking merge authority away from humans.
Local tool
At the keyboard
Run status, preflight, and review before commit or push. State
lives under .sober/. Nothing is published unless you
run an explicit write command.
sober status
sober preflight --base main
sober review --base main
sober forge post --merge-request 42
Raccoon daemon
Beside the forge
Webhooks from Forgejo or GitLab enqueue jobs. Raccoon reviews the
MR worktree, stores evidence, posts append-only notes, and can set
advisory labels. Humans still merge.
Route to local or approved remote models under your policy.
sober review
04
Evidence
SQLite store keeps runs, findings, jobs, memory, resume packs.
sober plan evidence
05
Forge post
Optional write: one append-only note, optional advisory labels.
sober forge post
What ships in Public Beta
The 0.6.x line is the boring production cut: honest MR reviews, forge
ops you can run at 3am, and distribution for Community and Enterprise.
Honest MR worktrees
Mentions and catchup review the MR source tip, not a false-clean
default branch. Empty diffs skip forge noise.
Opt-in push auto-review
review_on_push defaults off. Open, reopen, and
@sober always work. Code-push reviews only when you
ask for them.
Junior teaching continuity
Junior and mentor styles load prior runs on the same branch so
re-reviews mentor against history instead of restarting cold.
Dead-hook doctor
sober raccoon forge doctor --probe-hooks finds silent
webhooks after secret rotate. sync-hooks rewrites them.
Mention aliases
Built-in sober and sober-raccoon, plus
KDL aliases for GitLab bot autocomplete. Mentions always fire.
BYOK model routes
Local Ollama by default. Frontier routes are opt-in with provider
fallback chains. Your keys, your privacy policy, your budget.
Stop paying rent on your own code
Cloud AI reviewers charge per seat to hold your diff on their
infrastructure. Sober runs under your policy, on your hardware, with
evidence you can inspect.
Greptile
$20–50/month
Your code on their servers
Closed source
Their models, their rules
Vendor lock-in
CodeRabbit
$12–40/month
Cloud-only
Closed source
Limited customization
Per-seat pricing
Sober
Free Community forever
Runs on your machine
Open source (LSL-1.0)
Your models, your rules
Sovereign. No lock-in.
Meet the Sober Raccoon
The raccoon is the daemon: a quiet background worker that drains
webhook queues, reviews allowlisted repos, stores evidence, and
posts advisory forge notes. It does not auto-merge, close MRs, or
delete branches.
Forgejo + GitLab
Signed webhooks, mention aliases, catchup for missed events.
Advisory labels
Sober clean, Sober findings, or Sober error.
Podman-ready
Wolfi enterprise image or Debian community image; scp + load, no public registry required.
During Public Beta the hardened Wolfi OCI image ships as a public
release asset. Same enterprise container we run on production
forges. No Stripe gate. No seat tax. When Sober leaves Public Beta
for 1.0 stable, Wolfi Enterprise returns to paid distribution.
Grab it now.
linux/amd64 binary — CGO tree-sitter, signed tags, SHA256SUMS
Debian community image — bookworm-slim for labs and homelabs
AUR sober-bin — Arch/CachyOS install path
No public registry lock-in — scp the tar, podman load, tag localhost
Community (binary, Debian image, source) stays free forever under
LSL-1.0. The beta deal is specifically the Wolfi enterprise
image: free now, commercial after 1.0.
Download Wolfi free (Public Beta)
Official release assets for v0.6.14. Verify
checksums. Load with Podman or Docker.
The image is free in Public Beta. If you still want to throw
money at hard problems (hardening, dogfood forges, docs), use
the contribution path. It does not unlock extra features during
beta; the download above already has everything.
$
Optional. Free Wolfi download above works without payment until 1.0.
Processing payment…
Thank you. If you already grabbed the free beta asset, you are done.
Contribution recorded. Your receipt link is unique to this session.
curl -L -o sober_v0.6.14_image.tar "..."
podman load -i sober_v0.6.14_image.tar
Install Sober (Public Beta)
Pick a path. Binary and AUR track stable tags. Images load offline.
Source install is for contributors who want tip of main.
You already run models locally. You already own hardware and a
forge. Sober is the sobriety layer: preflight, review, evidence, and
a raccoon that keeps agent swarms from flooding the shared brain.