| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| brightstaff-darwin-arm64.gz | 2026-03-05 | 5.6 MB | |
| brightstaff-linux-amd64.gz | 2026-03-05 | 6.1 MB | |
| brightstaff-linux-arm64.gz | 2026-03-05 | 6.0 MB | |
| llm_gateway.wasm.gz | 2026-03-05 | 4.4 MB | |
| prompt_gateway.wasm.gz | 2026-03-05 | 404.8 kB | |
| 0.4.11 source code.tar.gz | 2026-03-05 | 28.0 MB | |
| 0.4.11 source code.zip | 2026-03-05 | 28.2 MB | |
| README.md | 2026-03-05 | 1.7 kB | |
| Totals: 8 Items | 78.7 MB | 0 | |
Highlights
Native mode is now the default — uv tool install planoai just works. No Docker, no Rust toolchain, no repo clone needed. Pre-compiled binaries (Envoy, WASM plugins, brightstaff) are automatically downloaded on first run.
- Run with Docker using
planoai up config.yaml --docker(opt-in) - Download progress bars show real-time status for binary downloads
Full Changelog: https://github.com/katanemo/plano/compare/0.4.10...0.4.11
What's Changed
- fix: strip trailing 'Copy code' from clipboard when copying code blocks by @Spherrrical in https://github.com/katanemo/plano/pull/788
- allow otel collector endpoint to be set from config by @adilhafeez in https://github.com/katanemo/plano/pull/794
- Run plano natively by default by @adilhafeez in https://github.com/katanemo/plano/pull/744
- Fix gzip hard link error in WASM plugin upload by @adilhafeez in https://github.com/katanemo/plano/pull/800
- show download progress bar instead of curl output by @adilhafeez in https://github.com/katanemo/plano/pull/801
- release 0.4.10 by @adilhafeez in https://github.com/katanemo/plano/pull/802
- fix sdist build: use build hook to bundle config files by @adilhafeez in https://github.com/katanemo/plano/pull/803
- fix pypi publish: use wheel-only build, remove build hook by @adilhafeez in https://github.com/katanemo/plano/pull/804
- Use editable install to fix sdist build failure by @adilhafeez in https://github.com/katanemo/plano/pull/805
- release 0.4.11 by @adilhafeez in https://github.com/katanemo/plano/pull/806
Full Changelog: https://github.com/katanemo/plano/compare/0.4.9...0.4.11