Initial Configuration
Run:
goose configure
During setup:
- Choose your AI provider.
- For VPS or headless servers, 'Manual Configuration' is recommended because it does not require a browser or graphical interface.
- Configuration is saved to:
/root/.config/goose/config.yaml
Useful Commands
Start Goose:
goose
Check available options:
goose --help
Check installed version:
goose --version
Notes
- The Goose binary is installed under
/root/.local/bin. /root/.local/binis added to the shellPATHthrough/root/.bashrc.