-
Notifications
You must be signed in to change notification settings - Fork 1
Developer Tools
madkoding edited this page Mar 5, 2026
·
1 revision
madOS includes a complete development environment with OpenCode AI integration.
AI assistant for system orchestration and coding help.
# Interactive session
opencode
# Direct message
opencode --message "optimize system performance"
# Get help
opencode --message "how to check disk usage?"- Code assistance - Write, debug, and review code
- System management - Configure services, troubleshoot
- Documentation - Explain commands and concepts
- Automation - Create scripts and workflows
node --version # v24.x
npm --version # LatestPre-installed with npm for JavaScript development.
git --versionFull Git installation for version control.
ssh -VOpenSSH for secure connections to remote servers.
vimClassic modal editor, pre-configured.
Beginner-friendly text editor.
Full Visual Studio Code installation:
- Syntax highlighting
- Debugging support
- Git integration
- Extensions marketplace
Lightweight SQL database:
sqlite3gcc --version # C compiler
make --version # Build automation
pkgconf # Package configurationpython --version # Python 3.x
pip --versionWith GTK3 bindings:
- python-gobject
- python-cairo
- gtk3
- gtk-layer-shell
Modern system information tool:
fastfetchShows: OS, Host, Kernel, Uptime, Packages, Shell, WM, Terminal, CPU, GPU, Memory, Disk, Network
# Install package
sudo pacman -S <package>
# Update system
sudo pacman -Syu
# Remove package
sudo pacman -R <package>
# Clean cache
sudo pacman -Scc- wget - Download files
- curl - HTTP client
- jq - JSON processor
- rsync - File synchronization
- socat - Socket relay