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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
J
Java Code Geeks
C
Check Point Blog
Last Week in AI
Last Week in AI
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
L
LangChain Blog
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
IT之家
IT之家
Martin Fowler
Martin Fowler
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
U
Unit 42
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
I
InfoQ

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.
GitHub - ToxicPine/offloads: /offload for Claude Code and...
cardellifan · 2026-06-16 · via Show HN

License Built with Nix

offload-demo-25s-v2-youtube-1080p30.mp4

About

/offload lets coding agents continue long-running tasks on another machine.

You may, for example:

/offload look through leads.csv, email the 500 best matches about our invoice
cleanup service between 9am and 5pm, track who replies and what they ask,
and stop Wednesday with a short review summary and recommended next steps

The agent sends your current project state to another machine, runs the task there, and saves any changes on a new branch. You can use any machine you can access, or /offload can easily dispatch the job to a cloud instance on Fly, similar to Cursor Cloud Agents.

The run can continue even if your laptop sleeps or disconnects. It can send status updates, expose remote localhost:<port> dev servers through authenticated public URLs, and use the official Claude Code or Codex remote controls to check in or steer it.

Quick Start

/offload is an agent skill; no persistent local software is needed.

Install from GitHub:

curl -fsSL https://raw.githubusercontent.com/ToxicPine/offloads/master/install-offload | bash

Pass options after bash -s --, for example --yes to skip the prompt or --silent for quiet installs.

Documentation

This software is distributed with an agent skill, which serves as complete documentation. I suggest that you install the skill, then ask an LLM about its usage, etc. Alternatively, you may read the skill text yourself, starting with this.

How It Works (Technical)

/offload ships with a zero-install, rootless way to run the Nix package manager, and the skill helps manage the work of making your project runnable as a Nix flake. That lets the repo define the project environment the remote machine needs in order to work with it correctly.

The next part is the remote target: a container designed for work, with the right tooling installed, runtime Nix builds, persistent state, and a way to expose dev servers running on its own localhost:<port> through authenticated public URLs. The skill includes instructions for deploying that container on Fly.

The rest is integration polish, like checking and seeding GitHub credentials, git identity, repo state, and coding-agent login state for tools like Codex and Claude Code. The goal is simple: run the same project somewhere else and return the result as a normal branch.

Optional: Hermes Agent Integration With Telegram

The machine includes Hermes by default. You can optionally enable its Telegram integration for progress pings, phone supervision, and quick interventions like asking the remote agent for a dev-server link. /offload still works without it.

Packages

offload is the main agent skill. It decides whether a remote computer is ready, helps set one up when needed, and starts the offloaded run.

offloader sends a command from your current git project to the remote computer and creates the run branch that receives the work.

offloader-configurator checks and seeds the remote computer with the account state it needs, such as GitHub and assistant login.

offloader-container is the ready-to-run remote computer image used by the default setup.

offloader-transports is the small set of ways to reach that computer, including Fly.io, plain SSH, and Tailscale SSH.

nestail turns localhost:<port> on the remote computer into an openable URL, and can generate protected share links for that port.

vusperize wraps long work so it can send live status updates while it runs.

boondoggler gives Codex a goal, lets it work from the remote branch, then commits and pushes the result back.