-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
sabbir-mahmud edited this page Jul 21, 2026
·
1 revision
This guide will help you install, configure, and start using Black IDE.
Black IDE is distributed as a custom standalone distribution of VS Code (packaged as an Electron application). You can download pre-compiled releases for macOS, Linux, and Windows from the GitHub Releases page.
| Channel | Repository | Installs alongside stable? |
|---|---|---|
Stable — black-ide
|
ornate-source/blackIDE |
— |
Insiders — black-ide-insiders
|
ornate-source/blackIDE-insiders |
Yes — separate app, settings, and data folder |
Insiders uses its own bundle identifier and data directory (.black-ide-insiders), so the
two channels never share state and can be run side by side.
-
macOS: Download the
.dmgor.zipfile for your architecture (usually Apple Silicondarwin-arm64or Inteldarwin-x64). Mount the DMG and drag Black IDE to your/Applicationsfolder. -
Linux: Download the appropriate package (like
.deb,.rpm, or.tar.gz) for your distribution. -
Windows: Download the installer executable
.exeor portable zip archive.
After launching Black IDE for the first time, follow these steps to get oriented:
- Open a Project: Go to File > Open Folder... to open your workspace.
- Access the AI Agent: Look for the Black IDE Chat icon in the sidebar (Activity Bar). This opens the native AI coding assistant.
-
Add an API Key: Run ✦ Black IDE Settings from the Command Palette and add a key for Anthropic, OpenAI, Google, OpenRouter, or point it at a local Ollama instance. Keys go to the OS keychain, not
settings.json. See AI Agent. -
Configure Settings: Go to File > Preferences > Settings (
Cmd+,orCtrl+,) to customize your editor preferences. - Install Extensions: Click the Extensions icon in the Activity Bar to browse and install tools from the Open VSX Registry.
Black IDE is fully based on the open-source core of Visual Studio Code, but contains several important changes:
- No Telemetry: All tracking, feedback reports, and background telemetry endpoints have been patched out of the codebase.
- Open VSX Gallery: It connects to the Open VSX Registry instead of the proprietary Microsoft Marketplace by default.
-
Built-in AI Assistant: Built directly into the core editor is
black-ide-agent, an autonomous developer loop with checkpoint undo controls.
| Shortcut (macOS) | Shortcut (Win/Linux) | Action |
|---|---|---|
Cmd + Shift + P |
Ctrl + Shift + P |
Open the Command Palette |
Cmd + P |
Ctrl + P |
Quick Open (Search/Go to File) |
Cmd + I |
Ctrl + I |
Trigger Editor-Native Inline Chat |
Cmd + , |
Ctrl + , |
Open User Settings |
Cmd + K Cmd + S |
Ctrl + K Ctrl + S |
View and edit Keyboard Shortcuts |
- Set up and drive the AI agent in the AI Agent guide.
- Learn about portable settings and PATH setup in the Usage Guide.
- Explore how Black IDE removes telemetry in Telemetry-Free Design.
- Understand extension licensing and alternatives in Extensions & Marketplace.