AI-powered cross-platform terminal built with Tauri and React. Agentic Term combines local RAG (Second Brain), configurable AI assistants, and workflow automation so developers can search local documentation, generate and run commands, and orchestrate repeatable tasks — all locally.
SYSTEM_STATUS: ONLINE
- Tabbed terminal sessions via Ghostty
- AI Assistant (local & cloud models: Unsloth, Codex, Claude)
- Second Brain: local offline document search (RAG)
- Haxor Skills: AI-suggested executable workflows
- Embedded SQLite for local credential and state storage
- Install dependencies:
npm ci
- Start the app (developer mode):
or, to build a production bundle:
npm run tauri:dev
npm run tauri:build
- Copy
.env.exampleto.envand set any required API keys or local model endpoints. - See
src/utils/env.tsfor expected env vars.
Please open issues or pull requests for improvements. Run linters and type checks before committing:
npm run lint
npm run typecheck
npm test