v1.0 Beta  ·  Open Source  ·  Free Forever
DevHunt Logo

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.

↓  ... Downloads ★  ... Stars ⌥  ... Forks Runs on port 1225

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.

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+).

$git clone https://github.com/hitehsolanki2006/DevHunt.git

Run the Bootstrap Script

The launcher script automatically creates your virtual environment, updates pip, and runs the server.

$run.bat # Windows  or  ./run.sh # macOS/Linux

Add Gemini API Key

Open the dashboard in your browser. Go to Settings → API Keys and insert a key from Google AI Studio.

$open http://localhost:1225

Install DevHunt

Choose a pre-compiled installer for Windows desktop, or grab the source to run cross-platform.

v1.0.2 Stable
Stable Release
Recommended for general use
Download MSI Download EXE
v1.0.3-beta.1
Beta Pre-Release
For testing new features
Download MSI Download EXE
Source Code
GitHub Repository
View Repo

Modern & Offline Tech Stack

A high-performance codebase designed for safety, low memory, and minimal latency.

Python 3.10+ / Flask Vite / React 18 Tauri v2 / Rust SQLite Database CodeMirror 6 Editor PyInstaller Bundler Google Gemini API SDK MIT Licensed