Free · Open source · Private · No subscriptions

Your own AI, on your own machine.

Agentica is a free, open-source app that runs AI on your computer. Chat like you would with any assistant — or hand it real work to do. Pick a target, then pick the open model that fits it. Everything you type, and everything it remembers, stays on your machine. No one else can see it — not even us.

curl -fsSL https://agenticaai.vercel.app/install.sh | bash

Auto-detects Apple Silicon vs Intel. Unsigned build — the installer opens it cleanly; if you double-click the .dmg instead, right-click Agentica → Open once.

Why people choose Agentica → · free forever · open source · no account needed

🧩 Coming soon: a whole team of agents on one project — you just keep talking. See what's coming →
Coming soon · on the roadmap

A whole team of agents on one project

Today, agents work on separate projects. Next, they'll safely team up on the same one — while you just keep talking.

🧩

Many agents, one project

Put a whole team of agents on one project — one on logins, one on billing, one on the database — all working at the same time.

💬

Just keep talking

Think out loud. Pile on ideas whenever they come, in plain language — no rigid back-and-forth — and Agentica keeps up.

🧠

It remembers across every chat

Say something in one chat and the others know it. There's one shared picture of your project — and it lives only on your machine.

Independent work runs at once

Work that doesn't depend on other work can run at the same time — across your laptop and your own servers — so more gets done at once.

🔧

It keeps everyone in sync

When agents work side by side, Agentica works to keep their changes and ideas fitting together — quietly smoothing out the simple overlaps so you don't have to.

🫵

It asks only when it's truly unclear

If there's no safe answer, it stops and asks you in plain words — never a wall of code. You decide; it remembers, so it won't ask twice.

On the roadmap, not shipped yet — and like everything in Agentica, it will run entirely on your machine. Nothing leaves it, not even us.

Why people choose Agentica

Powerful AI you fully own. No cloud landlord, no meter running, no one looking over your shoulder.

🔓

Any model, one click

Pick from thousands of open models — from Hugging Face or Ollama — and switch anytime. You're never locked into one company's AI.

🔒

Nothing leaves your machine

Your chats and files stay on your computer. No company can read them, sell them, or train on them. Not even us.

🧠

A memory that's yours

Agentica remembers what matters across your chats and projects, when you want it to — and that memory lives only on your computer.

💸

Free and open

Fully open source. No subscription, no API keys, no usage limits, no surprise bill. Use it as much as you like.

A real look at the app — click any screenshot to see it full size.

Agentica with pinotage.usc.edu selected as the target and Qwen3 32B selected as a Hugging Face vLLM model
Target-aware models — choose your Mac, a GPU server, or a cluster target; Agentica shows models suited to that target, including Hugging Face IDs served through vLLM.
Agentica agentic chat answering a SLURM sbatch question with a full script
Agentic chat — ask anything; the agent answers and can use tools. Here: a ready-to-run sbatch script, explained line by line.
Agentica plan view: a clean one-page plan with a highlighted phrase, a floating Comment bubble, and notes queued to send
Plan view — the agent writes one clean, readable plan. Don't like a part? Highlight it, drop a comment in the bubble, and send all your notes at once to revise. Then submit it as a job.
Agentica normal chat, streamed token by token
Normal chat — a plain conversation, streamed token-by-token. Flip to Agentic anytime; add a workspace folder for context.
Agentica one-time setup gate detecting Ollama and the model
One-click setup — Agentica detects Ollama and your model, and installs / pulls them for you. No terminal required.

Too big for your laptop? Use the computers you already have.

Small models run great on a laptop. The really capable ones need more muscle. Most apps stop there — or quietly send your data to their cloud. Agentica doesn't. Point it at a desktop with a graphics card, your own server, or a university or work cluster, and it runs the big model there — for you.

The model picker follows the target. Local targets can use installed Ollama tags; remote GPU targets can expose Hugging Face model IDs through vLLM, so a bigger model runs on the right machine instead of quietly falling back to your laptop.

💻Start on your laptopChat with smaller models, instantly.
📈Need more power?The model you want is too big to run here.
🖥️Your own server or clusterAgentica runs it there and brings the answer back.

You hand it off like sending a task. Agentica does the rest — connecting, setting things up, running the model, and returning the result. No commands. No setup scripts. It's still your hardware, so it's still private.

Already have a SLURM / HPC cluster with limited hours? You don't need it running all day. Submit a job the way you already would — except Agentica handles the whole thing end to end, and you never touch a command line.

Works with what you already have

Your computer, your servers, your tools. No new accounts, no lock-in.

🍎 macOS 🐧 Linux ⊞ Windows · WSL 🦙 Ollama 🤗 Hugging Face ⚡ vLLM 🧮 SLURM / HPC 🎓 Universities & labs 🖥️ Your own GPU servers 🟦 Works with VS Code 🔓 Llama · Qwen · Gemma · GLM · DeepSeek

For power users: connect any host in your ~/.ssh/config — a plain GPU box or a SLURM cluster (ProxyJump hops supported). Agentica can serve an OpenAI-compatible /v1 endpoint so VS Code, Continue and Cline work unchanged, and a built-in fit-check sizes a model to your cards (A100 / L40S / A40 …). Verified end to end on USC CARC Discovery.

Up and running in 3 steps

No setup headaches. Most people are chatting within a few minutes.

Install

Paste one line, or download the app. It sets itself up and adds a launcher — that's it.

Pick a target and model

Choose your machine, server, or cluster first. Agentica then shows models suited to that target.

Start

Chat right away, point it at a folder, or hand it a task. Add your own server later if you want more power.

FAQ

Do I need to be a programmer to use this?

No. If you can install an app and type a message, you can use Agentica. The everyday chat works just like any AI assistant you've tried — it simply runs on your own computer. The advanced features (running code, connecting to a cluster) are there if you ever want them, but you can ignore them completely.

Is it really free? What's the catch?

Yes — free and fully open source, with no account, no subscription, and no usage limits. There's no catch: the AI runs on hardware you already own, so there's nothing for us to bill you for. (If you choose to run very large models, you'll want a capable computer or a GPU server — that's the only cost, and it's yours.)

Where are my conversations and the AI's memory stored?

On your own machine, and nowhere else. Your chats, your files, and anything the AI remembers stay local to your computer. No company — including us — can read, sell, or train on them. You can delete everything at any time, and nothing is left behind.

How do I install it?

One line on macOS or Linux: curl -fsSL https://agenticaai.vercel.app/install.sh | bash. It detects your OS and CPU (Apple Silicon / Intel / x64 / arm64), installs the app, and adds an agentica launcher. On Windows, install WSL (wsl --install) and run the same line inside Ubuntu.

Is the macOS app notarized?

Not yet — it's an open-source, unsigned build. The installer strips the quarantine flag so it opens with no warning. If you download the .dmg by hand, right-click Agentica → Open the first time.

Do I need API keys or a cloud account?

No. Agentica runs open-weight models on your own hardware via Ollama (or vLLM). There are no API keys, no monthly subscription, and nothing is sent to a third party.

Does it really work on SLURM / HPC clusters?

Yes — verified end-to-end on USC CARC Discovery. It sbatches a GPU job that runs the agent loop on the node and syncs results back. Plain SSH GPU boxes work too.

Which models can I use?

Any Ollama tag locally, and Hugging Face model IDs on vLLM-capable targets — Llama, Qwen, Gemma, DeepSeek, GLM, gpt-oss, and more. A built-in fit check helps you size them to your GPUs (A100/L40S/A40/…).

Is my code or data uploaded anywhere?

No. The agent's tools run locally (or on your own node); the workspace stays on your machines.

Can I use it from VS Code?

Yes — it serves an OpenAI-compatible /v1 endpoint, so Continue/Cline and the OpenAI SDK work unchanged.

Get your own private AI — in one line.

curl -fsSL https://agenticaai.vercel.app/install.sh | bash

macOS & Linux (Windows via WSL) · open source · all downloads · source on GitHub