Manage Local Dev Stacks, AI Coding CLIs, and MCP Natively
FlyEnv is a desktop app for managing local development environments on Windows, macOS, and Linux.
Install and run PHP, Node.js, Python, Java, .NET, Flutter, web servers, databases, queues, AI tools, AI coding CLIs, SSL, local domains, reverse proxies, and cron jobs from one UI.
Connect local services and project context to AI clients through the built-in FlyEnv MCP Server.
Use native binaries, switch versions per project, and keep your system PATH clean—no Docker required.
*Best for web, backend, mobile, and full-stack developers who want local services without container overhead.*
## What Can You Do With FlyEnv?
* **Install runtimes on demand:** PHP, Node.js, Python, Java, .NET, Flutter, Go, Rust, Ruby, Bun, Deno, and more.
* **Run local services:** Nginx, Apache, Caddy, MySQL, PostgreSQL, MongoDB, Redis, RabbitMQ, Elasticsearch, Minio/RustFS, and other common development dependencies.
* **Manage projects:** Switch runtime versions per project, define start/stop commands, expose projects through local domains, reverse proxies, HTTPS, and Cloudflare Tunnel.
* **Run AI coding workflows locally:** Install and manage Claude Code, Codex, OpenCode, Kimi, Antigravity CLI, and GitHub Copilot CLI from the same desktop workspace.
* **Expose your stack to AI agents:** Use the built-in FlyEnv MCP Server to let AI clients inspect services, sites, configs, logs, and selected lifecycle actions.
* **Handle daily dev tasks:** Edit configs and logs, inspect ports, schedule cron jobs, manage Git, generate certificates, compare diffs, test WebSocket/SSE, and work with JWTs.
Your environment adapts to your project, not the other way around—versions switch automatically as you move between projects:
```bash
cd ~/projects/legacy-wordpress
php -v # PHP 7.4 (auto-loaded)
cd ~/projects/modern-laravel
php -v # PHP 8.3 (auto-switched)
```
## Is FlyEnv For You?
| Choose FlyEnv if you... | It may not be the best fit if you... |
| :--- | :--- |
| Want XAMPP/MAMP/Herd-style convenience across many stacks | Need exact Docker Compose or Kubernetes parity with production |
| Work with multiple runtime versions across projects | Only use one runtime and are happy with your system package manager |
| Want databases, queues, search, storage, and AI tools without maintaining containers | Prefer to manage every service manually from the terminal |
| Build local web, backend, mobile, or full-stack projects on Windows, macOS, or Linux | Need a hosted platform or production deployment system |
---
## 🚀 How FlyEnv Fits
Most local dev tools are either too heavy for everyday work (Docker Desktop) or too low-level for full-stack projects (NVM/Homebrew/package managers). FlyEnv sits in the middle: a native desktop manager for the tools and services you actually run while building software.
What changed with FlyEnv 4.16 is that it no longer stops at the runtime and service layer. It now also manages AI coding CLIs and exposes your local environment through MCP, so your agent tools can work with the same projects, services, domains, and configs you already manage in FlyEnv.
That is the clearest difference versus traditional local-stack tools such as XAMPP, MAMP, or Herd: FlyEnv is not only a runtime manager, but also a local AI coding workspace.
| Capability | FlyEnv | Docker Desktop | XAMPP/MAMP |
| :--- | :--- | :--- | :--- |
| **How services run** | Native processes managed from a desktop UI | Containers managed through images and compose files | Native bundled web stack |
| **Scope** | Runtimes, databases, web servers, project services, and developer tools | Any containerized service or application | Primarily PHP/web-server/database stacks |
| **Project versions** | Built-in project runtime workflows | Defined in container configuration | Usually global or manual |
| **AI coding CLI workflow** | Built-in modules for local AI coding clients | Not built in | Not built in |
| **MCP access to local stack** | Built-in FlyEnv MCP Server | Manual setup | Not built in |
| **Best suited for** | Native local development across many stacks | Reproducible container-based environments | Traditional local PHP development |
### Core Benefits
* **On-Demand Modules:** Install only the runtimes and local services your projects need.
* **Native Processes:** Run installed services directly on your operating system rather than inside Docker containers.
* **Project Workflows:** Switch Node/PHP environments by project and define project service commands, ports, domains, and HTTPS.
* **Full-Stack Coverage:** Enable databases, queues, search engines, object storage, AI tools, and scheduled tasks from one app.
* **AI-Ready Local Workspace:** Manage AI coding CLIs and connect them to your local stack through the built-in FlyEnv MCP Server.
* **Multilingual UI:** Use FlyEnv in 30+ languages.
> **The real power is that everything works together.** A version switcher, a web server manager, a tunnel tool—you can find each of these elsewhere. What you can't find elsewhere is all of them in one window, sharing the same projects, sites, and workflow: `Install → Configure → Run → Reverse proxy → Tunnel → Debug → Ship`. The time you save isn't any one feature being fast. It's never having to leave.
---
## 🎯 Tailored for Your Workflow