Skip to content

Getting Started

Install Packages

Install the following packages:

  • Rustup
  • Bun
  • QEMU (brew install qemu or apt install qemu)

TIP

Can I use Windows?

Yes, it should just work on Windows. That said, I recommend using WSL2 (Ubuntu) for good performance and ease of setup.

Running FTL

To build and run the OS, run:

bash
bin/ftl run

NOTE

To exit QEMU, type Ctrl+A then X. Or C to enter QEMU monitor (debug console).

Auto Restarting

To automatically rebuild and restart the OS when you make changes, run:

bash
bin/ftl dev

NOTE

To exit, type Ctrl+C.