Skip to content

v1.18.0

Latest

Choose a tag to compare

@retlehs retlehs released this 01 Apr 14:52
· 21 commits to master since this release
0e75ae7

What's Changed

✨ Features

  • Add Linux support for trellis vm commands via Lima + QEMU by @retlehs, @bdkabiruddin, @superdav42, @swalkinshaw in #659

    Linux users can now use trellis vm start, trellis open, and related VM commands. Uses QEMU with TAP networking so local Trellis domains are reachable directly without port suffixes — no changes to the macOS vz flow.

    Note: Currently limited to a single running VM at a time.

    Special thanks to @superdav42 (#648) for the foundational Linux Lima/QEMU scaffolding and version-handling work, and @bdkabiruddin (#633) for the TAP networking approach and QEMU wrapper strategy that made host-reachable local domains possible.

🐛 Bug Fixes