Skip to main content
  1. Tags/

Multipass

2025


Packaging the Multipass Flutter GUI for NixOS

·1599 words·8 mins
Multipass’ GUI application recently got a huge rework. Implemented in Flutter, the GUI provides a much improved way to manage VMs. This post outlines the work I did to update the Multipass package in nixpkgs to build and include the Flutter application, which should serve as a useful reference for anyone looking to package a native Linux Flutter application in with Nix.

2024


Workstation VMs with LXD & Multipass

·2259 words·11 mins
An overview of Multipass and LXD, and how I use them for creating, managing and enjoying virtual machines on my workstations and servers. I use Multipass for creating ‘headless’ development machines, and I break out to LXD for more complex scenarios like booting and testing desktop distributions.