🎮 v1.13.0

Desktop Tools

Software that helps developers write, test, and build apps

🛠️ What are Developer Tools?

These are programs that help people write code and build software. Don't worry if you're not a programmer—some of these tools can help you learn to code or even build simple apps without coding experience.

Think of them like specialized word processors for writing computer programs, except now many have AI built in to help you along the way.

Auth

Authentication for websites and apps. Add login with minimal code.

Browser AI

AI assistants and chat built into web browsers. Privacy-focused, contextual, no account required for many.

Design & UI

Color systems, real-product UI reference, DESIGN.md drops for coding agents, and a lighthearted way to swipe button styles in the browser.

Computer automation (agents)

These systems run personal AI agents that can operate apps, shells, and browsers on your behalf. OpenClaw is the de facto pioneer: a full-featured, self-hosted stack where real UI control often goes through Playwright (Chromium automation — clicks, navigation, screenshots). Newer “claw” projects fork, slim down, or reimplement that idea for edge devices, Zig, Go, or hosted wrappers.

For agent integrations, Microsoft’s Playwright MCP exposes the same class of browser tools over MCP; the core library lives at playwright.dev.

Browser Tools

CLI

CLI = Command Line Interface. These are tools you use by typing commands (like in the movies when hackers type on black screens). They're powerful but take some learning. The AI-powered ones can actually understand what you want and help you.

Codebase & research

Index, discover, and understand code repositories; AI-generated docs and search.

Coding Assistants

AI plugins and extensions for your existing IDE.

Coding plans

Subscription & API plans that plug into your existing IDE or CLI. Pay for model access (e.g. GLM-5) and use it in Cursor, Claude Code, Cline, Kilo Code, and more—one plan, many tools.

Debug & QA

Bug reporting and debugging tools that capture context automatically.

Packaging & installers

DevOps & containers

Games tools

Browser based builder

Build and ship in the browser — no install: AI workspaces, autonomous engineers, and product builders that run in your tab (or a hosted cloud IDE).

IDE

IDE = Integrated Development Environment. Think of it as Microsoft Word, but for writing code instead of documents. These are full programs you install on your computer. Many now have AI assistants built in that can suggest code, fix errors, or even write entire functions for you.

Cloud & browser IDEs (GitHub Codespaces, Gitpod, Replit, CodeSandbox, and similar) are listed under Browser based builder above, with AI-native and agentic editors in this section and under Coding Assistants.

Local LLM runtimes

Run open models on your machine or server; keep data local.

Reference

Agent skills

Cursor & Antigravity agentic tools, MCPs, and installable SKILL.md packs. Full tool reference: DOCS/CURSOR_IDE_SETUP.md. Discover: npx skills find [query] or skills.sh; use /find-skills in Cursor.

Terminal

Terminal emulators — where you run the CLI. GPU-accelerated for speed; native UI; cross-platform or macOS-only apps built for agentic workflows.

Tunneling

Expose your local server to the internet without DNS or firewall config.

Voice & speech-to-text

Web builders

🚀 Best for beginners! These let you build websites and apps just by describing what you want—no coding required. The AI writes the code for you. Everything runs in your browser, so there's nothing to install. Just sign up and start creating.