<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alessandro</title>
    <description>The latest articles on DEV Community by Alessandro (@alessandropuppo).</description>
    <link>https://dev.to/alessandropuppo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2843312%2F3779b526-783a-41ab-bf50-9738b63c175f.png</url>
      <title>DEV Community: Alessandro</title>
      <link>https://dev.to/alessandropuppo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alessandropuppo"/>
    <language>en</language>
    <item>
      <title>A lightweight CLI for MacOS and Linux VMs on Apple Silicon</title>
      <dc:creator>Alessandro</dc:creator>
      <pubDate>Mon, 10 Feb 2025 17:38:59 +0000</pubDate>
      <link>https://dev.to/alessandropuppo/a-lightweight-cli-for-macos-and-linux-vms-on-apple-silicon-43c1</link>
      <guid>https://dev.to/alessandropuppo/a-lightweight-cli-for-macos-and-linux-vms-on-apple-silicon-43c1</guid>
      <description>&lt;p&gt;[&lt;a href="https://github.com/trycua/lume" rel="noopener noreferrer"&gt;https://github.com/trycua/lume&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;We just open-sourced Lume - a tool we built after hitting walls with existing virtualization options on Apple Silicon. No GUI, no complex stacks - just a single binary that lets you spin up macOS or Linux VMs via CLI or API.&lt;br&gt;
Why we built Lume: - Run native macOS VMs in 1 command, using Apple Virtualization.Framework: &lt;code&gt;lume run macos-sequoia-vanilla:latest&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Prebuilt images on &lt;a href="https://ghcr.io/trycua" rel="noopener noreferrer"&gt;https://ghcr.io/trycua&lt;/a&gt; (macOS, Ubuntu on ARM)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;API server to manage VMs programmatically &lt;code&gt;POST /lume/vms&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A python SDK on github.com/trycua/pylume&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Run prebuilt macOS images in just 1 step: lume run macos-sequoia-vanilla:latest&lt;/p&gt;

&lt;p&gt;How to Install:&lt;/p&gt;

&lt;p&gt;brew tap trycua/lume&lt;/p&gt;

&lt;p&gt;brew install lume&lt;/p&gt;

&lt;p&gt;You can also download the &lt;code&gt;lume.pkg.tar.gz&lt;/code&gt; archive from the latest release &lt;a href="https://github.com/trycua/lume/releases" rel="noopener noreferrer"&gt;https://github.com/trycua/lume/releases&lt;/a&gt;, extract it, and install the package manually.&lt;/p&gt;

&lt;p&gt;Local API Server: &lt;code&gt;lume&lt;/code&gt; exposes a local HTTP API server that listens on &lt;code&gt;http://localhost:3000/lume&lt;/code&gt;, enabling automated management of VMs.&lt;/p&gt;

&lt;p&gt;lume serve&lt;/p&gt;

&lt;p&gt;For detailed API documentation, please refer to API Reference(&lt;a href="https://github.com/trycua/lume/blob/main/docs/API-Reference..." rel="noopener noreferrer"&gt;https://github.com/trycua/lume/blob/main/docs/API-Reference...&lt;/a&gt;.).&lt;/p&gt;

&lt;p&gt;HN devs - would love raw feedback on the API design and whether this solves your Apple Silicon VM pain points. What would make you replace UTM/Multipass/Docker Desktop with this?&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/trycua/lume" rel="noopener noreferrer"&gt;https://github.com/trycua/lume&lt;/a&gt; Python SDK: github.com/trycua/pylume Discord for direct feedback: &lt;a href="https://discord.gg/8p56E2KJ" rel="noopener noreferrer"&gt;https://discord.gg/8p56E2KJ&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>virtualmachine</category>
      <category>swift</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
