Remote Dev
from Your Phone
Your Mac is your development machine. Your tools, your environment, your projects — all on one machine. Macky puts that entire terminal in your pocket.
You Step Away from Your Mac
A build is running. A deploy is in progress. A test suite is failing. A teammate needs a quick fix merged. You're not at your desk. With Macky, you don't need to be.
Everything Terminal, from Your Phone
Git Operations
Pull, commit, push, branch, merge, rebase, stash. Full version control from your phone.
git pull && git checkout -b hotfixBuild and Test
Run builds, execute test suites, watch for errors. Catch failures before they reach production.
npm run build && npm testDocker and Containers
Start, stop, restart containers. Check logs, inspect networks, manage volumes.
docker compose up -d && docker logs appDatabase Queries
Connect to PostgreSQL, MySQL, SQLite, MongoDB, Redis. Run queries and check data.
psql -d mydb -c 'SELECT * FROM orders LIMIT 5;'Server Management
Start dev servers, kill hung processes, check resource usage, tail log files.
lsof -i :3000 && tail -f logs/app.logSSH to Other Machines
Your Mac has SSH keys for your servers. Through Macky, reach any machine your Mac can reach.
ssh deploy@staging.example.comWhy Not Just SSH?
You could SSH into your Mac. But that means enabling Remote Login, generating keys, configuring port forwarding, setting up dynamic DNS, and hoping your ISP doesn't block incoming connections.
Macky uses WebRTC — it works through NAT, firewalls, and mobile networks automatically. Install two apps, sign in, connect. Your Mac's terminal is one tap away.
Try Macky
Your full development environment, from your iPhone. Free to start.