| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-05-21 | 6.4 kB | |
| Terax_0.7.1_x64-setup.exe.sig | 2026-05-21 | 416 Bytes | |
| Terax_0.7.1_x64-setup.exe | 2026-05-21 | 4.0 MB | |
| Terax_0.7.1_x64_en-US.msi.sig | 2026-05-21 | 416 Bytes | |
| Terax_0.7.1_x64_en-US.msi | 2026-05-21 | 5.0 MB | |
| Terax_0.7.1_amd64.AppImage.sig | 2026-05-21 | 416 Bytes | |
| Terax_0.7.1_amd64.AppImage | 2026-05-21 | 94.0 MB | |
| Terax-0.7.1-1.x86_64.rpm | 2026-05-21 | 5.4 MB | |
| Terax-0.7.1-1.x86_64.rpm.sig | 2026-05-21 | 412 Bytes | |
| Terax_0.7.1_amd64.deb.sig | 2026-05-21 | 408 Bytes | |
| Terax_0.7.1_amd64.deb | 2026-05-21 | 5.4 MB | |
| Terax_aarch64.app.tar.gz.sig | 2026-05-21 | 404 Bytes | |
| Terax_aarch64.app.tar.gz | 2026-05-21 | 5.6 MB | |
| Terax_0.7.1_aarch64.dmg | 2026-05-21 | 6.4 MB | |
| Terax_x64.app.tar.gz.sig | 2026-05-21 | 404 Bytes | |
| Terax_x64.app.tar.gz | 2026-05-21 | 5.9 MB | |
| Terax_0.7.1_x64.dmg | 2026-05-21 | 6.7 MB | |
| README.md | 2026-05-21 | 3.0 kB | |
| Terax v0.7.1 source code.tar.gz | 2026-05-21 | 8.1 MB | |
| Terax v0.7.1 source code.zip | 2026-05-21 | 8.2 MB | |
| Totals: 20 Items | 154.7 MB | 0 | |
Themes and customization
This release adds proper theme customization in Terax.
- Custom themes and presets. Build themes in the new editor, save them, switch between bundled presets and your own. Covers the terminal palette and the surrounding UI, not just one or the other.
- Background images. Set a background image with adjustable opacity and blur. Defaults are now 50 percent opacity and 0 blur, the previous 70 / 16 was too heavy.
- Editor-based custom theme editor. Edit theme tokens inline rather than hand-writing config.
- Terminal palette. Full ANSI palette is now part of the theme model.
- Text selection and Linux copy/paste. Selection rendering across themes was tightened up, and Linux clipboard handling now does the right thing.
Underneath, the background image renderer also got a perf pass to keep idle cost low.
AI and providers
- New providers: MLX and Ollama as local providers, with autocomplete using local models.
- Reasoning / thinking blocks are now stripped from history before the model call. Cerebras was rejecting them outright; other providers were paying tokens for them inside the compaction budget. Originally proposed in [#282] by @sk5268.
- Composer keeps focus and accepts typing while the agent is streaming, so you can queue follow-ups instead of waiting. The previous disabled-input pattern was also stealing focus on Windows. (#303 by @sk5268)
- AI mini window: todo panel sizes to content for short lists and caps at 35 percent for long ones.
- Models settings tab redesigned, model picker scroll fixed.
Windows
- ConPTY lifecycle race fixed. CreatePseudoConsole and ClosePseudoConsole were not serialized, so an overlapping close could corrupt a freshly created console and leave the new terminal blank. Both calls now share one lock. Fixes [#356] (WSL to Local switch leaving a blank terminal).
- Console window no longer flashes when Terax spawns subprocesses (shell init, git, etc).
- New terminals no longer try to launch into the install directory.
Settings
- Shortcut changes made in the settings window now propagate to the main window without a restart. The setters were not emitting prefs-changed. (#252 by @AnayDhawan)
- Agent editor and snippet editor dialogs scroll their body when content overflows, so Save and Cancel can no longer get pushed off screen. (#293)
Branding
- Installer icon on Windows, license and copyright in package.json, Cargo.toml, tauri.conf.json. Favicon swap also fixes a 404 on the previous vite.svg reference. Reworked from [#107] by @sauravhathi.
By @crynta - themes and customization system, Windows ConPTY fixes, AI mini-window polish, AI provider expansion (MLX, Ollama).
New contributors
- @AnayDhawan in [#252]
- @sk5268 in [#303] (and [#282])
- @sauravhathi in [#107]
- @1iammyself for the agent dialog scroll fix in [#293]
Full Changelog: https://github.com/crynta/terax-ai/compare/v0.7.0...v0.7.1