fml.dmg
Readme.txt
fml (Find My Local) is a productivity tool for developers who work with multiple local development projects. It lives in your menu bar and gives you instant access to your dev servers with intelligent features like:
package.json, vite.config, etc.)fml automatically scans your projects folder and detects:
| Type | Marker File | Default Command | Port Detection |
|---|---|---|---|
| Node.js | package.json |
npm run dev |
package.json, vite.config, next.config |
| Rust | Cargo.toml |
cargo run |
Cargo.toml |
| Go | go.mod |
go run . |
main.go |
| Ruby | Gemfile |
rails s |
config/puma.rb |
| Python | requirements.txt |
python -m http.server 3000 |
- |
| PHP | composer.json |
php -S localhost:3000 |
- |
| Java | pom.xml |
./mvnw spring-boot:run |
pom.xml |
Not just for localhost! You can also set a custom URL like:
staging.example.comlocalhost:8080/adminhttps://dev.myapp.comfml.app to your Applications folderSummon your reloaded localhost window via hotkey ⌃⌥L or just click the dock or menu icon
Download fml