User Guide
Clear steps to set up Octo on Windows and Linux.
⚙️ Windows Environment Variables
To make Octo commands available in CMD/PowerShell:
- Right-click This PC → Properties → Advanced system settings
- Click Environment Variables
- Add Octo installation path to
PATH
- Restart your terminal
🛡️ Windows Firewall
Octo requires port 5000
to be open:
- Open Windows Defender Firewall
- Go to Advanced Settings
- Create new inbound & outbound rules for port
5000
🐧 Linux Docker Permissions
To run Docker without sudo
:
sudo usermod -aG docker $USER
- Log out and log back in
🚀 First Steps
After setup, run:
octo run main.py
If this runs successfully, Octo is ready!
Next Steps
Boost your productivity with Octo.