Your local
AI workspace
An open-source developer environment that runs 100% on your machine. AI assistant, code editor, terminal, and quest board — no cloud dependencies, no subscriptions.
Features
Everything in one place
DevHunt replaces a dozen disconnected tools with a unified local workspace. All data stays local.
AI Assistant
Real-time streaming assistant via Google Gemini. Auto-manages long-term memory and rotates API keys to prevent quota exhaustion.
Integrated Editor
Sleek multi-tab code editor powered by CodeMirror 6. File tree navigation, syntax highlighting, and drag-and-drop file imports.
Hunt Terminal
Run system shell commands, git workflows, and custom hunt commands directly within the workspace interface.
Quest Kanban Board
Organize project goals. The AI assistant can automatically parse conversational prompt ideas and add cards to your SQLite board.
Intel Vault (RAG)
Upload documents (PDFs, Notes, URLs) to compile a local SQLite semantic search database for Retrieval-Augmented Generation.
Doc Forensics
Scan files for integrity, metadata leaks, and tampering. Uses fast, local rules before falling back to LLM validation.
Token Analytics
Live dashboard to audit key health status, response latencies, model distributions, and historical request counts.
Roadmap Streaks
AI compiles structured curricula tailored to your tech stack goals, checking progress daily to keep streaks active.
Offline & Private
Zero telemetry. Registered API keys are encrypted symmetrically with Fernet key storage on your local disk.
Setup
Quick Start
Get your workspace up and running locally in minutes using the startup script.
Clone the Repository
Pull down the latest workspace source code to your machine (requires Git and Python 3.10+).
Run the Bootstrap Script
The launcher script automatically creates your virtual environment, updates pip, and runs the server.
Add Gemini API Key
Open the dashboard in your browser. Go to Settings → API Keys and insert a key from Google AI Studio.
Install DevHunt
Choose a pre-compiled installer for Windows desktop, or grab the source to run cross-platform.
Architecture
Modern & Offline Tech Stack
A high-performance codebase designed for safety, low memory, and minimal latency.