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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
V
Visual Studio Blog
博客园 - 叶小钗
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
D
DataBreaches.Net
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
machine0
bwm · 2026-06-16 · via Show HN

Persistent VMs from the CLI

Persistent NixOS & Ubuntu VMs, tools pre-installed. Dedicated CPU/RAM, static IPs & per-minute billing.

Get Started Now

NixOS or Ubuntu with tools pre-installed. Dedicated resources, static IPs, per-minute billing.

$curl -LsSf https://machine0.io/install.sh | sh

Designed For Long Running Tasks

VMs remain on unless stopped or suspended. Reproducible builds with NixOS flakes or Ubuntu with Ansible. Dedicated resources, static IPs, per-minute billing. All images are open source: NixOS, Ubuntu.

NixOS with Flakes, or Ubuntu & Ansible

Deterministic builds, one-command rollbacks, no drift. Ubuntu pre-installed with Docker, Node, Python, Claude Code, and Codex.

Designed to be used from the Terminal

Every operation is a CLI command with --json. A remote MCP server lets agents drive everything programmatically.

Dedicated Resources up to 60 vCPU & 240GB RAM

Real KVM/QEMU. 1–60 vCPU, up to 240 GB RAM. Optional GPUs: H100, H200, L40S, MI300X.

Start, Suspend, Snapshot & Resume

Freeze a VM's state, stop billing, restore later. Create golden images from any VM and spin up clones.

99.99% Uptime Across 4 Regions

US, UK, EU, and Asia at the same price. Per-minute billing starts at $0.013/hr.

Static IPs & HTTPS Endpoints

Every VM gets a public IP and HTTPS at <vm>.mac0.io. No NAT, no tunnels.

Pricing

Pay-as-you-go, billed per minute. Same price in all regions. Suspend VMs to stop billing, resume anytime.

SizeCPURAMDisk$/hour~$/month
small1 vCPU1 GB25 GB$0.013$9
medium2 vCPU2 GB60 GB$0.034$25
large2 vCPU4 GB80 GB$0.052$38
xl4 vCPU8 GB160 GB$0.104$76
xxl8 vCPU16 GB320 GB$0.208$152
xxxl16 vCPU64 GB200 GB$0.825$602
4xl32 vCPU128 GB480 GB$1.980$1,445
5xl48 vCPU192 GB720 GB$2.970$2,168
6xl60 vCPU240 GB900 GB$3.714$2,711

Suspend VMs to stop billing. You pay only for image storage ($0.078/GB/month) while suspended. Minimum top-up $5. Unused credits are refundable.

Examples

Reproducible Development Environments

Define your entire OS as code with NixOS. Spin up clones of your environment with enough resources to compile code, run tests, and use tools like browsers without bottlenecks.

# Create a new NixOS VM
$ machine0 new devbox --image nixos-25-11-loaded --size large
 
# Clone the flake, modify the config, and rebuild
$ git clone https://github.com/fdmtl/machine0-nixos.git ./
$ claude -p "Add postgres to the loaded profile"
$ machine0 provision devbox ./flake.nix#loaded
 
# SSH in and start working
$ machine0 ssh devbox
$ claude login
 
# Create a golden master snapshot
$ machine0 stop devbox
$ machine0 image new devbox devbox-gm
 
# Want a clean or larger VM? Spin one up from the image
$ machine0 rm devbox
$ machine0 new devbox --image devbox-gm --size xxl

Running OpenClaw & Hermes

Autonomous agents like OpenClaw and Hermes need their own machine with isolated credentials. Create a VM, SSH in, start the agent. Suspend when you're done to stop billing.

# Create a new OpenClaw VM & SSH in
$ machine0 new openclaw --image nixos-25-11-openclaw --size large
$ machine0 ssh openclaw
 
# Start the onboarding flow
$ openclaw onboard --install-daemon
 
# Done? Back up your data and suspend the VM
$ machine0 sync pull openclaw:~/.openclaw/ ~/Backups/openclaw
$ machine0 suspend openclaw
 
# Running Hermes is similar
$ machine0 new hermes --image nixos-25-11-hermes --size large
$ machine0 ssh hermes

Hosting

Every VM gets its own static IP and HTTPS endpoint. VMs persist until stopped, suspended, or removed, with 99.99% uptime across 4 regions. Good for hosting web apps, databases, or anything that needs a stable address.

$ machine0 new webserver --image nixos-25-11-loaded --size small
$ claude -p "Use machine0 to start a webserver on port 80 on the webserver VM"
 
# Get the VM's IP
$ machine0 get webserver
 
# Open the authenticated HTTPS endpoint in your browser
$ open https://webserver.mac0.io

FAQ

Get Started Now

NixOS or Ubuntu with tools pre-installed. Dedicated resources, static IPs, per-minute billing.

$curl -LsSf https://machine0.io/install.sh | sh