A VS Code extension for Cortex, the AI-powered package manager for Linux.
What is Cortex?
Cortex is a command-line tool that translates natural language into Linux package installation commands. Instead of memorizing package names, you describe what you need:
cortex install "something to edit PDFs"
cortex install "web server for static sites"
Cortex uses AI (Claude, OpenAI, or local Ollama) to interpret your request and generate safe, validated apt commands.
Features
Automatic CLI Installation: Cortex CLI is automatically installed when you first use the extension (via pip)
Command Palette Integration: Cortex: Run Command (Ctrl+Shift+C / Cmd+Shift+C)
Side Panel: Copilot-like chat interface for natural language queries
Status Bar Indicator: Shows connection status and configured provider
Secure API Key Storage: API keys stored securely using VS Code's Secret Storage
Multiple LLM Providers: Support for Anthropic Claude, OpenAI GPT-4, and local Ollama
Integrated Terminal: Commands execute in VS Code's integrated terminal
WSL Support: Works on Windows via WSL
Supported Platforms
Linux (Ubuntu 22.04+, Debian 12+)
Windows via WSL (Windows Subsystem for Linux)
Remote SSH to Linux servers
Dev Containers (Linux-based)
macOS and native Windows are not supported (Cortex requires apt/Linux).
Prerequisites
Python & pip: Required for automatic Cortex CLI installation