Troubleshooting
Common issues and solutions for Xipher IDE.
"keyring not found" on Linux
Xipher IDE uses the system keyring to store API keys securely. On Linux, you need libsecret:
# Ubuntu/Debian
sudo apt install libsecret-1-0
# Fedora
sudo dnf install libsecret
# Arch Linux
sudo pacman -S libsecretMake sure a keyring daemon (like gnome-keyring) is running.
API Key Not Working
xipher configureConnection Timeout
If you're behind a proxy:
export HTTP_PROXY="http://proxy:port"
export HTTPS_PROXY="http://proxy:port"Model Not Found
Run xipher and check the model list. Model names are case-sensitive.
Response Streaming Hangs
Press Ctrl+C to cancel the current request. The conversation context is preserved — you can continue chatting.
Binary Not Found After Install
Make sure the install directory is in your PATH:
# Check where xipher was installed
which xipher
# If not found, add to PATH (common locations)
export PATH="$HOME/.local/bin:$PATH" # Linux
export PATH="$HOME/go/bin:$PATH" # Go installGetting Help
xipher --version), and steps to reproduce