AFOT-IDE

Lightning-fast, keyboard-driven terminal IDE combining a powerful file explorer, code editor, and integrated terminal with multi-tab support. Built for developers who value speed, efficiency, and a distraction-free coding environment.

Version License Platform GitHub stars

Why Choose AFOT-IDE?

Lightning Performance

Terminal-native architecture with minimal resource usage. Launch in milliseconds and enjoy smooth editing even on low-end systems. Single binary under 10MB with no dependencies required.

⌨️

Full Keyboard Control

Navigate, edit, and execute commands without ever touching the mouse. Every action has a keyboard shortcut. Designed for developers who value efficiency and speed in their workflow.

💻

Integrated Terminal

Real PTY terminal with multi-tab support built right in. Run shell commands, manage processes, and work with multiple terminal sessions simultaneously. Supports bash, zsh, PowerShell, and more.

🗂️

Smart File Explorer

Fast directory navigation with intuitive keyboard shortcuts. Browse large project structures efficiently, open files instantly, and traverse directories with lightning speed.

✏️

Intelligent Editor

Syntax-aware text editing with auto-indentation for clean code. Line-by-line navigation, page scrolling, UTF-8 support for international characters, and essential editing features.

🌍

Cross-Platform Ready

Works seamlessly on Linux, macOS, and Windows. Perfect for remote servers, SSH sessions, and local development. One tool for all your platforms.

Get Started in Seconds

# Download the package
wget https://github.com/ALL-FOR-ONE-TECH/AFOT_IDE/releases/download/v1.0.0/afot-ide_1.0.0_amd64.deb

# Install
sudo dpkg -i afot-ide_1.0.0_amd64.deb

# Fix dependencies if needed
sudo apt -f install -y

# Launch AFOT-IDE
AFOT-IDE
# Download the Windows installer (.msi) from the releases page
# Double-click the installer to install
# Or install via PowerShell/Command Prompt

# Then launch AFOT-IDE
AFOT-IDE

📦 Download Windows Installer →

# macOS support coming soon!
# For now, you can build from source
# Check the GitHub repository for build instructions

🔨 Build from Source →

Master the Keyboard

⚙️ Global Commands

Quit AFOT-IDE Ctrl+Q
Command palette Ctrl+P
Toggle dashboard Ctrl+Space

💻 Terminal

New terminal in current tab Ctrl+T
New terminal tab Ctrl+Shift+T
Next terminal tab Ctrl+Tab
Previous terminal tab Ctrl+Shift+Tab
Interrupt process (SIGINT) Ctrl+C
Paste from clipboard Ctrl+V

✏️ Editor

Move cursor Arrow Keys
Jump to line start/end Home/End
Scroll pages PageUp/PageDown
New line with auto-indent Enter
Delete previous character Backspace

🗂️ Explorer

Navigate files ↑/↓
Open file or enter directory Enter
Go to parent directory Backspace