NOW LET US – AI RAG SaaS Studio TP.HCM
NOW LET US
Digital Product Studio
Back to news
DEV-TOOLS...2 min read

Show HN: Running local OpenClaw together with remote agents in an open network

Share
NOW LET US Article – Show HN: Running local OpenClaw together with remote agents in an open network

Hybro Hub is a lightweight daemon that bridges local AI agents with cloud services, allowing users to manage both in a single interface while ensuring data privacy.

Your local & remote AI agents — private, powerful, unified.

Hybro Hub is a lightweight daemon that connects your local AI agents to hybro.ai — so you can use local and cloud agents side by side in one portal, with full control over where your data goes.

pip install hybro-hub

AI agents today force a choice:

Cloud platforms(ChatGPT, Devin, Cursor Cloud) are powerful but require sending your data to third-party servers.Local runtimes(Ollama, LM Studio) keep data private but are isolated — no access to specialized cloud agents, no shared UI.

You shouldn't have to choose between privacy and power.

Hybro Hub bridges local and cloud. Open hybro.ai, see your local Ollama model next to cloud agents like a legal reviewer or code analyst. Chat with any of them. Your local agents process on your machine — your data never leaves. Cloud agents are there when you need more capability.

One portal. Your choice, per conversation.

pip install hybro-hub

Go to hybro.ai/d/discovery-api-keys → API Keys → Generate New Key. Copy the key (starts with hybro_).

hybro-hub start --api-key hybro_your_key_here

The hub starts as a background daemon and returns you to the prompt immediately. Logs are written to ~/.hybro/hub.log. The API key is saved to ~/.hybro/config.yaml — subsequent starts don't need it.

hybro-hub status # check local daemon state and cloud connection
hybro-hub stop # stop the daemon gracefully

Start a local LLM as an A2A agent (requires Ollama installed):

hybro-hub agent start ollama --model llama3.2

You'll see:

🔗 Connected to hybro.ai
📡 Found 1 local agent:
• My Ollama Chat (llama3.2) — localhost:10010
Agents synced to hybro.ai. Open hybro.ai to start chatting.

Refresh hybro.ai. Your local agent appears alongside cloud agents:

☁️ Legal Contract Reviewer (cloud)
☁️ Code Review Pro (cloud)
🏠 My Ollama Chat (llama3.2) (local · online)

Add it to a room, send a message. The response streams back with a 🏠 Local badge — your data never left your machine.

Key properties:

Outbound-only— the hub initiates all connections. No inbound ports, no firewall changes, works behind NAT.Portal-first— you always use hybro.ai. No localhost URLs, no mode switching. Local agents just appear as more agents in the same portal.A2A protocol— local and cloud agents speak the same Agent-to-Agent protocol. Any A2A-compatible agent works.Graceful degradation— if the hub is offline, cloud agents still work. Local agents show as "offline" and messages queue until the hub reconnects.

Hybro Hub doesn't just promise privacy — the architecture enforces it.

Your data stays local when you use local agents. Messages to local agents route through the relay to your hub, get processed entirely on your machine, and only the response travels back. The cloud relay sees message metadata (routing info), not your content.

Every message in hybro.ai shows where it was processed:

  • 🏠 Local(green) — processed on your machine, data did not leave
  • ☁️ Cloud(blue) — processed by a cloud agent via hybro.ai

The hub scans outbound messages for sensitive content before they reach cloud agents:

PII detection— emails, phone numbers, SSNs, credit cards, API keys Custom keywords— configure terms like "medical", "financial", "confidential" Custom patterns— add regex rules for project-specific data (e.g.,PROJ-\d{4})

Currently logs detections only. Active blocking and anonymization are planned for a future release.

© 2026 Now Let Us. All rights reserved.

Source: Hacker News

Advertisement
Ad slot ready: 5887729102

More in this category

NOW LET US Related – Leaving Mozilla

dev-tools

Leaving Mozilla

A poignant and candid reflection from a 15-year Mozilla veteran upon their departure. The author highlights the leadership's missteps in trying to emulate tech giants and urges Mozilla to return to its core values: community and uniqueness.

NOW LET US Related – Shepherd's Dog: A Game by the Most Dangerous AI Model

dev-tools

Shepherd's Dog: A Game by the Most Dangerous AI Model

A developer tested Anthropic's latest, supposedly 'too dangerous' AI model by asking it to build a long-held game idea in a single shot. The model succeeded, generating a complete 2,319-line game after a 45-minute reasoning session.

NOW LET US Related – Open source AI must win

dev-tools

Open source AI must win

If artificial intelligence becomes a utility rented only from a few closed institutions, humanity loses its operational freedom. Open-source AI is a vital infrastructure for the future of our digital society.

NOW LET US Related – Statement on US government directive to suspend access to Fable 5 and Mythos 5

dev-tools

Statement on US government directive to suspend access to Fable 5 and Mythos 5

The US government has issued an export control directive forcing Anthropic to suspend all access to its Fable 5 and Mythos 5 models due to national security concerns, a move the AI safety startup strongly disputes.

NOW LET US Related – Electric motors with no rare earths

dev-tools

Electric motors with no rare earths

Renault Group is pioneering the development of electrically excited synchronous motors (EESM) that eliminate the need for rare earth magnets, reducing dependency on global monopolies while driving efficiency and sustainability.

NOW LET US Related – Swift at Apple: Migrating the TrueType hinting interpreter

dev-tools

Swift at Apple: Migrating the TrueType hinting interpreter

Apple has rewritten its TrueType hinting interpreter from C to memory-safe Swift for its Fall 2025 OS releases, improving security and boosting performance by an average of 13%.

EXPLORE TOPICS

Discover All Categories

Deep dive into the specific technology sectors that matter most to you.