Installation Issues
macOS: “Izwi can’t be opened because it is from an unidentified developer”
The app isn’t code-signed yet:- Go to System Settings → Privacy & Security
- Scroll down to find the Izwi message
- Click Open Anyway
macOS: Command not found: izwi
The CLI tools aren’t in your PATH:Linux: Permission denied installing .deb
Use sudo:Windows: SmartScreen blocks installation
- Click More info
- Click Run anyway
Server Issues
Server won’t start
Check if port is in use:Can’t connect to server
-
Verify server is running:
-
Check the operational probes:
-
Check the correct URL:
- Check firewall settings
Server crashes on startup
Check logs:- Insufficient memory
- Corrupted model files
- Missing dependencies
Model Issues
Model download fails
Network issues:- Check internet connection
- Try again (downloads resume automatically)
- Use a VPN if region-blocked
Model won’t load
Insufficient memory: Check available RAM:Model not detected after manual download
-
Verify correct directory:
- macOS:
~/Library/Application Support/izwi/models/ - Linux:
~/.local/share/izwi/models/ - Windows:
%APPDATA%\izwi\models\
- macOS:
- Check folder name matches expected variant name
-
Restart the server:
Performance Issues
Inference is slow
Use GPU acceleration: macOS (Metal):--features cuda,flash-attn or --features cuda,cudnn.
Use smaller models:
Qwen3-TTS-12Hz-0.6B-Baseinstead ofQwen3-TTS-12Hz-1.7B-Base- Quantized variants (
-4bit)
High memory usage
Unload unused models:Audio generation stutters
- Ensure models are fully loaded before use
- Use streaming mode for long text
- Check system resources
Audio Issues
No audio output
Check system audio:- Verify speakers/headphones are connected
- Check system volume
- Test with another application
Poor transcription quality
Improve audio quality:- Use a better microphone
- Reduce background noise
- Speak clearly
Microphone not detected (Web UI)
- Check browser permissions for microphone access
- Ensure correct input device is selected in system settings
- Try a different browser
GPU Issues
Metal not working (macOS)
Verify Apple Silicon:CUDA not detected (Linux/Windows)
Check NVIDIA drivers:Web UI Issues
UI won’t load
-
Verify server is running:
-
Check the URL:
http://localhost:8080 - Clear browser cache
- Try incognito/private mode
UI shows “No models loaded”
-
Download a model:
-
Load the model:
- Refresh the page
Features not working
Ensure required models are loaded:| Feature | Required Model Type |
|---|---|
| TTS | *-tts-* |
| Transcription | Parakeet-*, Whisper-*, Qwen3-ASR-*, Granite-Speech-*, or LFM2.5-Audio-* |
| Chat | Qwen3-*, Qwen3.5-*, LFM2.5-1.2B-*, or Gemma-3-1b-it |
| Voice Cloning | Qwen3-TTS-12Hz-*-Base* |
| Voice Design | Qwen3-TTS-12Hz-1.7B-VoiceDesign* |
API Issues
401 Unauthorized
Izwi doesn’t require authentication by default. If you’re getting this error:- Check you’re connecting to the right server
- Verify no proxy is interfering
404 Not Found
Check the endpoint URL:- TTS:
POST /v1/audio/speech - Transcription:
POST /v1/audio/transcriptions - Chat:
POST /v1/chat/completions
500 Internal Server Error
Check server logs:- Model not loaded
- Invalid request format
- Insufficient memory
Getting More Help
Collect diagnostic information
Check logs
Report issues
Open an issue on GitHub with:- Izwi version (
izwi version --full) - Operating system and version
- Steps to reproduce
- Error messages and logs