Autonomous AI Cockpit • 100% Private

Download Dropout Agent

Autonomous AI coding companion running locally on your hardware or through cloud models.

Dropout Agent: macOS

Apple Silicon & Intel

Target: Universal (Apple Silicon M1/M2/M3/M4 & Intel x64) | Compatibility: macOS 12.0 Monterey or later

v0.8.4 Release
download.installer_avail

download.get_installer: macOS

File: Dropout-Agent-0.8.4-universal.dmg (98 MB)

download.direct_cdn download.mirror →

download.hw_accel

Apple Silicon Metal, MLX runtime, Accelerate framework

download.mem_floor

8GB Unified Memory (16GB+ recommended for 8B/14B models)

download.dist_format

Disk Image (.dmg) / Native App Bundle

download.license_telemetry

download.license_val

Hardware-accelerated local inference with zero setup. Supports Llama 3, Gemma 2, and DeepSeek models running fully offline.

download.terminal_title
curl -fsSL https://dropoutdeveloper.in/install-agent.sh | bash
Questions or issues? Star and contribute on GitHub.
Build from Source (GitHub)

download.matrix_badge

download.matrix_title

download.matrix_sub

download.th_familydownload.th_paramsdownload.th_vramdownload.th_ideal
Qwen 2.5 Coder1.5B - 7B4GB - 8GBApple M1/M2/M3 (8GB) or RTX 3050
Llama 3.3 / Gemma 28B - 9B8GB - 12GBApple M1/M2/M3 (16GB) or RTX 3060 12GB
DeepSeek R1 Distill14B12GB - 16GBApple Silicon 24GB+ or RTX 4070 / 4080
Llama 3.3 70B70B40GB - 48GBApple M2/M3 Max (64GB+) or Dual RTX 3090

download.source_title

download.source_desc

# 1. Clone the repository
git clone https://github.com/kill3r14/dd-ui-backup.git
cd dd-ui-backup/desktop
# 2. Run the developer web agent
npm install
npm run dev:web
# 3. Or launch native Tauri desktop window
cargo tauri dev

Frequently Asked Questions

Is Dropout Agent really 100% free?

Yes. Both the web application and the desktop binaries are open source under the Apache 2.0 license. There are zero paid subscriptions and zero locked features.

Can I use cloud models like Claude or GPT-4o?

Yes. You can plug in your own API keys for OpenAI, Anthropic, Google Gemini, OpenRouter, and Groq directly in Settings. Keys are stored solely in your local browser or desktop vault.

Does Dropout Agent send telemetry or code to a server?

No. Dropout Agent has telemetry permanently disabled in brand config. Your code edits and local prompts never leave your machine.

How does the web version differ from desktop?

The web app runs in any modern browser using cloud or bridged local inference. The desktop edition embeds native GPU acceleration (Metal/CUDA) and direct filesystem shell access without browser sandbox restrictions.