Loading...
Sovereign Status
Easy Fixes
🔄 Whity isn't responding
- Open Docker Desktop on your Mac
- Find whity_sovereign in the container list
- Click the ⏹ Stop button, then click ▶ Start
- Wait 30 seconds, then open localhost:8000 in your browser
🌐 Whity can't connect to Gemini
- Make sure your Mac is connected to the internet
- Open Docker Desktop → find whity_sovereign
- Click ⏹ Stop, then 🗑 Delete the container
- Double-click your Start_Whity.command file to create a fresh container
- Whity will download the latest version automatically
📦 Update to the Latest Version
- Open Docker Desktop
- Stop and delete the whity_sovereign container
- Double-click your Start_Whity.command file
- It will pull the newest version and start fresh — your data is safe
🖥 Docker Desktop isn't open
- Whity needs Docker Desktop running in the background
- Open Finder → Applications → Docker
- Wait for the whale icon 🐳 to appear in your menu bar
- Then double-click Start_Whity.command
Advanced (Terminal Commands)
Reset Whity to Factory Fresh
If Whity isn't responding, a clean reset usually fixes it:
docker stop whity_sovereign && docker rm whity_sovereign
docker pull whiteeaglewhity/whity-core:latest
# Re-run Start_Whity.command
Check if Whity is Running
docker ps --filter name=whity_sovereign
# If you see a row, open http://localhost:8000
View Whity Logs
docker logs -f whity_sovereign
# Press Ctrl+C to stop