frelyCLI
OPEN SOURCE Meet Frely CLI

Your AI.
On your terms.

Bring remote agents, local tools, and your own models into one workflow. Right from your terminal.

Install Frely CLI

macOS · Linux · Windows

frely / quick tourEXAMPLE
01# One account. Your workflow.
02$ frely login
03
04# Give your AI access to local tools
05$ frely mcp setup --workspace .
06$ frely mcp url
07
08# Connect your local model
09$ frely provider share ollama
10
11$
Built on MCPLocal-first toolsOpenAI-compatible modelsApache-2.0 licensed

01 / CONNECT YOUR WORKFLOW

One CLI.
Three ways to connect.

Choose what you need. Remote agents and local execution have separate setup flows.

LOCAL TOOLS / MCP

Your workspace,
within reach.

Connect a remote MCP client to local files, shell commands, and persistent processes. Approve your device and workspace in the browser, then add the stable MCP URL to your client.

frely login
frely mcp setup --workspace .
frely mcp url

Local execution requires your approval. Shell commands run with your OS user’s permissions; the workspace is not a shell sandbox.

Read the MCP setup guide

02 / START HERE

A small install.
A new connection.

Install the CLI, sign in, then choose your workflow.

Prefer a standalone executable?

Standalone releases include their runtime.
The npm package requires Node.js 22 or newer.

  1. 01

    Install or update

    npm
    npm install --global --ignore-scripts frely-cli@latest
  2. 02

    Sign in with your browser

    frely login
  3. 03

    Check your setup

    frely doctor

03 / OPEN BY DESIGN

Read it. Run it.
Make it better.

Frely CLI and this page are open source. Explore the code, report an issue, or contribute your next improvement.

The CLI connects to Frely’s hosted Relay service. The open-source client and local MCP runtime are licensed under Apache-2.0; Frely trademarks remain reserved.