Six static binaries — Linux, macOS and Windows on both amd64 and arm64. No runtime, no dependencies, nothing to install alongside them.
Linux / macOS: curl -fsSL https://raw.githubusercontent.com/officialdad/camne/main/install.sh | sh
Windows: download camne_windows_amd64.exe (or camne_windows_arm64.exe) below.
Every asset's SHA-256 is in checksums.txt. install.sh verifies it before installing and refuses on a mismatch.
On first run camne downloads llama-server and the model (~1 GB, once), printing the size before it starts and the progress while it runs. camne doctor reports what is missing without downloading anything. Everything runs offline after that — nothing you type ever leaves the machine.
camne only prints commands, it never runs them, and anything the safety checker flags gets a camne warning: line above the command first.
What's Changed
- fix: the first-try hint names the file, so the first answer is a real command by @opariffazman in #46
- docs: beginner-first README, context tips, re-recorded demo by @opariffazman in #52
- feat(dataset): run 8 unnamed rows (#47) by @opariffazman in #50
- Run 7 repeated: the noise floor is 0.013 per register (#57) by @opariffazman in #58
- Retrieval over tldr in the prompt does not fit constraint 3, closes as measured (#55) by @opariffazman in #61
- Runs 9, DPO arms and the retrieval measurement (#54, #56, #55) by @opariffazman in #63
- Ship run 9 + DPO as v0.9.0 by @opariffazman in #64
Full Changelog: v0.8.0...v0.9.0