| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-06-12 | 6.4 kB | |
| Terax_0.8.0_x64-setup.exe.sig | 2026-06-12 | 416 Bytes | |
| Terax_0.8.0_x64-setup.exe | 2026-06-12 | 4.3 MB | |
| Terax_0.8.0_x64_en-US.msi.sig | 2026-06-12 | 416 Bytes | |
| Terax_0.8.0_x64_en-US.msi | 2026-06-12 | 5.3 MB | |
| Terax_0.8.0_amd64.AppImage | 2026-06-12 | 94.3 MB | |
| Terax_0.8.0_amd64.AppImage.sig | 2026-06-12 | 416 Bytes | |
| Terax-0.8.0-1.x86_64.rpm.sig | 2026-06-12 | 412 Bytes | |
| Terax-0.8.0-1.x86_64.rpm | 2026-06-12 | 5.7 MB | |
| Terax_0.8.0_amd64.deb.sig | 2026-06-12 | 408 Bytes | |
| Terax_0.8.0_amd64.deb | 2026-06-12 | 5.7 MB | |
| Terax_x64.app.tar.gz.sig | 2026-06-12 | 404 Bytes | |
| Terax_x64.app.tar.gz | 2026-06-12 | 6.2 MB | |
| Terax_0.8.0_x64.dmg | 2026-06-12 | 7.0 MB | |
| Terax_aarch64.app.tar.gz.sig | 2026-06-12 | 404 Bytes | |
| Terax_aarch64.app.tar.gz | 2026-06-12 | 5.9 MB | |
| Terax_0.8.0_aarch64.dmg | 2026-06-12 | 6.7 MB | |
| README.md | 2026-06-12 | 7.9 kB | |
| Terax v0.8.0 source code.tar.gz | 2026-06-12 | 8.5 MB | |
| Terax v0.8.0 source code.zip | 2026-06-12 | 8.7 MB | |
| Totals: 20 Items | 158.3 MB | 1 | |
What's Changed
- feat(terminal): macOS line/word readline bindings (Cmd+Arrow, Cmd/Opt+Backspace) by @AielloChan in https://github.com/crynta/terax-ai/pull/493
- test: add rust unit and integration tests for fs, git, secrets, shell, pty by @crynta in https://github.com/crynta/terax-ai/pull/540
- feat(terminal): zsh Option+Right stops at word-end, matching Warp/iTerm2 by @AielloChan in https://github.com/crynta/terax-ai/pull/494
- Add Astro syntax highlighting by @zynthic-au in https://github.com/crynta/terax-ai/pull/396
- feat(tabs): close tab on middle mouse button click by @MattiaFailla in https://github.com/crynta/terax-ai/pull/484
- fix(ai): only show Ask Terax popup when clicking inside terminal or editor by @sandy-sachin7 in https://github.com/crynta/terax-ai/pull/468
- feat(editor): LaTeX (.tex) syntax highlighting by @GeronimoCastano in https://github.com/crynta/terax-ai/pull/482
- feat(terminal): clear scrollback with Cmd+K by @TimmyPan29 in https://github.com/crynta/terax-ai/pull/522
- feat(editor): implement editor auto save with configurable delay by @JyotirmoyDas05 in https://github.com/crynta/terax-ai/pull/545
- fix(terminal): block IME composition keydown events from reaching PTY by @KwaminaWhyte in https://github.com/crynta/terax-ai/pull/196
- fix(source-control): fix incomplete border class on commit message textarea by @zsuryk in https://github.com/crynta/terax-ai/pull/560
- fix(ai): add reasoning tag to deepseek-v4-flash by @RomainLK in https://github.com/crynta/terax-ai/pull/546
- feat(ai): support multiple OpenAI-compatible endpoints by @zico20047 in https://github.com/crynta/terax-ai/pull/559
- fix(settings): settings window hidden behind main window on macOS by @x86txt in https://github.com/crynta/terax-ai/pull/464
- chore: adopt pnpm 11, add release-age cooldown and grouped dependabot by @crynta in https://github.com/crynta/terax-ai/pull/640
- feat(terminal): insert dropped file paths into the active terminal pane by @AielloChan in https://github.com/crynta/terax-ai/pull/491
- chore(deps): bump the github-actions group with 3 updates by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/641
- chore(deps): bump the cargo group in /src-tauri with 10 updates by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/642
- feat(terminal): bracketed-paste dropped paths, quote only when needed by @crynta in https://github.com/crynta/terax-ai/pull/645
- chore: limit dependabot dev-dep group to minor/patch by @crynta in https://github.com/crynta/terax-ai/pull/647
- feat(terminal): confirm before closing a tab with a running process by @crynta in https://github.com/crynta/terax-ai/pull/648
- feat(tabs): rename terminal tabs via right-click by @hashd1ve in https://github.com/crynta/terax-ai/pull/521
- chore: add Biome formatter config and scripts by @crynta in https://github.com/crynta/terax-ai/pull/653
- feat(view): zen mode to hide header and status bar by @crynta in https://github.com/crynta/terax-ai/pull/654
- feat(terminal): drop overlay and DPI-correct hit detection by @crynta in https://github.com/crynta/terax-ai/pull/656
- fix(shortcuts): let Ctrl+B reach the terminal/Claude; sidebar toggle on Ctrl+Shift+B by @chukfinley in https://github.com/crynta/terax-ai/pull/629
- feat(window): dynamic title from project folder + active terminal by @chukfinley in https://github.com/crynta/terax-ai/pull/612
- fix(explorer): highlight active file by @ahmed-besic in https://github.com/crynta/terax-ai/pull/622
- feat(source-control): add right-click context menu on changed files by @Sutsikii in https://github.com/crynta/terax-ai/pull/547
- feat(shortcuts): add command palette by @wnsdud-jy in https://github.com/crynta/terax-ai/pull/109
- refactor: decompose App.tsx and add bundle/lint tooling by @crynta in https://github.com/crynta/terax-ai/pull/696
- refactor(ui): replace motion with native CSS animations by @crynta in https://github.com/crynta/terax-ai/pull/710
- perf(terminal): static cursor default, WebGL/slot reaping, TUI keep-alive by @crynta in https://github.com/crynta/terax-ai/pull/725
- feat(terminal): block-mode terminal (Warp-style command blocks) by @crynta in https://github.com/crynta/terax-ai/pull/726
- Block-mode terminal: command blocks + unified shell/AI input bar by @crynta in https://github.com/crynta/terax-ai/pull/738
- feat(command-palette): fuzzy command launcher with content and history search by @crynta in https://github.com/crynta/terax-ai/pull/744
- Enhance security tests for shell command checks by @3xq9 in https://github.com/crynta/terax-ai/pull/709
- feat(UI): Implement local media and PDF viewers by @sk5268 in https://github.com/crynta/terax-ai/pull/314
- Add camera and microphone usage permission for MacOS by @ratulbmg in https://github.com/crynta/terax-ai/pull/737
- chore(deps): update deps, TypeScript 6, vitest 4, Vite 8 by @crynta in https://github.com/crynta/terax-ai/pull/751
- fix(editor): reconfigure language compartment when document becomes ready by @rrr63 in https://github.com/crynta/terax-ai/pull/753
- Spaces: persisted tab groups with drag-to-organize by @crynta in https://github.com/crynta/terax-ai/pull/766
- feat(motion): UI transition polish across tabs, panels, header and sidebar by @crynta in https://github.com/crynta/terax-ai/pull/769
- fix(editor): correct cursor positioning on macOS when zoom is not 100% by @rrr63 in https://github.com/crynta/terax-ai/pull/764
- fix(macos): disable press-and-hold character popup by @florinm03 in https://github.com/crynta/terax-ai/pull/429
- Block terminal polish: toolbar actions, navigation, watermark by @crynta in https://github.com/crynta/terax-ai/pull/782
- feat(nix): add official Nix/NixOS support with auto-update workflow by @realitymolder in https://github.com/crynta/terax-ai/pull/246
- fix(ci): strip bundled wayland libs from appimage to fix egl crash on newer mesa by @Ibrahimss02 in https://github.com/crynta/terax-ai/pull/414
New Contributors
- @zynthic-au made their first contribution in https://github.com/crynta/terax-ai/pull/396
- @MattiaFailla made their first contribution in https://github.com/crynta/terax-ai/pull/484
- @sandy-sachin7 made their first contribution in https://github.com/crynta/terax-ai/pull/468
- @GeronimoCastano made their first contribution in https://github.com/crynta/terax-ai/pull/482
- @TimmyPan29 made their first contribution in https://github.com/crynta/terax-ai/pull/522
- @JyotirmoyDas05 made their first contribution in https://github.com/crynta/terax-ai/pull/545
- @KwaminaWhyte made their first contribution in https://github.com/crynta/terax-ai/pull/196
- @zsuryk made their first contribution in https://github.com/crynta/terax-ai/pull/560
- @RomainLK made their first contribution in https://github.com/crynta/terax-ai/pull/546
- @x86txt made their first contribution in https://github.com/crynta/terax-ai/pull/464
- @dependabot[bot] made their first contribution in https://github.com/crynta/terax-ai/pull/641
- @hashd1ve made their first contribution in https://github.com/crynta/terax-ai/pull/521
- @chukfinley made their first contribution in https://github.com/crynta/terax-ai/pull/629
- @ahmed-besic made their first contribution in https://github.com/crynta/terax-ai/pull/622
- @Sutsikii made their first contribution in https://github.com/crynta/terax-ai/pull/547
- @3xq9 made their first contribution in https://github.com/crynta/terax-ai/pull/709
- @ratulbmg made their first contribution in https://github.com/crynta/terax-ai/pull/737
- @florinm03 made their first contribution in https://github.com/crynta/terax-ai/pull/429
- @realitymolder made their first contribution in https://github.com/crynta/terax-ai/pull/246
- @Ibrahimss02 made their first contribution in https://github.com/crynta/terax-ai/pull/414
Full Changelog: https://github.com/crynta/terax-ai/compare/v0.7.3...v0.8.0