Created
August 2, 2026 01:22
-
-
Save barnaby/aff954a656d6f9b77fd035527e82ce66 to your computer and use it in GitHub Desktop.
Run Claude Code in tmux with machine0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install machine0 | |
| curl -LsSf https://machine0.io/install.sh | sh | |
| # Connect your accounts & MCPs | |
| machine0 integrations connect claude-code | |
| machine0 integrations connect github | |
| machine0 integrations add linear --url https://mcp.linear.app/mcp | |
| # Create your VM | |
| machine0 new claude --image nixos-25-11-claude-tmux --profile default --region us-west | |
| machine0 ssh claude |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment