Frequently asked questions
Does this work on Mac or Linux?
Not yet — WieVer is Windows 10/11 only for now.
Windows flagged the installer as unrecognized. Is that normal?
Yes. The installer isn't code-signed yet, so SmartScreen warns the first time
you run it. Click "More info", then "Run anyway". Code-signing is on the
roadmap.
Do I still need my own account with the model provider?
Yes — whichever engine you run. A Claude Pro or Max plan for Claude Code, or
the equivalent account for Codex, Gemini, Qwen, Grok or Kimi. WieVer is the
orchestrator, not a source of model access — see "Bring your own accounts"
above.
Can I run sessions on something other than Claude Code?
Yes — Codex CLI, Gemini CLI, Qwen Code, Grok and Kimi are all launchable
engines, and you can mix them inside one run. Every engine gets the same
worktree isolation and goes through the same merge train. You bring your own
account with each provider; see "Bring your own engine" above.
Do I need anything installed for the other engines?
No — WieVer installs Codex CLI, Gemini CLI, Qwen Code, Grok and Kimi for you
from the Connectors screen, using the Node runtime and Git it ships with, so
nothing has to be on your machine first. Two honest notes: Kimi wants Git for
Windows present at its first launch, and installing Grok isn't the same as
being entitled to use it — that still needs your own SuperGrok subscription,
which WieVer has no way to check.
Is this a terminal app? I don't want to babysit six consoles.
Sessions render as a chat, not a console — slash commands and file mentions
from a menu, attachments, dictation, and tappable buttons when an agent stops
to ask you a question. A single dashboard lists every session running anywhere
in the app, each row with the same stop / open / switch-model controls, so
supervising six looks much like supervising one.
What happens if I close the app, or Windows reboots mid-run?
Sessions come back with their conversations intact, and you choose per session
which ones restart on their own. If you hit a usage limit instead, every
running session is armed to resume at the reset together rather than one at a
time — and your sign-in is refreshed in the background so a long unattended
run doesn't expire overnight.
Does my code pass through your servers?
No. WieVer runs entirely on your machine and binds only to localhost — there is
no relay and no cloud component. Your code talks to Anthropic directly, through
the claude CLI you already use.
Can I reach it from my phone?
Not out of the box. The desktop app is deliberately localhost-only, so remote
access isn't part of the install today — it's on the roadmap. If you already
run your own tunnel or VPN to that machine, the UI itself works fine in a phone
browser.
How many sessions can I run at once?
Up to 20 concurrent sessions by default. Each one gets its own git worktree, so
they can all work in the same repository without colliding.
Does it open pull requests for me?
The merge train merges, resolves conflicts and verifies entirely on your
machine without any account. If you want it to open the pull request as well,
give it a GitHub token — otherwise it leaves you a clean, tested integration
branch to push yourself.
What happens if I'm offline?
Your licence keeps working for 14 days without an internet check — enough for a
flight or a bad connection. It re-verifies automatically next time you're
online.
Can I cancel anytime?
Yes — cancel from your Polar customer portal whenever you like. No lock-in.