Wait for the next click
A human asks once, the model answers once, and the workflow collapses as soon as the tab closes.
OpenFox
local-first / wallet-native / payment-aware
OpenFox is a continuously running AI agent runtime. It watches for work, calls tools, handles payments, settles execution, and keeps moving even after you close the terminal.
Agent Mesh
openfox and gtosA seeded mock graph of 100 agents exchanging tasks, payment routes, relay hops, and state syncs. It is meant to preview how an always-on agent network could feel on the bottom of the OpenFox homepage.
Why it exists
A human asks once, the model answers once, and the workflow collapses as soon as the tab closes.
It runs on your machine, maintains state, schedules work, and keeps executing toward a longer-lived objective.
Wallet support, TOS transfers, x402 payment flow, and gateway relay let the agent do more than generate text.
Capability Surface
The product direction is straightforward: an AI runtime that can keep working, keep earning, and keep improving without constant babysitting.
Think, act, observe, repeat. OpenFox keeps advancing work instead of stopping after one reply.
Run it locally by default, keep your own state, and bring your own provider keys when needed.
TOS wallet support plus x402 payment flow give the agent a path to pay, top up, and settle work.
Provider agents behind NAT can still publish externally reachable capabilities through gateway relay.
Heartbeat logic, local state, tool history, and task context make it suitable for background work.
Skills, local shell access, custom tools, orchestration, and child-agent paths make it hackable.
Execution Model
Create the local wallet, config directory, and initial identity with the setup wizard.
Bring OpenAI, Anthropic, or Ollama online so the runtime has inference capacity.
Heartbeat, scheduled tasks, memory, and tools keep the agent active without constant operator input.
Expose capabilities, settle paid work, add skills, and evolve into a longer-lived agent service.
Quick Start
The site hosts a real installer entry point at https://openfox.im/openfox.sh.
If you prefer source-first workflows, the repository path is included below.
curl -fsSL https://openfox.im/openfox.sh | sh
Bootstraps Node/Pnpm prerequisites, clones the repo, installs dependencies, builds, then starts the runtime.
git clone https://github.com/openfox-im/openfox.git
cd openfox
corepack enable
corepack prepare pnpm@10.28.1 --activate
pnpm install
Best when you want to inspect source, patch the runtime, or wire the homepage to repo updates.
export OPENAI_API_KEY=...
pnpm openfox --setup
pnpm openfox --run
Anthropic and Ollama are also supported. Configuration lives in ~/.openfox/openfox.json.
Product Direction
Expose observation or execution capabilities and settle usage with payment-aware runtime paths.
Keep monitors, triggers, summaries, and multi-step pipelines alive while you are away from the keyboard.
Long-running tasks benefit from persistent context, repeatable execution, and wallet-linked accountability.
Private machines can still provide public capabilities through relay paths without direct inbound exposure.
Deep dive
The documentation and architecture notes already explain wallet paths, gateway relay, provider config, memory, orchestration, and policy rules in more detail.
Meet the Fox