XXX_OSAGENT XXX_OSAGENT XXX_OSAGENT XXX_OSAGENT XXX_OSAGENT
// OSagent // V0.0.1

The local-first
agent for your OS.

OSagent is an open-source AI agent with its own model and server built in. Plug into external APIs, add custom tools, or run entirely offline. Nothing leaves your machine unless you choose it.

curl -fsSL https://cli.osagent.computer/install.sh | shcontent_copy
// OWN_IT

It’s time to stop renting AI and start owning it

Three reasons OSagent is built for your hardware, your data, your rules.

01

Own your stack

Tap to flip →

Own your stack

Load open weightsand tools on the machine you already pay for. No per-query tax to a gatekeeper — you buy silicon once, not a subscription to a black box API. Apache 2.0 code; the agent stays alive without rent.

Tap to go back →

02

Your machine,
your boundary

Tap to flip →

Your machine, your boundary

The default path is on your hardware. Prompts and code don’t have to leave to “someone else’s data centre” first. Optional cloud is explicit, off by default — the trust boundary is the box in front of you.

Tap to go back →

03

Memory that doesn't get wiped

Tap to flip →

Memory that doesn’t get wiped

Personalise without catastrophic forgetting. A durable toolgraph and Forget-Me-Not-style continuity — add skills and local models without erasing what the agent already knew.

Tap to go back →

// what_osagent_can_do

What OSagent can do

OSagent is an open-source agent framework for local agents on your own machine. Capabilities on the left, a runtime demo on the right.

Capabilities· expand a row
[01]expand_more

Tool calling

Five invocations, slash-style. Open to see the whole toolbelt.

// BUILTIN_TOOLS
/bash

Shell and scripts in your project.

/read

Load files into context.

/write

Patches and edits, not wall-of-text pastes.

/search

Ripgrep-style workspace search.

/http

HTTP to localhost and allow-listed URLs only.

[02]expand_more

Terminal & shell

Native command execution, same as your environment.

The agent can run the same bash and tooling you use — build, test, package — with output fed back for the next turn.

[03]expand_more

Offline-first

Model and tools run without a constant uplink.

Air-gapped and bad-network friendly for the core path. You decide when the agent reaches out.

[04]expand_more

Open source

Inspect, fork, ship — the stack is yours.

Apache 2.0 code, open weights, telemetry off. Add your own tools beside the five defaults — the framework stays small; your plugins live alongside.

License: Apache 2.0
Weights: open
// RUNTIME
osagent — zsh
// CUSTOMISE

Customise OSagent
to suit you

Pick your local weights, cloud route, and skills — each group opens on click. The tables list the full set; the last column is a dropdown of every option so you can set the active choice from any row (all menus stay in sync).

1 · Local model (on-device)

Runtime stays on your machine. Choose a default load from the catalogue; every row’s Choose column lists the same full set.

#ModelParamsQuant~SizeChoose (all local)
1Llama-3-70B-Instruct70.6BQ4_K_M~41.5 GB
2DeepSeek-Coder-33B33BF16~66.0 GB
3Mistral-Nemo-12B12.2BQ8_0~13.1 GB
4Phi-3-Mini-128k3.8BQ4_0~2.2 GB
5Qwen2.5-72B72BQ5_K_M~51.2 GB
6Gemma-2-9B-IT9BQ6_K~6.1 GB
2 · Cloud model (optional)

Off-device route when you want it — or none to stay 100% local. Same pattern: one dropdown list repeated on every row.

#RouteContext / notesChoose (all cloud)
1None (local only)No cloud calls
2Locai cloudPre-wired · same balance as app
3OpenAI APIBring your key in settings
4AnthropicBring your key in settings
5Locai embeddingsVector stage only
6Azure OpenAIEnterprise route
3 · Skills & toolgraph

How big the pre-wired tool surface is — from the five default slash tools up to the full Forget-Me-Not graph.

#PackWhat you getChoose (all skills)
1Core (5 tools)/bash · /read · /write · /search · /http
2Developer packCore + formatters + tests
3Research packDocs, fetch, summarize
4Forget-Me-Not (847)Full toolgraph + memory
5Coding-heavyRepos, LSP hints, patch apply
6MinimalOnly /read + /write