# All-In-One Developer Toolkit - [All-In-One Developer Toolkit: Your Local Dev Command Center](https://toolkit.astralsolutions.tech/introduction.md): All-In-One Developer Toolkit unifies port management, disk cleanup, reverse proxy, and hosts file control into one cross-platform CLI and web dashboard. - [Install All-In-One Developer Toolkit on Any Platform](https://toolkit.astralsolutions.tech/installation.md): Step-by-step instructions to install All-In-One Developer Toolkit on Windows, Linux, and macOS using Node.js 18 or higher and pnpm or bun. - [Get Started with All-In-One Developer Toolkit in 5 Minutes](https://toolkit.astralsolutions.tech/quickstart.md): Learn how to inspect ports, clean disk space, set up a local proxy domain, and launch the web dashboard with All-In-One Developer Toolkit in minutes. - [Port Inspection and Process Management with Toolkit](https://toolkit.astralsolutions.tech/features/ports.md): Inspect listening ports, identify processes by PID, detect conflicts, and safely terminate them — with safeguards for critical system ports. - [Reclaim Disk Space by Cleaning Dependency Directories](https://toolkit.astralsolutions.tech/features/cleaner.md): Scan projects for node_modules, .venv, and other heavyweight dependency folders, preview recoverable gigabytes with dry-run, then purge in one command. - [Port-Free Local URLs with the *.localhost Reverse Proxy](https://toolkit.astralsolutions.tech/features/proxy.md): Route your local dev servers to clean *.localhost subdomains without sudo, port numbers, or browser extensions — with full WebSocket and HMR support. - [Manage System Hosts File Entries Safely with Toolkit](https://toolkit.astralsolutions.tech/features/hosts.md): Add and remove custom domain-to-IP mappings in your hosts file via isolated labeled blocks, preserving existing entries on Windows, macOS, and Linux. - [Web Dashboard: Visual Interface for All Toolkit Features](https://toolkit.astralsolutions.tech/dashboard/overview.md): The All-In-One Toolkit web dashboard gives you a visual UI for ports, disk cleanup, proxy routes, and hosts management with full CLI parity. - [Set Up Toolkit to Start Automatically at System Login](https://toolkit.astralsolutions.tech/dashboard/autostart.md): Register the Toolkit daemon with your OS startup mechanism on Windows, Linux, and macOS. Choose from three modes: notify, silent, or browser launch. - [Run Multiple Dev Servers on Clean Local Domain Names](https://toolkit.astralsolutions.tech/guides/local-domains.md): Use Toolkit's reverse proxy to assign *.localhost subdomains to each of your local dev servers — no port numbers, no browser config, no sudo required. - [Reclaim Gigabytes by Cleaning Unused Dev Dependencies](https://toolkit.astralsolutions.tech/guides/disk-cleanup.md): Scan your projects for node_modules and Python environments, preview recoverable disk space, and purge unused dependency folders safely with Toolkit. - [Integrate Toolkit with AI Coding Agents and CI/CD Pipelines](https://toolkit.astralsolutions.tech/guides/ai-agent-integration.md): Every Toolkit command supports --json structured output. Use it to feed port checks, disk reports, and proxy state into AI agents and CI/CD scripts. - [toolkit ports — Inspect and Manage Local Network Ports](https://toolkit.astralsolutions.tech/cli/ports.md): toolkit ports list, kill, and analyze commands — inspect listening ports by protocol or process, terminate blocking processes, and detect port conflicts. - [toolkit clean — Scan and Purge Dev Dependency Folders](https://toolkit.astralsolutions.tech/cli/clean.md): toolkit clean scan and purge — find node_modules and Python venv directories, preview reclaimable disk space, and delete with dry-run safety. - [toolkit proxy — Manage Local *.localhost Proxy Routes](https://toolkit.astralsolutions.tech/cli/proxy.md): toolkit proxy list, add, and remove commands — view, register, and delete *.localhost subdomain routes pointing to local dev server ports. - [toolkit run — Launch Dev Servers with Proxy Domains](https://toolkit.astralsolutions.tech/cli/run.md): toolkit run starts your dev server and automatically maps it to http://.localhost — no manual proxy registration needed. - [toolkit hosts — Non-Destructive Hosts File Management](https://toolkit.astralsolutions.tech/cli/hosts.md): toolkit hosts list, add, and remove commands — safely add and remove domain-to-IP mappings in your system hosts file using isolated labeled blocks. - [toolkit autostart — Configure System Startup Behavior](https://toolkit.astralsolutions.tech/cli/autostart.md): toolkit autostart enable, disable, and status commands — register the Toolkit daemon to run at login on Windows, Linux, and macOS with three startup modes. - [toolkit ui — Launch the Interactive Web Dashboard UI](https://toolkit.astralsolutions.tech/cli/ui.md): toolkit ui starts the embedded web server and opens the React dashboard at http://toolkit.localhost, with options to set a custom port or skip auto-open. - [toolkit daemon — Run the Background Proxy and API Service](https://toolkit.astralsolutions.tech/cli/daemon.md): toolkit daemon runs the background process that keeps the local reverse proxy and web dashboard API running — start it via toolkit ui or autostart instead.