apps/web/content/docs/developers/14.bug-report.mdx
If you encounter any issues with Char, we'd love to hear about them! You can report bugs through:
The in-app support chat is the recommended way to report bugs because it automatically attaches your platform, OS version, and app version to the report.
When reporting a bug manually, please include:
Char stores logs in platform-specific directories following XDG Base Directory conventions. These logs contain detailed information about application events and can help diagnose issues.
~/Library/Logs/hyprnote/
The logs directory contains rolling daily logs with timestamped filenames, allowing you to review historical application events.
C:\Users\[username]\AppData\Local\hyprnote\logs
~/.local/share/hyprnote/logs/
or
~/.config/hyprnote/logs/
If you need to inspect or back up your application data, here's where Char stores various files:
~/Library/Application Support/hyprnote/
├── db.sqlite # User database
├── config.json # App configuration
├── models/ # Downloaded AI models
│ ├── stt/ # Speech-to-text models
│ └── llm/ # Language models
└── sessions/ # Session recordings
C:\Users\[username]\AppData\Local\hyprnote\
~/.local/share/hyprnote/
If you're experiencing UI-related problems:
For deeper investigation of backend problems:
If Char is running slowly:
If the logs directory doesn't exist, it may mean:
To free up space, you can safely delete:
Do not delete:
db.sqlite (contains your notes and data)config.json (contains your settings)Still stuck? We're here to help:
When reaching out, please include: