Skip to content

Releases: sievepub-2000/octocode

v2026.4.30 - Multi-agent programming & task-execution toolkit

29 Apr 02:14

Choose a tag to compare

English

Octocode v2026.4.30 - multi-agent open-source programming & task-execution toolkit.

Highlights:

  • 10-crate Rust workspace with permission-aware runtime, pluggable provider routing (OpenAI, Gemini, DeepSeek, Qwen, Kimi, GLM, MiMo, Ollama, OpenAI-compatible gateways), built-in tool catalog (shell / web / files / skills / memory) and SQLite session persistence.
  • Three frontends, one backend - octocode-cli, zero-build vanilla-JS WebUI, and a wry desktop shell (WebView2 / WebKit).
  • Observability - Prometheus /metrics and JSON /api/metrics.
  • Security hardening - 127.0.0.1-only binding, bearer auth, CSP / nosniff / X-Frame-Options on every response, 256-bit getrandom workspace tokens, cargo audit + cargo deny weekly CI.
  • CI / supply chain - push / PR / weekly schedule audit, automated release-binaries on tag, Dependabot for cargo + actions.

Install (Windows PowerShell):

iex (iwr -UseBasicParsing https://raw.githubusercontent.com/sievepub-2000/octocode/master/install.ps1).Content

Install (macOS / Linux):

curl -fsSL https://raw.githubusercontent.com/sievepub-2000/octocode/master/install.sh | bash

See README.md for the full feature list and CHANGELOG.md for the unreleased fix series.


???

Octocode v2026.4.30 - ??????????????????????????? & ????????????

????:

  • Rust ???????(10 crate) - ???????????????????????????(OpenAI, Gemini, DeepSeek, Qwen, Kimi, GLM, MiMo, Ollama, OpenAI ????????)????????????(??? / Web / ???? / ??? / ???)?SQLite ?????????
  • 3 ??????????1 ???????? - octocode-cli?????????? JS WebUI?wry ??????????(Windows: WebView2 / macOS?Linux: WebKit)?
  • ???? - Prometheus ?? /metrics ? JSON ?? /api/metrics?
  • ???????? - 127.0.0.1 ???????Bearer ?????????? CSP / nosniff / X-Frame-Options?256bit getrandom ?????????????cargo audit + cargo deny ??? CI?
  • CI / ???????? - push / PR / ?????????????????????cargo + GitHub Actions ? Dependabot?

??????(Windows PowerShell):

iex (iwr -UseBasicParsing https://raw.githubusercontent.com/sievepub-2000/octocode/master/install.ps1).Content

??????(macOS / Linux):

curl -fsSL https://raw.githubusercontent.com/sievepub-2000/octocode/master/install.sh | bash

????? README.ja.md?????? CHANGELOG.md ??????????

v2026.4.29 - first public release

29 Apr 01:29

Choose a tag to compare

See docs/release-notes-2026-04-29.md and CHANGELOG.md. First public release under Apache License 2.0.