v2.0.0 - Ultimate Edition

DJINN

The Ultimate AI-Powered CLI Tool that transforms natural language into precise shell commands

60+ Commands
900+ Plugin Templates
12 Plugin Modules
8 Themes
$ djinn "find all Python files modified today"
→ find . -name "*.py" -mtime 0
$ djinn dashboard
🚀 Launching System Dashboard...
$ djinn pkg install react
✅ Detected npm • Installing react...

Everything You Need

🧠

Smart Context Awareness

Reads your project files (README, package.json) and detects your Shell to generate perfect commands.

djinn "generate test based on package.json"
🤖

Auto-Fix & Auto-Detect

Automatically finds your LLM (Ollama, LM Studio) and suggests fixes if commands fail.

djinn -x "fix the last error"
📊

Usage Stats

Track your productivity with built-in usage statistics and daily tips.

djinn stats
📦

Universal Package Manager

One command for npm, pip, cargo, go, gem, composer, brew. Auto-detects project type.

djinn pkg install react
🎤

Voice Control

Control your terminal with voice commands. Say "git status" and it executes.

djinn voice --listen
🔍

AI Code Review

Get AI-powered feedback on your code changes before committing.

djinn review --staged
🗄️

Database Viewer

Browse SQLite, PostgreSQL, MySQL databases directly in terminal.

djinn db query mydb.sqlite "SELECT * FROM users"
🌐

HTTP Client

Test APIs with GET, POST, PUT, DELETE. Beautiful response rendering.

djinn http get https://api.github.com
📁

File Explorer

Interactive file manager with cd, ls, tree, mkdir, rm commands.

djinn explore /var/log

900+ Plugin Templates

Pre-built command templates for every tool you use

🔒 Security

Secrets scanning, encryption, firewall, SSL, SSH

🗃️ Databases

MySQL, PostgreSQL, MongoDB, Redis, SQLite

🌐 Networking

ping, dig, nmap, curl, wget, tcpdump

☁️ Cloud

AWS, GCP, Azure, DigitalOcean, Heroku

🖥️ SysAdmin

Processes, services, disk, users, cron

🐳 Containers

Docker, Kubernetes, Helm, Podman

💻 Development

Node.js, Python, Go, Rust, Java

📚 Git

120+ advanced Git commands

📂 Files

find, grep, sed, awk, tar, zip

🔌 API

HTTP testing, gRPC, WebSocket

📈 Monitoring

top, htop, sar, benchmarks

🎬 Misc

FFmpeg, yt-dlp, QR codes, PDF

View All Plugins →

Quick Start

1

Install DJINN

pip install djinn-cli
2

Auto-Configuration

DJINN automatically finds Ollama, LM Studio, or OpenAI. No setup needed!

3

Start Sorcery

djinn "create a react app with tailwind"