AI coding environment — ready in 2 minutes
You should have these files on your D: drive (thaw drive):
hackathon-vm.ova — the VM image (~300 MB)start-opencode.bat — the launcher scriptIf you don't have them, ask a mentor for the USB drive.
Create a folder D:\hackathon and copy both files into it.
start-opencode.batA terminal window opens. On first run it imports the VM (takes ~1 minute). After that, it starts in seconds.
(you won't see characters as you type — that's normal)
OpenCode launches automatically. You're connected to the local AI GPU cluster.
After a computer restart, just double-click start-opencode.bat again. Your project files inside the VM are preserved on the D: drive.
opencode — Start/restart the AI coding assistantcd ~/projects — Go to your projects foldergit init my-app && cd my-app — Start a new projectsudo apk add <package> — Install additional packagesexit — Disconnect from the VMAsk a mentor to install VirtualBox on your machine, or check if it's already installed but not in your PATH.
Go to Settings > Apps > Optional Features > Add > search "OpenSSH Client" > Install.
Close VirtualBox Manager if it's open, then try the script again. If that doesn't work, delete the D:\hackathon\VMs folder and run the script to re-import.
Wait 30 seconds and try again. The VM may still be booting. If it persists, check that port 2222 isn't used by another program.
Make sure you're on the event network. Test from inside the VM:
curl -s http://ai.fhsucyber.com:40114/internal/health
If this fails, ask a mentor to check the GPU cluster status.
Still stuck? Ask a mentor — we're here to help!