KINETI v0.1.0
Source

Changelog

Assets per release: kineti-linux-x64, kineti-linux-arm64, kineti-linux-x64-static, kineti-linux-arm64-static, kineti-darwin-arm64, kineti-darwin-x64, aggregated SHA256SUMS, and include/kineti.h. Binaries are served from GitHub Releases only — this domain serves nothing but install.sh, kept byte-identical to the repository's main branch by an automated sync job and checked weekly by CI.

Install integrity check:

$ curl -fsSL https://getkineti.com/install.sh | sh
# verify after install:
sha256sum -c SHA256SUMS   # from the release page

01RELEASE FILES

Each release includes:

  • · kineti-linux-x64
  • · kineti-linux-arm64
  • · kineti-linux-x64-static
  • · kineti-linux-arm64-static
  • · kineti-darwin-arm64
  • · kineti-darwin-x64
  • · SHA256SUMS
  • · include/kineti.h

Check after install

$ curl -fsSL https://getkineti.com/install.sh | sh
# from the release page:
sha256sum -c SHA256SUMS

02v0.1.0 — initial public release (2026-08-25)

Tag v0.1.0 · 8 assets · every download checksum-verifiable via SHA256SUMS

Shipped and test-pinned (109 tests):

  1. Model loop with file checks, input screening, input limit, shape checks, signal raise, and step-based tool limits
  2. Undo log and test tied to code hash
  3. Send log with secrets removed
  4. 13 steps with all three gates (go back to diagnosis, stop for spec, block ship)
  5. Daemon (kinetid) with shared reserve/settle and per-stage limits; direct run proven identical in CI
  6. Branch-and-merge logs with orphan check
  7. Git-worktree swarm with task split contract and one-try merge rule
  8. One hash-linked receipt for the whole run
  9. Login with PKCE OAuth (RFC 7636 S256) or env key
  10. C API (kineti_run / kineti_verify / kineti_receipt)

Deferred deliberately (tracked): syscall sandboxing for spawned processes, WASI compilation, semantic/vector recall over the causal graph.

Migration notes: none — first release.

03WHAT IS PLANNED LATER

  • OS sandbox for child processes
  • WASI build
  • Search over the saved graph

04UPGRADE NOTES

None — first release.

Next: Getting started · Security · Releases →