A modern Linux shell with integrated AI capabilities powered by Google Gemini, supporting multilingual interactions and advanced command execution.
- 🤖 AI Command Generation (English/Urdu/Any Language)
- 🔗 Pipe Support (
|,>,;) - 🏠 Tilde Expansion (
~/Documents) - 📜 Command History with
historyand!! - 🌐 Multilingual Support (Urdu, Arabic, etc.)
- 🛡️ Security (Blocks
sudo/rm -rf) - 💻 Custom Color Prompt with User/Host info
# Ubuntu/Debian
sudo apt install build-essential libcurl4-openssl-dev libjansson-dev libreadline-dev
# Fedora
sudo dnf install gcc libcurl-devel jansson-devel readline-develgit clone https://github.com/yourusername/CortexCLI.git
cd CortexCLI
make # Or manually compile with:
# gcc -o dynamo *.c -lcurl -ljansson -lreadline# Start shell
./dynamo
# Regular commands
dynamo@Host:~ ➤ ls -l | wc -l
# AI interaction
dynamo@Host:~ ➤ 'show files in home directory- Get Gemini API Key from Google AI Studio
- Add to Environment:
export GEMINI_API_KEY="your-api-key-here"- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
MIT License - See LICENSE for details
- Google Gemini API
- Readline Library
- Jansson JSON Parser
Crafted with ❤️ by Dynamo2k1, Prof.Paradox and hurrainjhl
"Where Human Intuition Meets Machine Intelligence"

