惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
M
MIT News - Artificial intelligence
量子位
N
Netflix TechBlog - Medium
The Cloudflare Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
B
Blog
博客园_首页
博客园 - Franky
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
爱范儿
爱范儿
H
Help Net Security
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - ArmorerLabs/Armorer: Local control plane for run...
cristianleo · 2026-05-10 · via Hacker News - Newest: "AI"

Armorer Labs: run any agent securely

Local control plane for AI agents

Run OpenClaw, NanoClaw, and future agents with local sandboxes, guided setup, credential handling, guardrails, approvals, jobs, logs, and runtime health in one place.

Install TypeScript Sandbox Agents Guardrails License

Run any agent. Securely. Local-first by default.

Experimental release candidate: Armorer is under active development. The current release train is intended for early testers who are comfortable with local agent runtimes, Docker/Colima, and rapidly evolving setup flows.

Website · Install · Docs for humans · Issues

Star ArmorerLabs/Armorer if you want safer local agent runtimes to exist.


One Command

curl -fsSL https://armorerlabs.com/install | sh

Then open the local UI and install supported agents through Armorer.

The default installer uses the native armorer launcher and a pinned local appliance image. Users do not need Python, Node.js, pnpm, Rust, or a source checkout.

armorer status
armorer doctor
armorer logs --follow

Develop

curl -fsSL https://armorerlabs.com/install | sh -s -- --dev

Or run the workspace manually:

corepack enable
pnpm install --frozen-lockfile
pnpm build
pnpm test
pnpm typecheck
pnpm --filter armorer-ui-selfhost build

Source/development runs also need Rust/Cargo for the native Armorer gateway. pnpm dev, pnpm start, and pnpm build run a gateway preflight that uses the packaged gateway when available or builds crates/armorer-gateway locally.

Start the self-hosted UI from source:

pnpm dev -- --hostname 0.0.0.0 --port 3099

Then open http://127.0.0.1:3099.

Use the CLI directly from the workspace:

pnpm armorer -- list
pnpm armorer -- core status
pnpm armorer -- install nanoclaw --yes --skip-scan
pnpm armorer -- jobs list

Use Your Agent

Set up Armorer from https://github.com/ArmorerLabs/Armorer on this machine.
Follow AGENTS.md and the repository instructions.
Install Armorer, verify Docker, start the local UI, then help me install and configure OpenClaw through Armorer.
Do not report success until the Armorer CLI works, the UI is reachable, and runtime health checks pass.

Why Armorer

Running agents directly Running agents through Armorer Labs
Each agent has its own setup path One local control plane
Credentials are easy to scatter Guided credential handling
Risky actions are hard to review Human approvals and guardrails
Logs live wherever the agent puts them Jobs, runtime status, and audit trails
Local networking gets messy Local-first with optional private remote access

What Exists Today

  • Local agent runtime and UI.
  • Docker sandbox orchestration for installed agents.
  • Guided setup for providers, models, credentials, channels, and skills.
  • OpenClaw and NanoClaw as first-class managed agents.
  • Armorer Agent chat runs with durable Flue-backed run state and live workstream visibility.
  • Guardrails for suspicious inputs, leaked credentials, and risky actions.
  • Jobs, logs, runtime health, and setup state in one operator surface.

Humans

Prefer doing it yourself instead of handing the repo to an agent?

Start here: HUMANS.md

Positioning

Armorer Labs is not another model provider. It is not a hosted agent platform. It is a self-hosted, local-first agent runtime layer for builders who want control, sandboxing, and security posture before they scale agent usage.