@selfhostpilot

Self-hosted apps, open-source tools & server guides.

Joined September 2026
Edge tip: pick the orchestrator by node count, not by habit. One box = Podman + systemd. Two or more = k8s. Everything in between is usually operational debt with a control plane attached.
3
The most honest pricing page in analytics is the one that tells you not to self-host. PostHog's docs call it a free MIT Docker Compose deployment and say it is the same product they run in the cloud. The price is hardware — 4 vCPU, 16GB RAM, ten containers — and no support, no guarantees, no tagged releases. Worth it? Only if who keeps the data is the point.
67
This robot arm is taught by hand. Move the leader arm, the follower copies, the cameras record — then one training run and the arm does the task alone. LeRobot is Apache-2.0, 27,765 stars, and the six-axis SO-101 kit is ₹27,999 in India. The honest trade
2
14
A deploy script that lives in the repo beats a five-step manual ritual every time - and it is the same script you can run from CI later.
When I find out I can run ./scripts/deploy.sh instead of pushing to github, ssh-ing into the server, cd-ing into my folder, pulling new code/building docker checking logs
10
SelfHost Pilot retweeted
Another sneak peak: Every binary #nix #nixpkgs ever shipped, on your PATH. Nothing installed. Nothing built. 0 bytes on disk until something actually reads a file. 😈 Oh yea, and this works on any Linux distro (*cough* @OmarchyLinux ) and inside @Docker
29
11
5
199
19,213
Your cloud drive is a rental agreement you never read. rclone is the open-source exit: one Go binary, over 70 storage providers, any remote mounted as a normal folder, and files encrypted before they leave your machine. MIT licensed, 59,925 stars. The honest trade-off: it is a command line tool, and sync mirrors — a delete is a delete.
1
10
SelfHost Pilot retweeted
The laptop just stopped being the runtime for agentic coding. Anthropic took Claude Code cloud sessions out of research preview this week. A cloud session runs on Anthropic managed infrastructure, or your own self hosted environment, and keeps working after you close your laptop. Start one from claude.ai/code, the Code tab in the mobile app, the desktop app, or claude --cloud in the CLI. It comes paired with a redesigned Projects feature: a project is one ongoing conversation where Claude acts as coordinator, decides what becomes a thread, and each thread is its own full cloud session running on its own branch and its own copy of the repo. Existing subscribers get a one time credit to try it, 100 dollars on Pro, 250 on Max, separate from normal usage limits. Every major coding tool is converging on this same pattern right now. Cursor shipped Cloud Agents running in isolated dev environments. OpenAI added parallel cloud sandboxes to Codex. Cognition's Devin already runs as managed cloud VMs by default, merging 67 percent of its PRs. GitHub has been pushing Copilot workspaces the same direction. The laptop as the place code actually executes is becoming the exception, not the default. I have seen this arc before. CI moved from running tests on someone's laptop to hosted runners. Local dev environments moved from a Vagrant box under your desk to Codespaces and Gitpod. Every time, compute detaches from the person and execution becomes a service you request instead of a process you babysit. The part nobody has fully solved yet is not where the agent runs, it is knowing what a background agent did while you were not watching and whether it burned your quota doing it. That is exactly why monitoring tools like Cursor's new Rollouts feature matter as much as the cloud runtime itself. My take is that cloud execution is becoming table stakes across the category this year. The real competition is shifting to what wraps around the session: planning, verification, and cost control. nitter.cf/ClaudeDevs/status/2102…
Cloud sessions are officially available and out of research preview! They let you keep Claude Code working, even when your laptop is closed. Existing subscribers get a one-time credit to try them: $100 on Pro, $250 on Max.
9
1
8
892
Retool's free plan stops at five users. Past five, you pay per builder, and again for every person who opens the app. ToolJet is the open-source version of that job: dashboards and admin panels on your own server. AGPL, Docker plus Postgres, zero licence fees, 40,976 stars. The trade-off: AI app building needs the enterprise edition, and the upgrades and backups are yours.
2
2
22
Self-hosting the observability layer is the underrated half of agent work - it is the only way the traces and eval sets stay on hardware you actually control.
[1/4] We self-hosted @langfuse and @ArizePhoenix to answer a practical question: which one helps reconstruct failed agent runs, compare prompt revisions on fixed datasets, and keep sensitive traces inside infrastructure we control?
22
Slack Pro for 25 people: $2,175 a year. Mattermost, self-hosted: $0 in licence fees. The trade: you run it, and it is open core — not fully open source.
1
9
SelfHost Pilot retweeted
Building Multi Cluster Talos on Docker and Pushing Through the Unsupported Upgrade medium.com/@u.mair/building-…
1
1
2
349
NVIDIA's robot brain is free. The robot is not. Isaac GR00T N1.7: an open humanoid foundation model you can run on your own GPU, licensed for commercial use. 3B params, 35.9 steps a second on one H100. The catch: you still need the robot.
1
21
SelfHost Pilot retweeted
Fun Sunday project. Jevernetes - a real-time log analyzer for Kubernetes solving my own itch of finding issues worth investigating in the trove of k8s logs. Jev's ability to classify massive amounts of data fast is extremely powerful for log analysis github.com/sunil-sadasivan/j…
3
2
2
37
11,109