starting...
booting page...
  1. get an API key
  2. answer the setup questions
  3. chat

Paste with Ctrl+Shift+V: plain Ctrl+V sends a control byte, and at the hidden key prompt you will not see that it did.

Try first: make a file notes.txt with three uses for a 32-bit Linux box, then show it to me

What the relay can see, and how you can check

Your key is typed at the setup wizard's own hidden prompt, inside the machine in this tab, and this page never reads it. Requests to your AI provider are encrypted inside that machine before they leave it, and they travel through a relay that can see only which provider you are contacting and how many bytes moved. It cannot read your key, your prompts, or the replies, and it can only reach the handful of AI providers on its allowlist.

You do not have to take that on trust. The relay's source is published under the AGPL and linked at the bottom of this page, and both the page and the relay show the exact commit they were built from, so what is running here can be checked against what is published.

Questions

Pasting does nothing, or nothing appears when I paste

Paste with Ctrl-Shift-V. Plain Ctrl-V is not a paste in a terminal; it sends a control byte. And at the key prompt the terminal shows nothing at all while you type or paste: no characters, no dots. That is correct, not a hang. Press Enter.

How do I get out of a question?

Ctrl-C leaves the wizard at a shell prompt, where temur init starts it again. At the hidden key prompt Ctrl-C is ignored on purpose, because echo is off there and it could leave you at a terminal that has stopped showing what you type. Press Enter on the empty line instead.

How do I change the key, or use a different provider?

temur init --force. It rewrites the configuration but will not overwrite a key file that already has a key in it: it says the file was left untouched and never asks. Delete the file first, for example rm /root/.secrets/temur-anthropic-key. Each provider keeps its own file, so switching provider needs no deletion.

Why not template 1, the local one?

It points temur at a model server on the same machine, which is how you would run it against llama.cpp on a real computer. In this tab nothing is listening there. Pick a hosted provider.

What happens when I close the tab?

The whole computer stops existing, with its files, the configuration and your key. Nothing is written to your disk, so you type the key again next time.