crynta/terax-ai
Summary
Terax is a lightweight open-source terminal-first AI-native dev workspace built on Tauri 2, Rust, and React, featuring an agentic AI side-panel, code editor, file explorer, source control, and web preview.
View Cached Full Text
Cached at: 07/04/26, 12:39 PM
crynta/terax-ai
Source: https://github.com/crynta/terax-ai
Terax is a lightweight open-source terminal (ADE) built on Tauri 2 + Rust and React 19. A native PTY backend with a WebGL renderer, an agentic AI side-panel that runs against your own keys or fully local models, plus a code editor, file explorer, source control with a git graph, and a web preview pane built in. About 7-8 MB on disk. No telemetry. No account.
Screenshots
![]() Multi-tab terminal with WebGL rendering |
![]() Custom themes, presets, and background images |
![]() Web preview of local dev servers |
![]() Source control panel with git graph in history |
![]() Agentic AI workflow with edit diffs in the code editor |
|
Features
Terminal
- xterm.js with WebGL renderer, multi-tab with background streaming
- GPU-accelerated block-based terminal with editor-like command input
- Native PTY backend via
portable-pty(zsh, bash, pwsh, fish, cmd) - Split panels (horizontal and vertical)
- Inline search, link detection, true-color
- Per-tab workspace environments on Windows (Local, or any installed WSL distro)
Code editor
- CodeMirror 6 (supports all popular languages - TS/JS, Rust, Python, Go, C/C++, Java, HTML/CSS, JSON, Markdown, etc.)
- Inline AI autocomplete with local model support
- AI edit diffs, accept or reject hunk by hunk
- Vim mode
- Ten built-in editor themes: Atom One, Aura, Copilot, GitHub Dark / Light, Gruvbox Dark, Nord, Tokyo Night, Xcode Dark / Light
Source control
- Stage / unstage hunks, commit (Cmd+Enter / Ctrl+Enter), push with upstream awareness
- Branch display including detached HEAD state
- Git history pane with a real commit graph (lane rendering for merges and branches)
- Commit search and filter, click through to the remote commit page
File explorer
- Catppuccin icon theme
- Fuzzy search, keyboard navigation, inline rename, context actions
- Attach files and selections directly to the AI side-panel
Web preview
- Auto-detects local dev servers and opens them in a preview tab
- External URL preview via a native child webview
Themes and customization
- Custom themes built in-app, switch between bundled presets and your own
- Create your own themes, share them or import from the community
- Background images with adjustable opacity and blur
- Editor theme is independent from the app theme
AI
- BYOK providers: OpenAI, Anthropic, Google (Gemini), Groq, xAI (Grok), Cerebras, OpenRouter, DeepSeek, Mistral, plus any OpenAI-compatible endpoint
- Local / offline: LM Studio, MLX, Ollama
- Agentic workflow: plans, sub-agents, project memory via
TERAX.md, file read / write / edit / multi-edit / grep / glob, bash with approval gating, background processes - Composer: snippets via
#handle, files via@path, slash commands, voice input, attach-to-agent from explorer or selection - Custom agents with their own system prompt and tool subset
- Plan mode for multi-step work, generates and confirms before doing
Install
Latest installers are on the Releases page. Terax auto-updates from there.
Windows notes
- On first launch Windows shows “Windows protected your PC” because Terax isn’t code-signed yet. Click More info then Run anyway.
- Default shell detection:
pwsh.exe(PowerShell 7+) ->powershell.exe(Windows PowerShell 5.1) ->cmd.exe. - WSL is a first-class workspace environment, not a wrapped subprocess.
Linux notes
- Arch / AUR:
yay -S terax-bin(orparu, etc.). Tracks the latest release. - NixOS / Nix: use the official flake —
nix profile install github:crynta/terax-ai(non-NixOS), or import the flake and addinputs.terax.packages.${pkgs.system}.teraxtoenvironment.systemPackages(NixOS). ThenixosModules.teraxoutput is also available for a simpler setup. - AppImage: needs FUSE. Without it:
./Terax_*.AppImage --appimage-extract-and-run. On Wayland with rendering glitches, tryWEBKIT_DISABLE_DMABUF_RENDERER=1. Otherwise the.deb/.rpmpackages link against the system GTK stack and tend to be smoother.
Configure AI
- Open Settings -> AI.
- Pick a provider and paste your API key. For local inference, point Terax at your LM Studio / MLX / Ollama endpoint.
- Keys are written to the OS keychain via
keyring. They never touch disk or localStorage.
Build from source
Prerequisites
- Rust (stable), https://rustup.rs
- Node 20+ and pnpm
- Tauri prerequisites for your platform, https://tauri.app/start/prerequisites/
Run
pnpm install
pnpm tauri dev # development
pnpm tauri build # production bundle
Checks
pnpm exec tsc --noEmit # frontend type-check
cd src-tauri && cargo clippy --all-targets --locked -D warnings # Rust lint (matches CI)
cd src-tauri && cargo test --locked # Rust tests
Tech stack
Tauri 2, Rust, portable-pty, React 19, TypeScript, Vite, xterm.js, CodeMirror 6, Vercel AI SDK v6, Tailwind v4, shadcn/ui, Zustand.
Contributing
Issues and PRs are welcome! Feel free to open issues, suggest features, or submit pull requests. See CONTRIBUTING.md for more details.
License
Terax is licensed under the Apache-2.0 License. For more information on our dependencies, see Apache License 2.0.
Star history
Similar Articles
@billtheinvestor: The 7MB AI-native terminal is here! Terax perfectly integrates a terminal, code editor, Git, and a powerful AI agent, and also supports local models. Lightweight beyond belief, blazingly fast — the developer's dream machine! GitHub link:
Terax is a lightweight open-source AI-native terminal and developer workspace that combines a terminal, code editor, Git, and AI agent in a 7MB package, supporting local models and various AI providers.
@claugeAi: What I Built Clauge is a cross-platform desktop app (Rust + Tauri, ~25MB, sub-second cold start) that brings 7 dev tool…
Clauge is an open-source cross-platform desktop app built with Rust and Tauri that integrates multiple developer tools — including parallel coding agents, a Kanban workspace, and an API client — all with AI capabilities.
@hasantoxr: I'm uninstalling Cursor and every other AI coding tool after finding this. It's called DeepSeek TUI. A full coding agen…
DeepSeek TUI is a new open-source CLI coding agent built in Rust that runs locally in the terminal using DeepSeek's API. It offers features like file editing, shell command execution, and multiple control modes without needing a browser or IDE plugin.
I’m a solo dev building TigrimOSR, a Rust-native AI agent workspace for engineering and developer workflows.
A solo developer presents TigrimOSR, a Rust-native desktop application that integrates chat, files, terminal, tasks, and multi-agent orchestration to provide structured workflows for engineering decisions, aiming to reduce randomness in agentic AI.
@geekbb: A Tauri (Rust + Svelte) desktop app that integrates a programming AI agent, API client, SQL/NoSQL editor, SSH terminal, remote file browser, and project management kanban board into a single interface — developers don't need to switch between multiple apps. https://gith…
Clauge is a Tauri (Rust + Svelte) desktop app that combines a programming AI agent, API client, SQL/NoSQL editor, SSH terminal, remote file browser, and project management kanban board into one interface, so developers don't have to switch between multiple applications.




