https://github.com/efeecllk/homebrew-localhost
Homebrew tap for localhost - dev process monitor
https://github.com/efeecllk/homebrew-localhost
Last synced: 3 months ago
JSON representation
Homebrew tap for localhost - dev process monitor
- Host: GitHub
- URL: https://github.com/efeecllk/homebrew-localhost
- Owner: efeecllk
- Created: 2026-03-20T21:17:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-20T22:36:14.000Z (4 months ago)
- Last Synced: 2026-03-21T13:50:35.162Z (4 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for localhost
This is the official Homebrew tap for [localhost](https://github.com/efeecllk/localhost) - a macOS menu bar app that auto-detects running dev processes grouped by project.
## Installation
```bash
brew tap efeecllk/localhost
brew install --cask localhost
```
## Requirements
- macOS 13.0+ (Ventura or later)
- Apple Silicon (M1/M2/M3/M4) or Intel
## First Launch (unsigned builds)
Since the app is not signed with an Apple Developer certificate, macOS will block it on first launch:
1. Right-click the app and select **Open**
2. Click **Open** in the security dialog
Or via terminal:
```bash
xattr -cr /Applications/localhost.app
```
## What it does
- Detects running dev servers (Vite, Next.js, Django, Flask, Rails, etc.)
- Groups processes by project directory
- Shows Docker containers alongside native processes
- Lives in your menu bar, zero configuration needed
## Uninstall
```bash
brew uninstall --cask localhost
brew untap efeecllk/localhost
```
## Links
- [Main Repository](https://github.com/efeecllk/localhost)
- [Releases](https://github.com/efeecllk/localhost/releases)