Login with Google

fcm

fcm is a Firecracker VM manager that gives you Heroku-style deploys on bare metal. Create a VM, push your code with git, and it's live with SSL in seconds. Each VM gets 1 vCPU, 1GB RAM, and runs your app via Procfile.

Ruby 3.4 Python 3.12 Node.js 24 Bun 1.3 Claude Code

Download CLI

macOSLinux

58b02b2 ยท 2026-01-23 23:51 BRT

Deploy

$ fcm login
$ fcm create
$ git init && echo "web: python3 -m http.server 3000" > Procfile
$ git add . && git commit -m "init"
$ git remote add origin root@64.34.93.45:vm-name.git
$ git push origin main

Status

Uptime: 10m VMs: 0 running, 0 stopped
NameStateDomainDisk
Login to see your VMs

Source