Discover and explore top open-source AI tools and projects—updated daily.
cryntaAI-native terminal emulator for enhanced productivity
New!
Top 12.1% on SourcePulse
Summary
Terax is an AI-native terminal emulator (ADE) built with Rust and Tauri, designed to be a lightweight, cross-platform, and privacy-focused development environment. It targets developers and power users seeking an integrated solution for terminal tasks, code editing, and AI assistance. The primary benefit is a unified, fast, and secure workspace that respects user privacy by avoiding telemetry and securely managing API keys.
How It Works
This project leverages Tauri 2 for its cross-platform desktop application framework, combining a native Rust backend with a React 19 frontend. It features a native PTY backend powered by portable-pty for robust shell integration and xterm.js with WebGL rendering for a performant, multi-tab terminal experience. An integrated CodeMirror 6 editor provides syntax highlighting, Vim mode, and AI-driven code completion and edit diffs. The AI panel integrates with various providers (OpenAI, Anthropic, Google, Groq, etc.) or local models via LM Studio, utilizing the Vercel AI SDK for seamless interaction.
Quick Start & Requirements
pnpm installpnpm tauri dev (development)pnpm tauri build (production bundle)Highlighted Details
Maintenance & Community
Contribution guidelines are detailed in the CONTRIBUTING.md file. The provided README snippet does not specify community channels like Discord or Slack, nor does it highlight notable contributors or sponsorships.
Licensing & Compatibility
Limitations & Caveats
On Windows, users may encounter a "Windows protected your PC" SmartScreen warning during the first launch due to the absence of a code-signing certificate, necessitating a manual override. The project's reliance on newer versions of frameworks like React 19 and Tauri 2 might indicate potential for ongoing development and API evolution.
23 hours ago
Inactive
vercel