{{ vite_hmr() }} {{ vite_asset('js/app.js') }}

Create Account

Join Local Deep Research

{% if has_encryption %}
Important Security Notice Your database will be encrypted with your password. There is NO way to recover your data if you forget your password. Please use a password manager.
{% else %}
Security Alert: No Encryption Available SQLCipher is not installed. Your database will be created WITHOUT encryption. Your API keys and data will be stored in plain text.

This is NOT recommended for production use.
Install SQLCipher before creating accounts for secure operation.
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
At least 3 characters. Letters, numbers, underscores, and hyphens only.
Password Requirements:
    {% for req in password_requirements %}
  • {{ req }}
  • {% endfor %}
  • Store it in your browser's password manager