Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

This repository provides a blueprint for a remote-first coding setup where your laptop's IDE is used for editing while all long-running tasks run on an always-on Linux mini PC, connected via SSH, Syncthing, Cloudflare Tunnel, and Caddy.
58
No data
2
0
No data
2026-06-26
It addresses the common pain point of agents and builds dying when a laptop is closed, by offloading them to a low-power always-on machine and exposing them securely over the internet.
Code from your laptop. Run the work on a tiny Linux box that never sleeps. Close the lid, go offline, come back — your agents are still running.
This is a blueprint for a remote-first coding setup: your IDE stays on your Mac, but every long-running task — build agents, test suites, dev servers, autonomous coding agents — lives on an always-on Linux mini PC. You connect to it over the internet, so "where you are" stops mattering.
YOUR MAC THE BOX
┌──────────────────────────────┐ ┌──────────────────────────────┐
│ │ │ Always-on Linux mini PC │
│ IDE ──────────────────────┼──SSH──┼─▶ agents / dev servers run │
│ (edit, review, drive) │ Herdr │ here 24/7 │
│ │remote │ │
│ Files on disk ◀───────────┼──sync─┼─▶ Files on disk │
│ │ Sync │ (Syncthing keeps them │
│ │ thing │ identical both ways) │
└──────────────────────────────┘ └───────────────┬──────────────┘
▲ │
│ Cloudflare Tunnel (outbound)
│ https://app-dev.example.com │
└────────────────────────────────────────┘
view any app running on the box,
from any network, over HTTPS
Close your Mac and the box keeps running. Reopen it tomorrow on a different network and reconnect — nothing was lost, because nothing important was ever running on the Mac.
| Without it | With it |
|---|---|
| Agents die when you close your laptop | Agents run 24/7 on the box |
| Heavy builds drain your battery & fans | Heavy work offloads to the mini PC |
| "Works on my machine" drift | One stable Linux environment |
| Dev servers only reachable on your LAN | Reachable anywhere over HTTPS |
| Tied to one desk / one network | Work from anywhere, any device |
| Tool | Role | One-liner |
|---|---|---|
| Herdr (remote mode) | Remote connection | Your IDE/terminal |
Blueprint for an always-on remote agent workspace: code on your Mac, run the work on an always-on Linux box (Herdr + Syncthing + Cloudflare Tunnel + Caddy).
Similar projects matched by category, topics, and programming language.
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.