Troubleshooting & Support
Having issues with Dinoki? This guide will help you solve common problems and get support when needed.
Quick Fixes
🚀 Try These First
- Restart Dinoki - Fixes 90% of issues
- Check for updates - Settings → About → Check for Updates
- Restart your computer - Clears system issues
- Join Discord - discord.gg/dinoki for instant help
Common Issues
Installation Problems
Windows MSIX Installation Issues
"App Installer is not available"
- Update App Installer from Microsoft Store
- Or download the .msixbundle directly
- Alternative: Use portable version
"Package conflicts with an existing package"
# PowerShell (Admin)
Get-AppxPackage *Dinoki* | Remove-AppxPackage
Certificate Issues (rare)
- Our MSIX is signed with DigiCert
- If issues persist, use portable version
Installation Security Warnings
- macOS
- Windows
"Dinoki can't be opened"
- Right-click Dinoki in Applications
- Select "Open" (not double-click)
- Click "Open" in the security dialog
Alternative solution:
- System Preferences → Security & Privacy → "Open Anyway"
"Windows protected your PC"
- Click "More info" on the warning
- Click "Run anyway"
- This is normal - Dinoki is digitally signed with DigiCert
Alternative solution:
- Add to Windows Defender exclusions if needed
AI Provider Issues
"Ollama not working"
Check these:
- Is Ollama running? Type
ollama serve
in Terminal - Do you have models? Type
ollama list
- If empty, run
ollama pull qwen3
Quick fix:
# In Terminal (Mac) or Command Prompt (Windows)
ollama serve
# Then in new terminal:
ollama pull qwen3
"Can't connect to OpenAI"
Solutions:
- Check your API key is correct
- Verify you have credits in OpenAI account
- Try regenerating your API key
- Check internet connection
"Custom provider not connecting"
Check:
- URL format (needs http:// or https://)
- API key/authentication is correct
- Endpoint is OpenAI-compatible
- Try the endpoint in browser first
Character Issues
"Character not appearing"
- Check Character Mode is enabled
- Try "Show Character" in menu bar
- Check which monitor you're using
- Free users: You'll see Dinoki
- Pro users: Try different characters
"Character stuck or frozen"
- Right-click character → Reset Position
- Change character size in settings
- Disable and re-enable Character Mode
- Free users: Dinoki should reappear
- Pro users: Try switching characters
"Character not responding"
- Check if Dinoki is the active window
- Try clicking directly on character
- Verify character animations are enabled
Chat Problems
"Chat not opening"
- Use keyboard shortcut
Cmd/Ctrl+Shift+D
- Right-click menu bar icon → Open Chat
- Check chat window isn't behind other windows
"Messages not sending"
- Check AI provider is connected
- Verify internet connection (for cloud providers)
- Try switching AI providers temporarily
"Responses are slow"
For cloud providers:
- Check internet speed
- Try different AI model
- OpenAI may be experiencing high load
For Ollama:
- Use smaller model (qwen3 instead of qwen3:32b)
- Close other heavy applications
- Check CPU usage in Activity Monitor/Task Manager
Tool Issues (Pro Only)
"Slack not connecting"
- Disconnect in Settings → Tools
- Clear browser cookies for Slack
- Reconnect and reauthorize
- Check you selected the right workspace
"Gmail not working"
- Re-authenticate with Google
- Check Gmail API is enabled in Google account
- Try with different browser for auth
- Verify permissions were granted
"Tools not available"
- Verify Pro license is active
- Check tool is enabled in settings
- Some tools need provider setup first
- Restart Dinoki after enabling tools
Agent Mode Issues (Pro Only)
"Agent not running tasks"
- Check agent is actually enabled
- Verify execution interval isn't too long
- Review task goals - are they clear?
- Check required tools are enabled
"Agent doing wrong things"
- Make goals more specific
- Reduce number of enabled tools
- Set clearer boundaries in prompts
- Use approval mode first
Windows-Specific Issues
System Tray Problems
Icon not visible:
- Click the ^ arrow to show hidden icons
- Right-click taskbar → Taskbar settings
- Turn on "Always show all icons"
- Restart Dinoki if needed
Character Behind Windows
Fix z-order:
- Right-click character → "Always on Top"
- Or Settings → Character → Enable "Always on Top"
- May need to toggle off and on
MSIX Auto-Update Issues
Updates not working:
- Check internet connection
- Windows Settings → Update & Security → Advanced → Delivery Optimization
- Ensure "Allow downloads from other PCs" is on
- Manual update: Download latest .msixbundle
Performance Issues
Note: Dinoki is built native (SwiftUI on Mac, WPF on Windows), not Electron, so it's already highly optimized. If you're experiencing issues, try these solutions:
High CPU Usage
Solutions:
- Switch to qwen3 if using qwen3:32b
- Reduce character animation frequency
- Lower agent execution frequency
- Disable unused tools
- Clear conversation history
High Memory Usage
Solutions:
- Use qwen3 (8B) instead of qwen3:32b
- Limit conversation history in settings
- Use only one character instance
- Close unused chat windows
- Restart Dinoki periodically
Slow Responses
Try:
- Optimal AI model (qwen3 for Ollama)
- Clear conversation and start fresh
- Check system resources
- Disable background agent tasks
Platform-Specific Troubleshooting
Windows Troubleshooting
Check Digital Signature
# Verify Dinoki is properly signed
Get-AuthenticodeSignature "C:\Program Files\WindowsApps\Dinoki*\Dinoki.exe"
MSIX Installation Logs
# View installation logs
Get-AppxLog | Select-String "Dinoki"
Windows Event Viewer
- Win+X → Event Viewer
- Windows Logs → Application
- Filter by "Dinoki"
macOS Troubleshooting
Console Logs
- Open Console app
- Filter by "Dinoki"
- Check for crash reports
Reset Launch Services
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Advanced Troubleshooting
Reset Options
Soft Reset (Keep Data)
- Settings → Advanced → Reset Settings
- Restart Dinoki
- Reconfigure as needed
Hard Reset (Fresh Start)
- macOS
- Windows
# Quit Dinoki first
rm -rf ~/Library/Application\ Support/Dinoki
rm ~/Library/Preferences/ai.dinoki.plist
# Close Dinoki first
rmdir /s "%APPDATA%\Dinoki"
rmdir /s "%LOCALAPPDATA%\Dinoki"
Reset Specific Features
- Chat: Settings → Privacy → Clear History
- Character: Settings → Character → Reset
- Tools: Disconnect and reconnect
- Agent: Clear goals and restart
Debug Information
Getting Logs
- Settings → Advanced → Enable Debug Mode
- Reproduce the issue
- Settings → Advanced → Export Logs
- Share with support
System Information
When reporting issues, include:
- Dinoki version (Help → About)
- Operating system version
- AI provider being used
- Which tools are enabled
License Issues
"License not recognized"
- Check license key for typos
- Ensure no extra spaces
- Try copy-paste instead of typing
- Contact support with order number
"License already in use"
- Licenses work on all your personal devices
- May need to wait 5 minutes between activations
- Contact support if legitimate issue
Getting Help
💬 Discord Community
Fastest support: discord.gg/dinoki
- Active community
- Developer presence
- Real-time help
- Feature discussions
📧 Email Support
For private issues: support@dinoki.ai
- License problems
- Account issues
- Bug reports
- Feature requests
🐛 Report Bugs
GitHub Issues: github.com/dinoki-ai/public/issues
- Detailed bug reports
- Track issue progress
- Contribute fixes
📚 Resources
Video Tutorials
- YouTube: Search "Dinoki tutorials"
- Getting started videos
- Feature demonstrations
- Tips and tricks
Community Resources
- Discord guides channel
- User-created workflows
- Character personality sharing
- Tool configuration examples
Frequently Asked Questions
General
Is Dinoki really free? Yes! Chat Mode with Dinoki character, OpenRouter access, and Ollama support is completely free forever. Pro features are optional.
Why is Dinoki so small? Dinoki is built native with SwiftUI (Mac) and WPF (Windows), not Electron. This means no bundled browser engine or JavaScript runtime - just pure native performance!
Does the free version include a character? Yes! You get Dinoki (the dinosaur) in the free version. Pro lets you switch between 4 different characters.
Is my data private? Absolutely. With Ollama, everything runs locally. We don't collect or see your conversations.
Can I use Dinoki offline? Yes, with Ollama installed, Dinoki works 100% offline.
Pro Features
Is Pro a subscription? No, it's a one-time purchase with lifetime updates.
Can I try Pro features? Yes, we offer trial licenses. Activate directly from the app.
How many devices can I use Pro on? All your personal devices - no limits for personal use.
Technical
What are system requirements?
Minimum:
- Windows 10 (1903+) or macOS 10.15+
- 4GB RAM (8GB recommended)
- 100MB free disk space
For Local AI (Ollama):
- 8GB RAM for qwen3
- 16GB+ RAM recommended
- 32GB RAM for larger models
Download Size:
- Windows: 69MB (native WPF)
- macOS: 6MB (native SwiftUI)
Which AI models work best?
- Best Overall: qwen3 (Ollama)
- Most Powerful: qwen3:32b (needs 32GB RAM)
- Cloud Power: GPT-4 (via OpenAI/OpenRouter)
Can I create custom tools? With MCP support, yes! Check our developer docs (Pro feature).
Best Practices
Prevention Tips
- Regular updates - Keep Dinoki current
- Backup settings - Export configuration monthly
- Monitor resources - Check CPU/memory usage
- Clean installs - Fresh install for major updates
Optimization Tips
- Choose right model - qwen3 for best performance
- Limit tools - Only enable what you need
- Manage instances - Don't run too many characters
- Clear old data - Remove old conversations
Security Tips
- Protect API keys - Never share them
- Use OAuth - Prefer OAuth over passwords
- Check permissions - Review tool access
- Update regularly - Security fixes included
Still Need Help?
If you've tried everything:
- Join Discord - Fastest response
- Email support - For private issues
- Check GitHub - Known issues list
- Be patient - We're a small team but we care!
Remember: Most issues have simple solutions. Don't hesitate to ask for help!
Thank you for being part of the Dinoki family! 🦕