| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-07-10 | 6.2 kB | |
| Terax_0.8.5_x64-setup.exe | 2026-07-10 | 4.3 MB | |
| Terax_0.8.5_x64-setup.exe.sig | 2026-07-10 | 416 Bytes | |
| Terax_0.8.5_x64_en-US.msi.sig | 2026-07-10 | 416 Bytes | |
| Terax_0.8.5_x64_en-US.msi | 2026-07-10 | 5.4 MB | |
| Terax_0.8.5_amd64.AppImage | 2026-07-10 | 94.5 MB | |
| Terax_0.8.5_amd64.AppImage.sig | 2026-07-10 | 416 Bytes | |
| Terax-0.8.5-1.x86_64.rpm.sig | 2026-07-10 | 412 Bytes | |
| Terax-0.8.5-1.x86_64.rpm | 2026-07-10 | 5.9 MB | |
| Terax_0.8.5_amd64.deb.sig | 2026-07-10 | 408 Bytes | |
| Terax_0.8.5_amd64.deb | 2026-07-10 | 5.9 MB | |
| Terax_0.8.5_x64.app.tar.gz.sig | 2026-07-10 | 404 Bytes | |
| Terax_0.8.5_x64.app.tar.gz | 2026-07-10 | 6.2 MB | |
| Terax_0.8.5_x64.dmg | 2026-07-10 | 7.1 MB | |
| Terax_0.8.5_aarch64.app.tar.gz.sig | 2026-07-10 | 404 Bytes | |
| Terax_0.8.5_aarch64.app.tar.gz | 2026-07-10 | 6.0 MB | |
| Terax_0.8.5_aarch64.dmg | 2026-07-10 | 6.8 MB | |
| README.md | 2026-07-10 | 3.9 kB | |
| Terax v0.8.5 source code.tar.gz | 2026-07-10 | 8.6 MB | |
| Terax v0.8.5 source code.zip | 2026-07-10 | 8.8 MB | |
| Totals: 20 Items | 159.5 MB | 6 | |
What's Changed
- nix: update sources to 0.8.2 by @github-actions[bot] in https://github.com/crynta/terax-ai/pull/861
- feat(editor): add per-tab language override via icon dropdown by @Deformance in https://github.com/crynta/terax-ai/pull/864
- feat(source-control): checkout branches in UI by @WrkX in https://github.com/crynta/terax-ai/pull/866
- feat(agents): notifications for Codex and Gemini CLI by @crynta in https://github.com/crynta/terax-ai/pull/885
- fix(terminal): use native clipboard for copy/paste on Linux (#713) by @crynta in https://github.com/crynta/terax-ai/pull/895
- feat(tabs): select tabs by index within active space by @roberto-fernandino in https://github.com/crynta/terax-ai/pull/881
- build(deps): bump the cargo group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/889
- feat(workspace): default environment for new spaces by @Masalale in https://github.com/crynta/terax-ai/pull/869
- fix(markdown): preserve HTML-wrapped code block text by @ogarciarevett in https://github.com/crynta/terax-ai/pull/887
- fix(explorer): empty file tree on rapid root change by @pawn-trackit in https://github.com/crynta/terax-ai/pull/822
- fix(pty): rewrap fish prompt after config by @ogarciarevett in https://github.com/crynta/terax-ai/pull/888
- feat(sidebar): persist collapsed state across sessions by @crynta in https://github.com/crynta/terax-ai/pull/903
- feat(lsp): opt-in pluggable language server support by @crynta in https://github.com/crynta/terax-ai/pull/919
- feat(lsp): resource hardening, editor chrome and navigation by @crynta in https://github.com/crynta/terax-ai/pull/929
- feat(lsp): editor settings tab, premium intellisense and 13 new languages by @crynta in https://github.com/crynta/terax-ai/pull/937
- feat(editor): selectable formatter with fixed format on save by @crynta in https://github.com/crynta/terax-ai/pull/939
- build(deps): bump tauri from 2.11.3 to 2.11.4 in /src-tauri in the cargo group by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/943
- build(deps): bump tauri-apps/tauri-action from 0 to 1 in the github-actions group by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/942
- docs: align verify commands with CI, fix doc drift, add architecture guides by @vkayonline in https://github.com/crynta/terax-ai/pull/900
- fix(markdown): render file previews statically by @PeppaPigw in https://github.com/crynta/terax-ai/pull/913
- Harden AI search tool path filtering by @crynta in https://github.com/crynta/terax-ai/pull/960
- build(deps): bump the npm-prod-minor-patch group with 9 updates by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/945
- Feat/toggle ai chat window shortcut by @roberto-fernandino in https://github.com/crynta/terax-ai/pull/882
- Editor overhaul: data safety, LSP depth, formatters, autocomplete, markdown notes by @crynta in https://github.com/crynta/terax-ai/pull/982
- feat(ai): add current frontier models and provider errors by @crynta in https://github.com/crynta/terax-ai/pull/985
New Contributors
- @Deformance made their first contribution in https://github.com/crynta/terax-ai/pull/864
- @WrkX made their first contribution in https://github.com/crynta/terax-ai/pull/866
- @roberto-fernandino made their first contribution in https://github.com/crynta/terax-ai/pull/881
- @Masalale made their first contribution in https://github.com/crynta/terax-ai/pull/869
- @ogarciarevett made their first contribution in https://github.com/crynta/terax-ai/pull/887
- @pawn-trackit made their first contribution in https://github.com/crynta/terax-ai/pull/822
- @vkayonline made their first contribution in https://github.com/crynta/terax-ai/pull/900
- @PeppaPigw made their first contribution in https://github.com/crynta/terax-ai/pull/913
Full Changelog: https://github.com/crynta/terax-ai/compare/v0.8.2...v0.8.5