camne 0.3.0
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 dangerous ones are flagged with a BAHAYA warning first.
What's Changed
- ci: build, test, vet, cross-compile check, and a staticcheck lint gate by @opariffazman in #9
- ci: add tag-triggered release workflow producing six verified binaries by @opariffazman in #10
- chore: add checked-in Claude Code hooks and permissions by @opariffazman in #11
- docs: add status badges and a VHS-recorded demo by @opariffazman in #12
- chore: adopt the toptal Go gitignore template by @opariffazman in #13
- docs: English repo docs, and release notes that read like a release by @opariffazman in #14
- feat: drop the first-run download consent prompt by @opariffazman in #18
- feat: colour the output — syntax-highlighted command, BAHAYA block by @opariffazman in #19
- docs: add hero logo and social preview image by @opariffazman in #20
- Cut the BAHAYA and Awas warnings down to one word by @opariffazman in #21
New Contributors
- @opariffazman made their first contribution in #9
Full Changelog: v0.2.0...v0.3.0