| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-mac.yml | 2026-07-19 | 522 Bytes | |
| latest.yml | 2026-07-19 | 346 Bytes | |
| DESKTOP-SHA256SUMS | 2026-07-19 | 935 Bytes | |
| Kortix-0.10.12-universal-mac.zip | 2026-07-19 | 197.7 MB | |
| Kortix-0.10.12-universal-mac.zip.blockmap | 2026-07-19 | 207.2 kB | |
| Kortix-0.10.12-universal.dmg | 2026-07-19 | 204.8 MB | |
| Kortix-0.10.12-universal.dmg.blockmap | 2026-07-19 | 214.7 kB | |
| Kortix-0.10.12-x86_64.AppImage | 2026-07-19 | 115.8 MB | |
| Kortix-Setup-0.10.12.exe | 2026-07-19 | 96.0 MB | |
| Kortix-Setup-0.10.12.exe.blockmap | 2026-07-19 | 100.9 kB | |
| latest-linux.yml | 2026-07-19 | 384 Bytes | |
| kortix-darwin-arm64 | 2026-07-19 | 69.6 MB | |
| kortix-darwin-x64 | 2026-07-19 | 75.3 MB | |
| kortix-linux-arm64 | 2026-07-19 | 99.8 MB | |
| kortix-linux-x64 | 2026-07-19 | 100.7 MB | |
| SHA256SUMS | 2026-07-19 | 338 Bytes | |
| README.md | 2026-07-19 | 3.7 kB | |
| v0.10.12 -- Reliable session starts + re-shipped LLM gateway source code.tar.gz | 2026-07-19 | 90.0 MB | |
| v0.10.12 -- Reliable session starts + re-shipped LLM gateway source code.zip | 2026-07-19 | 93.2 MB | |
| Totals: 19 Items | 1.1 GB | 3 | |
This release fixes the session-start regression behind the v0.10.11 rollback and re-ships the rebuilt LLM gateway.
Fixed
- New sessions could hang at "Starting the agent" and never become ready — the in-sandbox runtime was rejecting its own model configuration. Sessions now start reliably.
- Sandbox images re-downloaded the browser engine on rebuilds, which slowed session startup under load; the browser layer is now cached deterministically.
- Slack channels showing "Not connected" with no connector available.
Improved
- The LLM gateway is rebuilt on the Vercel AI SDK with a live models.dev catalog (re-shipped from 0.10.11).
- Broader end-to-end test coverage and infrastructure monitoring.
Internal
- Groundwork for an alternate managed-git backend (off by default; deployments stay on GitHub).
- Secrets-management hardening.
What's Changed
- chore(release): VERSION → 0.10.12 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5046
- fix(channels): Slack always "Not connected" + no connector — read install scope-agnostically by @markokraemer in https://github.com/kortix-ai/suna/pull/5049
- chore(dev-eks): deploy dev-4ef387c5 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5051
- fix(sandbox): per-project warm bakes FROM the built default image — Chromium never re-downloads by @markokraemer in https://github.com/kortix-ai/suna/pull/5050
- chore(dev-eks): deploy gateway dev-3cb24015 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5053
- chore(dev-eks): deploy dev-3cb24015 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5055
- fix(infra): keep EC2 CPU monitoring alarms reconciled by @markokraemer in https://github.com/kortix-ai/suna/pull/5054
- chore(security): rotate dotenvx keys into kortix-ai by @markokraemer in https://github.com/kortix-ai/suna/pull/5056
- chore(dev-eks): deploy dev-81733735 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5057
- fix(sandbox): bake Chromium on deterministic layers — fixes the v0.10.11 session-boot regression by @markokraemer in https://github.com/kortix-ai/suna/pull/5058
- chore(dev-eks): deploy gateway dev-d7a814c2 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5060
- chore(dev-eks): deploy dev-d7a814c2 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5061
- Restore canonical Dotenv Armor team by @markokraemer in https://github.com/kortix-ai/suna/pull/5062
- Use Code Storage for managed project Git by @markokraemer in https://github.com/kortix-ai/suna/pull/5063
- chore(dev-eks): deploy gateway dev-1fdab13c [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5064
- chore(dev-eks): deploy dev-1fdab13c [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5065
- test(e2e): wait for managed session branch propagation by @markokraemer in https://github.com/kortix-ai/suna/pull/5067
- chore(security): isolate prod dotenvx keys by @markokraemer in https://github.com/kortix-ai/suna/pull/5066
- chore(dev-eks): deploy gateway dev-3a71a083 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5068
- chore(dev-eks): deploy dev-3a71a083 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5069
- fix(projects): delete managed repo before archive by @markokraemer in https://github.com/kortix-ai/suna/pull/5071
- chore(dev-eks): deploy dev-6eb81b10 [skip ci] by @github-actions[bot] in https://github.com/kortix-ai/suna/pull/5072
Full Changelog: https://github.com/kortix-ai/suna/compare/v0.10.11...v0.10.12