Sign in

Open your workspace.

Create an account and vibe-code in your browser — or keep it local-first and self-host. Same engine either way.

Sign in to the hosted workspace

Your projects, agents, and memory, server-side. Describe a goal in plain English and watch Tavsin read the repo, write files, and run commands — nothing to install.

Runs at app.tavsin.xyz. After sign-in you land straight in the playground.

Connect to a self-hosted workspace

Already running the Tavsin web workspace on your own machine or server? Enter its URL.

Run it on your machine

Two commands. Sets an owner password, serves the workspace at localhost:4317.

git clone https://github.com/Medialordofficial/Tavsin_Inc.git cd Tavsin_Inc && pnpm install && pnpm -C apps/web build TAVSIN_OWNER_PASSWORD=… pnpm -C apps/web start

The password you set becomes your sign-in. Tokens stay in your browser; intelligence stays on disk.

Get the desktop app instead

Same engine, native window. No server to run, no auth to configure — just open and work.

Download for Mac or Windows

Hosted accounts run at app.tavsin.xyz. Prefer to own everything? Self-host or use the desktop app — your intelligence, your machine. Read the source.