Stress-free network monitoring right from your menu bar
Why chillip?
✅ Real-time internal IP display in macOS status bar
✅ One-click IP copying functionality
✅ Built with Go and systray for seamless menu bar integration
✅ Ultra-lightweight
✅ Zero-configuration required
- Go 1.16 or newer
- macOS for the systray implementation
-
Clone the repository:
git clone https://github.com/codemilli/chillip.git cd chillip
-
Initialize the Go module (if not already initialized):
go mod init chillip
-
Install dependencies:
go get github.com/getlantern/systray@latest
-
Build and run the application:
go build -o chillip ./chillip
main.go
: Main application file containing the systray implementation and IP display logic.README.md
: This file, containing project documentation.
This project is licensed under the MIT License.
Contributions are welcome! Please fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.