A GUI tool to manage and switch between different hosts file configurations.
demo.mp4
- Go 1.20+
- Fyne:
go install fyne.io/fyne/v2/cmd/fyne@latest
# macOS
./build/darwin.sh
# Linux
./build/linux.sh
# Windows
build\windows.batBuilt app will be in dist folder.
The app needs admin rights to modify hosts file.
sudo open "dist/Hosts Profiles Manager.app"sudo ./hosts-managerRight-click > Run as administrator
- macOS & Linux:
/etc/hosts - Windows:
C:\Windows\System32\drivers\etc\hosts
MIT License - see LICENSE file