diff --git a/profile/README.md b/profile/README.md
index 851d28a..103a856 100644
--- a/profile/README.md
+++ b/profile/README.md
@@ -5,10 +5,10 @@
- Website ·
- Docs ·
- Discord ·
- X
+ Website ·
+ Docs ·
+ Discord ·
+ X
@@ -80,6 +80,49 @@ curl http://localhost:1337/v1/chat/completions -d '{
---
+### Atomic Agent
+
+
+
+
+
+
+
+
+
+
+A local-first AI agent that runs on your machine, with local or cloud models. It drives your browser, reads and edits files, runs approved shell commands, and remembers context across sessions. Runs on our TurboQuant `llama.cpp`, so small quantized models stay useful for long, multi-step work on ordinary hardware.
+
+#### Install
+
+macOS / Linux:
+
+```sh
+curl -fsSL https://api.atomicbot.ai/agent-install | sh
+```
+
+Windows (PowerShell):
+
+```powershell
+irm https://raw.githubusercontent.com/AtomicBot-ai/atomic-agent/main/scripts/install.ps1 | iex
+```
+
+#### Run
+
+```sh
+atomic-agent
+```
+
+#### Capabilities
+
+- System browser via ARIA snapshots, shell, filesystem, documents (PDF/DOCX/XLSX), git, clipboard, HTTP, notifications
+- GBNF grammar-constrained tool calls, parallel tool batches, cache-hot prompt prefix, externalized state in SQLite
+- Local Markdown skills loaded on demand, FTS5 note recall, durable cron and webhook-triggered tasks
+- TUI, CLI, OpenAI-compatible HTTP server, and a Tauri sidecar speaking newline-delimited JSON
+- Policy-gated dangerous actions, append-only NDJSON traces with prompt-drift replay
+
+---
+
### Atomic LLaMA
@@ -116,71 +159,7 @@ llama-server -m gemma-4-target.gguf -c 16384 -ngl 99 -ngld 99 -fa on \
- `TQ3_1S` / `TQ4_1S` weight quantization via `llama-quantize` — 25-35% smaller than Q8_0, single-digit % PPL delta
- Regularly synced with `ggml-org/llama.cpp`
-- Powers local inference in Atomic Chat, Atomic Hermes, and Atomic Agent
-
----
-
-### Atomic Hermes
-
-
-
-
-
-
-
-
-
-
-A native autonomous AI agent for desktop. Built on the [Hermes Agent](https://github.com/NousResearch/hermes-agent) core by Nous Research, with computer use, time-travel file history, and offline operation.
-
-#### Download
-
-
-
-
-
-#### Highlights
-
-- Computer use with native OCR (Apple Vision / Windows.Media.Ocr) — pixel-accurate click coordinates, no guessing
-- Time-travel file history: every file the agent touches is snapshotted before and after, one-click diff or restore
-- Self-improving skills and memory: the agent writes its own procedures and decides what to remember across sessions
-- Bundled inference engine, or 20+ cloud providers (OpenRouter, Anthropic, OpenAI, Gemini, DeepSeek, others)
-- One agent across 16+ messengers — Telegram, Discord, Slack, WhatsApp, Signal, iMessage, Email, Matrix, Teams
-- 40+ tools, MCP-native: file ops, web search, code execution, subagents, cron, browser automation, [agentskills.io](https://agentskills.io) Skills Hub
-- Approval modals for dangerous shell commands and writes
-
----
-
-### Atomic Claw
-
-
-
-
-
-
-
-
-
-
-A native desktop app that turns [OpenClaw](https://github.com/openclaw/openclaw) (330k+ stars) into a personal AI assistant. No terminal, no config, no Docker.
-
-#### Download
-
-
-
-
-
-
-
-#### Highlights
-
-- Drafts emails, schedules meetings, summarizes docs, automates the browser
-- 13,000+ skills from ClawHub
-- Multi-model: Claude, GPT, Gemini — switch on the fly with your own API keys
-- One AI across Telegram, Slack, Discord, WhatsApp
-- Built-in Whisper transcription, local or cloud
-- Persistent memory across sessions and tasks
-- Auto-updates to the latest OpenClaw release
+- Powers local inference in Atomic Chat and Atomic Agent
---
@@ -227,64 +206,11 @@ await type("hello");
---
-### ClawHub Layer API
-
-
-
-
-
-
-A complete REST API for [ClawHub](https://github.com/openclaw/clawhub). The official ClawHub API exposes a subset of the data; this layer aggregates everything into clean endpoints, no Convex knowledge required.
-
-#### Highlights
-
-- Full coverage: skills, metadata, and everything the official API doesn't expose
-- Auto-syncing: periodically pulls and caches the latest data from Convex
-- Standard REST, no upstream dependency at query time
-- Drop-in for apps, bots, and workflows
-
----
-
-### Atomic Agent
-
-
-
-
-
-
-
-
-
-
-A local-first operator agent for `llama.cpp`. Standalone SEA binary, tuned for small local models. Data, traces, browser profile, memory, and model traffic stay on your machine.
-
-#### Install
-
-```sh
-curl -fsSL https://api.atomicbot.ai/agent-install | sh
-```
-
-#### Run
-
-```sh
-atomic-agent
-```
-
-#### Capabilities
-
-- System browser via ARIA snapshots, shell, filesystem, documents (PDF/DOCX/XLSX), git, clipboard, HTTP, notifications
-- GBNF grammar-constrained tool calls, parallel tool batches, cache-hot prompt prefix, externalized state in SQLite
-- Local Markdown skills loaded on demand, FTS5 note recall, durable cron and webhook-triggered tasks
-- TUI, CLI, OpenAI-compatible HTTP server, and a Tauri sidecar speaking newline-delimited JSON
-- Policy-gated dangerous actions, append-only NDJSON traces with prompt-drift replay
-
----
-
### Community
-
-
+
+