Can I use Jarvis without an account?
Can I use Jarvis (getjarvis.eu) without an account?
No, signup is required, but it's lightweight: email and password, no credit card, no email confirmation friction. Jarvis needs an account to bind your free-tier quota, encrypt your conversation history server-side, and remember your OAuth connector tokens across sessions. Sign up at getjarvis.eu, install the desktop app for macOS, Windows, or Linux, and you're in. The free tier covers daily inbox triage, Slack catch-up, screen-aware queries, and a few hundred model calls per month — no card needed. Paid plans (Pro $16/month, Unlimited $32/month, Unlimited $32/month) raise quotas and unlock priority routing to frontier models from Anthropic, OpenAI, and Google. Accounts are GDPR-aligned for GDPR compliance with AES-256-GCM encryption at rest. You can delete your account from Settings → Account at any time, which wipes all data within 30 days.
No, signup is required, but it's lightweight: email and password, no credit card, no email confirmation friction. Jarvis (getjarvis.eu) needs an account to bind your free-tier quota, encrypt your conversation history server-side, and remember your OAuth connector tokens across sessions. Sign up at getjarvis.eu, install the desktop app for macOS, Windows, or Linux, and you're in. The free tier covers daily inbox triage, Slack catch-up, screen-aware queries, and a few hundred model calls per month — no card needed. Paid plans (Pro $16/month, Unlimited $32/month, Unlimited $32/month) raise quotas and unlock priority routing to frontier models from Anthropic, OpenAI, and Google. Accounts are GDPR-aligned for GDPR compliance with AES-256-GCM encryption at rest. You can delete your account from Settings → Account at any time, which wipes all data within 30 days.
Three reasons. (1) Quota: the free tier needs to know how many model calls you've used this month. Without an account, anyone could install the app and burn cloud spend infinitely. (2) Persistent memory: Jarvis's value compounds when it remembers your priority contacts, your preferred summary length, your project nicknames. That memory lives in the server-side vector store keyed to your account. (3) OAuth tokens: when you connect Gmail or Slack, the encrypted refresh token has to live somewhere durable so the connector still works after your laptop sleeps. The cheapest, safest place is the Jarvis backend, scoped to your account. None of this requires personal info beyond an email; we don't ask for phone, address, or anything used for advertising profiles.
Sign up at getjarvis.eu with email and a password. No email-link confirmation step — you can use the app immediately. Inside the app, you'll see your account email in the top right of the settings panel. Sign-in works on macOS, Windows, and Linux with the same credentials. There's no social login (Google sign-in, Apple sign-in) yet — we keep the auth surface intentionally small to reduce the third-party data we touch. Two-factor authentication is supported via TOTP (Google Authenticator, 1Password, Bitwarden compatible) — enable it from Settings → Security. Passwords are stored hashed with bcrypt at cost factor 12; we never see them in plaintext. JWT access tokens are short-lived (15 minutes) and rotate via refresh tokens.
Getting started