Now in Beta

Your AI coding setup, now mobile

Finn connects your phone to the AI models and projects on your computer. Now you can chat with your agents and make edits to your projects from anywhere.

Weekly View for Habit Tracker

|

Continue chatting

How it works

Finn is the bridge between your phone and your computer

Finn has two parts:

  1. A lightweight app that runs on your computer (called a daemon) and
  2. A mobile app on your phone

The daemon connects your phone to your AI models and project files. When you chat or edit files in Finn, everything runs through your computer.

Finn App
Desktop Files
Name
Date Modified
App.tsx
Modified: A week ago
Goal-tracker.tsx
Modified: A week ago
habits.json
Modified: A week ago

Getting started with Finn

Setup is quick and painless. Install the daemon and mobile app, create an account, add your projects. Most users are up and running in under 5 minutes.

The desktop daemon supports macOS, Windows, and Linux. The Finn app is available on iOS.

1

Install the daemon

A small background app that runs on your main development computer. The daemon connects your phone to your AI models and project files.

Download the daemon:

Or via terminal:

curl -fsSL tryfinn.ai/install | sh
2

Connect your project folders

Finn only has access to what you give it. Add your projects to Finn and watch them magically show up on mobile.

Toolbar mockup
3

Open the mobile app

Once you log in, the app will automatically connect to your computer over your network.

Open the mobile app

Built for AI-anywhere

Everything you need to code on the go.

Switch between AI models

Toggle between Claude, Gemini, and GitHub Copilot. Pick the right model for whatever you're building.

Model

Stay fast

WebSocket connections keep everything responsive. Real-time sync between your daemon and mobile app means no lag.

$
12ms

Review before you commit

See exactly what changed with clean diff visualization. You can review every edit before it touches your repo.

config.ts
+3-2
7
export const config = {
-
debug: true,
+
production: true,
+
cache: true,
11
};
api.ts
+8-2
42
async function fetch() {
-
return null;
+
const res = await api.get();
+
return res.data;
45
}
utils.ts
+8-2
14
const data = {
-
old: true,
+
async: true,
+
cache: true,
18
};

Runs on your computer

Your AI chats and code changes are run on your computer. Continue your work seemlessly when you're back at your computer.

Terminal
$ npm run build
Building...
✓ Build complete
$ npm test

Test web apps instantly

When you're building web projects, Finn renders your local dev server directly in the app. Chat with AI to make changes, then immediately see them in a live mobile browser. No switching devices, no deployment needed.

Available on Pro and Max plans
habit-tracker
weekly-view
http://localhost:3000

Connecting Live Preview...

Start a new chat

Claude

Try Finn For Free

Take the power of your desktop agents with you on your mobile device. Takes only a few minutes to set up.

Frequently Asked Questions

Nope. Finn is just the interface. It connects to whatever AI models you have running on your computer. Finn doesn't process your code with AI or provide the AI itself.
Yep. Everything runs on your local machine. Finn creates an encrypted connection between your phone and computer, but your files never leave. No cloud storage, no servers storing your code.
Currently Finn supports local installations of Claude Code, Gemini, and GitHub Copilot. Future support for OpenAI models is coming, along with API access methods for Claude, Gemini, and OpenAI.
No! Finn routes requests through your computer which means you can use your regular Claude subscription. If you want to use an API subscription, support for that is coming soon.
Yeah. Finn works over the internet by securely routing your chats and projects to your phone. As long as your computer is on and connected, you're good.
Claude and ChatGPT require your project files and work to happen in the cloud where their models can access them. Finn lets you keep everything local. Your code, your files, your AI conversations all stay on your computer. Finn just accesses them remotely.
Yes. End-to-end encrypted connections, local-only file storage, and you control all access permissions. Your code never touches our servers.
Finn has three tiers: Free ($0), Pro ($15/month), and Max ($30/month). Check out our Pricing page for the full breakdown.