Installation¶
Requirements¶
- Go 1.23.5+ (for installation via
go install) - Linux with Steam
- Baldur's Gate 3 installed via Steam
Install via Go¶
Make sure $GOPATH/bin (usually ~/go/bin) is in your PATH.
Verify Installation¶
You should see the help message with available commands.
Shell Completion¶
Bookeeper supports shell completion for bash, zsh, fish, and powershell.
Bash¶
Zsh¶
Fish¶
bookeeper completion fish | source
# Or save to ~/.config/fish/completions/bookeeper.fish
bookeeper completion fish > ~/.config/fish/completions/bookeeper.fish
First Run¶
After installation, run:
This will:
- Show you the detected paths
- Create the bookeeper directory (
~/.local/share/bookeeper/) - Verify BG3 installation is found
If paths are wrong, see Configuration.
Directory Structure¶
Bookeeper creates:
~/.local/share/bookeeper/
├── downloaded_mods/ # Your extracted mods
└── profiles/ # Saved mod profiles
Next Steps¶
- Basic Usage - Learn common workflows
- Configuration - Customize paths if needed