Rust terminal delivers 7MB AI tool

- Crynta published a YouTube demo of Terax, an open-source AI terminal built with Rust, Tauri, and React, pitching a 7 MB desktop app for developers. - The repo says Terax ships under 10 MB, stores keys in the OS keychain, avoids telemetry, and supports local models through LM Studio. - It matters because Tauri’s small native shell is making Electron-sized developer tools look bloated, especially for AI apps that live beside terminals.

A new AI coding app showed up this week, but the interesting part is not the model. It’s the wrapper. Terax is a desktop terminal built by the developer Crynta in Rust, Tauri, and React, and the whole pitch is that it comes in at about 7 MB while still bundling an editor, file explorer, web preview, and AI agent panel. That matters because dev tools have been drifting in the opposite direction — heavier, more browser-like, and weirdly large for software that mostly helps you type commands. ### What actually launched? Crynta posted a YouTube walkthrough on May 7, 2026 for Terax, describing it as an open-source “AI terminal emulator” and saying the first build was put together over roughly three weeks of work. The GitHub project is already public, with active commits over the last week and a README that frames the app as a cross-platform AI-native terminal rather than a chatbot bolted onto a shell. (youtube.com) ### Why is 7 MB the hook? Because that number is a direct shot at the current desktop AI-tool pattern. In the video, Crynta says the project started after looking at Warp’s app size and seeing a 400 MB-plus terminal. Terax is pitched as roughly “50x lighter” while still keeping the core loop developers now expect — terminal, code edits, and AI help in one place. Even if the exact comparison depends on platform and packaging, the point lands fast: this is trying to make AI tooling feel like a utility again, not a mini operating system. (youtube.com) ### What’s inside the app? More than the size suggests. The repo lists multi-tab terminals, a native PTY backend, a CodeMirror-based editor, file browsing, web preview for local dev servers, and an AI side panel. It also supports bring-your-own API keys or fully local models through LM Studio. So this is not a toy demo with one prompt box — it’s trying to cover the everyday “inspect files, run commands, patch code, preview output” workflow in one window. (youtube.com) ### How does it stay that small? The short answer is Tauri. Tauri apps use the operating system’s native web renderer instead of shipping a full Chromium runtime the way Electron-style apps do. Tauri says apps can be as small as around 600 KB in the best case, which doesn’t mean every real app will be tiny, but it does explain why a Rust-plus-Tauri stack can land in single-digit megabytes where other desktop wrappers balloon fast. (github.com) ### Is this local-first or cloud-first? Basically both. Terax does not force one model setup. The README says it works with user-supplied API keys and can also run with local models via LM Studio. It also says there’s no telemetry and that secrets live in the OS keychain, which is exactly the kind of boring systems detail developers care about when they’re deciding whether a tool can sit next to their real terminal. (tauri.app) ### Why are developers paying attention? Because AI coding tools keep colliding with terminal workflows. Developers already live in shells, editors, git, and local servers. A compact app that composes those pieces instead of replacing them is an attractive idea — especially if it starts instantly and doesn’t feel like a browser tab wearing a desktop costume. The Hacker News post for Terax went up today, which shows the project is already moving from demo video into the usual open-source proving ground. (github.com) ### What’s the real takeaway? The bigger story is not that one indie developer made a neat terminal. It’s that AI desktop UX is splitting in two. One branch keeps getting heavier and more portal-like. The other is moving toward small native shells, local model options, and tools that disappear into existing command-line habits. Terax is an early example of that second path — and if developers like it, “tiny but capable” may become the new flex. (youtube.com) (news.ycombinator.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.