<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Tailscale on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/tailscale/</link>
        <description>Recent content in Tailscale on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Tue, 15 Jul 2025 15:33:14 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/tailscale/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>webvm</title>
        <link>https://producthunt.programnotes.cn/en/p/webvm/</link>
        <pubDate>Tue, 15 Jul 2025 15:33:14 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/webvm/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1599175052629-772cb4180ff2?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTI1NjQ3MTl8&amp;ixlib=rb-4.1.0" alt="Featured image of post webvm" /&gt;&lt;h1 id=&#34;leaningtechwebvm&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/leaningtech/webvm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;leaningtech/webvm&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;webvm&#34;&gt;WebVM
&lt;/h1&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://discord.gg/yWRr2YnD9c&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/discord/988743885121548329?color=%235865F2&amp;amp;logo=discord&amp;amp;logoColor=%23fff&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Discord server&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://github.com/leaningtech/webvm/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/github/issues/leaningtech/webvm&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Issues&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This repository hosts the source code for &lt;a class=&#34;link&#34; href=&#34;https://webvm.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://webvm.io&lt;/a&gt;, a Linux virtual machine that runs in your browser.&lt;/p&gt;
&lt;p&gt;Try out the new Alpine / Xorg / i3 graphical environment: &lt;a class=&#34;link&#34; href=&#34;https://webvm.io/alpine.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://webvm.io/alpine.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;WebVM is a server-less virtual environment running fully client-side in HTML5/WebAssembly. It&amp;rsquo;s designed to be Linux ABI-compatible. It runs an unmodified Debian distribution including many native development toolchains.&lt;/p&gt;
&lt;p&gt;WebVM is powered by the CheerpX virtualization engine, and enables safe, sandboxed client-side execution of x86 binaries on any browser. CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based file system, and a Linux syscall emulator.&lt;/p&gt;
&lt;h1 id=&#34;enable-networking&#34;&gt;Enable networking
&lt;/h1&gt;&lt;p&gt;Modern browsers do not provide APIs to directly use TCP or UDP. WebVM provides networking support by integrating with Tailscale, a VPN network that supports WebSockets as a transport layer.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open the &amp;ldquo;Networking&amp;rdquo; panel from the side-bar&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Connect to Tailscale&amp;rdquo; from the panel&lt;/li&gt;
&lt;li&gt;Log in to Tailscale (create an account if you don&amp;rsquo;t have one)&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Connect&amp;rdquo; when prompted by Tailscale&lt;/li&gt;
&lt;li&gt;If you are unfamiliar with Tailscale or would like additional information see &lt;a class=&#34;link&#34; href=&#34;https://producthunt.programnotes.cn/docs/Tailscale.md&#34; &gt;WebVM and Tailscale&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;fork-deploy-customize&#34;&gt;Fork, deploy, customize
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;Fork the repository.&lt;/li&gt;
&lt;li&gt;Enable Github pages in settings.
&lt;ul&gt;
&lt;li&gt;Click on &lt;code&gt;Settings&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Go to the &lt;code&gt;Pages&lt;/code&gt; section.&lt;/li&gt;
&lt;li&gt;Select &lt;code&gt;Github Actions&lt;/code&gt; as the source.
&lt;ul&gt;
&lt;li&gt;If you are using a custom domain, ensure &lt;code&gt;Enforce HTTPS&lt;/code&gt; is enabled.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Run the workflow.
&lt;ul&gt;
&lt;li&gt;Click on &lt;code&gt;Actions&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Accept the prompt. This is required only once to enable Actions for your fork.&lt;/li&gt;
&lt;li&gt;Click on the workflow named &lt;code&gt;Deploy&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;code&gt;Run workflow&lt;/code&gt; and then once more &lt;code&gt;Run workflow&lt;/code&gt; in the menu.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;After a few seconds a new &lt;code&gt;Deploy&lt;/code&gt; workflow will start, click on it to see details.&lt;/li&gt;
&lt;li&gt;After the workflow completes, which takes a few minutes, it will show the URL below the &lt;code&gt;deploy_to_github_pages&lt;/code&gt; job.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can now customize &lt;code&gt;dockerfiles/debian_mini&lt;/code&gt; to suit your needs, or make a new Dockerfile from scratch. Use the &lt;code&gt;Path to Dockerfile&lt;/code&gt; workflow parameter to select it.&lt;/p&gt;
&lt;h1 id=&#34;run-webvm-locally-with-a-custom-debian-mini-disk-image&#34;&gt;Run WebVM locally with a custom Debian mini disk image
&lt;/h1&gt;&lt;ol&gt;
&lt;li&gt;Clone the WebVM Repository&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/leaningtech/webvm.git
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; webvm
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;
&lt;p&gt;Download the Debian mini Ext2 image&lt;/p&gt;
&lt;p&gt;Run the following command to download the Debian mini Ext2 image:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;wget &lt;span class=&#34;s2&#34;&gt;&amp;#34;https://github.com/leaningtech/webvm/releases/download/ext2_image/debian_mini_20230519_5022088024.ext2&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;(&lt;em&gt;You can also build your own disk image by selecting the &lt;strong&gt;&amp;ldquo;Upload GitHub release&amp;rdquo;&lt;/strong&gt; workflow option&lt;/em&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update the configuration file&lt;/p&gt;
&lt;p&gt;Edit &lt;code&gt;config_public_terminal.js&lt;/code&gt; to reference your local disk image:&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Replace:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;quot;wss://disks.webvm.io/debian_large_20230522_5044875331.ext2&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;With:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;quot;/disk-images/debian_mini_20230519_5022088024.ext2&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Use an absolute or relative URL pointing to the disk image location.&lt;/em&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Replace &lt;code&gt;&amp;quot;cloud&amp;quot;&lt;/code&gt; with the correct disk image type: &lt;code&gt;&amp;quot;bytes&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;
&lt;p&gt;Build WebVM&lt;/p&gt;
&lt;p&gt;Run the following commands to install dependencies and build WebVM:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npm install
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npm run build
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The output will be placed in the &lt;code&gt;build&lt;/code&gt; directory.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure Nginx&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Create a directory for the disk image:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir disk-images
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mv debian_mini_20230519_5022088024.ext2 disk-images/
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Modify your &lt;code&gt;nginx.conf&lt;/code&gt; file to serve the disk image. Add the following location block:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-nginx&#34; data-lang=&#34;nginx&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;location&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;/disk-images/&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kn&#34;&gt;root&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kn&#34;&gt;autoindex&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;on&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;
&lt;p&gt;Start Nginx&lt;/p&gt;
&lt;p&gt;Run the following command to start Nginx:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;nginx -p . -c nginx.conf
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;em&gt;Nginx will automatically serve the build directory.&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Access WebVM&lt;/p&gt;
&lt;p&gt;Open a browser and visit: &lt;code&gt;http://127.0.0.1:8081&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Enjoy your local WebVM!&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id=&#34;example-customization-python3-repl&#34;&gt;Example customization: Python3 REPL
&lt;/h1&gt;&lt;p&gt;The &lt;code&gt;Deploy&lt;/code&gt; workflow takes into account the &lt;code&gt;CMD&lt;/code&gt; specified in the Dockerfile. To build a REPL you can simply apply this patch and deploy.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-diff&#34; data-lang=&#34;diff&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gh&#34;&gt;diff --git a/dockerfiles/debian_mini b/dockerfiles/debian_mini
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gh&#34;&gt;index 2878332..1f3103a 100644
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gd&#34;&gt;--- a/dockerfiles/debian_mini
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gi&#34;&gt;+++ b/dockerfiles/debian_mini
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gu&#34;&gt;@@ -15,4 +15,4 @@ WORKDIR /home/user/
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; # We set env, as this gets extracted by Webvm. This is optional.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; ENV HOME=&amp;#34;/home/user&amp;#34; TERM=&amp;#34;xterm&amp;#34; USER=&amp;#34;user&amp;#34; SHELL=&amp;#34;/bin/bash&amp;#34; EDITOR=&amp;#34;vim&amp;#34; LANG=&amp;#34;en_US.UTF-8&amp;#34; LC_ALL=&amp;#34;C&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; RUN echo &amp;#39;root:password&amp;#39; | chpasswd
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gd&#34;&gt;-CMD [ &amp;#34;/bin/bash&amp;#34; ]
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gi&#34;&gt;+CMD [ &amp;#34;/usr/bin/python3&amp;#34; ]
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h1 id=&#34;how-to-use-claude-ai&#34;&gt;How to use Claude AI
&lt;/h1&gt;&lt;p&gt;To access Claude AI, you need an API key. Follow these steps to get started:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create an account&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Visit &lt;a class=&#34;link&#34; href=&#34;https://console.anthropic.com/login&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic Console&lt;/a&gt; and sign up with your e-mail. You&amp;rsquo;ll receive a sign in link to the Anthropic Console.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Get your API key&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Once logged in, navigate to &lt;strong&gt;Get API keys&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Purchase the amount of credits you need. After completing the purchase, you&amp;rsquo;ll be able to generate the key through the API console.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Log in with your API key&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Navigate to your WebVM and hover over the robot icon. This will show the Claude AI Integration tab. For added convenience, you can click the pin button in the top right corner to keep the tab in place.&lt;/li&gt;
&lt;li&gt;You&amp;rsquo;ll see a prompt where you can insert your Claude API key.&lt;/li&gt;
&lt;li&gt;Insert your key and press enter.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Start using Claude AI&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Once your API key is entered, you can begin interacting with Claude AI by asking questions such as:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Solve the CTF challenge at &lt;code&gt;/home/user/chall1.bin.&lt;/code&gt; Note that the binary reads from stdin.&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; Your API key is private and should never be shared. We do not have access to your key, which is not only stored locally in your browser.&lt;/p&gt;
&lt;h1 id=&#34;bugs-and-issues&#34;&gt;Bugs and Issues
&lt;/h1&gt;&lt;p&gt;Please use &lt;a class=&#34;link&#34; href=&#34;https://github.com/leaningtech/webvm/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Issues&lt;/a&gt; to report any bug.
Or come to say hello / share your feedback on &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/yTNZgySKGa&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;more-links&#34;&gt;More links
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://leaningtech.com/webvm-server-less-x86-virtual-machines-in-the-browser/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WebVM: server-less x86 virtual machines in the browser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://leaningtech.com/webvm-virtual-machine-with-networking-via-tailscale/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WebVM: Linux Virtualization in WebAssembly with Full Networking via Tailscale&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://leaningtech.com/mini-webvm-your-linux-box-from-dockerfile-via-wasm/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mini.WebVM: Your own Linux box from Dockerfile, virtualized in the browser via WebAssembly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Reference GitHub Pages deployment: &lt;a class=&#34;link&#34; href=&#34;https://mini.webvm.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mini.WebVM&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/watch?v=VqrbVycTXmw&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Crafting the Impossible: X86 Virtualization in the Browser with WebAssembly&lt;/a&gt; Talk at JsNation 2022&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;thanks-to&#34;&gt;Thanks to&amp;hellip;
&lt;/h1&gt;&lt;p&gt;This project depends on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://cheerpx.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CheerpX&lt;/a&gt;, made by &lt;a class=&#34;link&#34; href=&#34;https://leaningtech.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Leaning Technologies&lt;/a&gt; for x86 virtualization and Linux emulation&lt;/li&gt;
&lt;li&gt;xterm.js, &lt;a class=&#34;link&#34; href=&#34;https://xtermjs.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://xtermjs.org/&lt;/a&gt;, for providing the Web-based terminal emulator&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://tailscale.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tailscale&lt;/a&gt;, for the networking component&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://savannah.nongnu.org/projects/lwip/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;lwIP&lt;/a&gt;, for the TCP/IP stack, compiled for the Web via &lt;a class=&#34;link&#34; href=&#34;https://github.com/leaningtech/cheerp-meta/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Cheerp&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;versioning&#34;&gt;Versioning
&lt;/h1&gt;&lt;p&gt;WebVM depends on the CheerpX x86-to-WebAssembly virtualization technology, which is included in the project via &lt;a class=&#34;link&#34; href=&#34;https://www.npmjs.com/package/@leaningtech/cheerpx&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NPM&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The NPM package is updated on every release.&lt;/p&gt;
&lt;p&gt;Every build is immutable, if a specific version works well for you today, it will keep working forever.&lt;/p&gt;
&lt;h1 id=&#34;license&#34;&gt;License
&lt;/h1&gt;&lt;p&gt;WebVM is released under the Apache License, Version 2.0.&lt;/p&gt;
&lt;p&gt;You are welcome to use, modify, and redistribute the contents of this repository.&lt;/p&gt;
&lt;p&gt;The public CheerpX deployment is provided &lt;strong&gt;as-is&lt;/strong&gt; and is &lt;strong&gt;free to use&lt;/strong&gt; for technological exploration, testing and use by individuals. Any other use by organizations, including non-profit, academia and the public sector, requires a license. Downloading a CheerpX build for the purpose of hosting it elsewhere is not permitted without a commercial license.&lt;/p&gt;
&lt;p&gt;Read more about &lt;a class=&#34;link&#34; href=&#34;https://cheerpx.io/docs/licensing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CheerpX licensing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want to build a product on top of CheerpX/WebVM, please get in touch: &lt;a class=&#34;link&#34; href=&#34;mailto:sales@leaningtech.com&#34; &gt;sales@leaningtech.com&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>headscale</title>
        <link>https://producthunt.programnotes.cn/en/p/headscale/</link>
        <pubDate>Tue, 06 May 2025 15:29:52 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/headscale/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1642091127753-300f6b462934?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDY1MTY1MTB8&amp;ixlib=rb-4.1.0" alt="Featured image of post headscale" /&gt;&lt;h1 id=&#34;juanfontheadscale&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/juanfont/headscale&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;juanfont/headscale&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;&lt;img src=&#34;https://github.com/juanfont/headscale/actions/workflows/test.yml/badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;ci&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;An open source, self-hosted implementation of the Tailscale control server.&lt;/p&gt;
&lt;p&gt;Join our &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/c84AZQhmpx&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord server&lt;/a&gt; for a chat.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Always select the same GitHub tag as the released version you use
to ensure you have the correct example configuration. The &lt;code&gt;main&lt;/code&gt; branch might
contain unreleased changes. The documentation is available for stable and
development versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://headscale.net/stable/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Documentation for the stable version&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://headscale.net/development/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Documentation for the development version&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;what-is-tailscale&#34;&gt;What is Tailscale
&lt;/h2&gt;&lt;p&gt;Tailscale is &lt;a class=&#34;link&#34; href=&#34;https://tailscale.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;a modern VPN&lt;/a&gt; built on top of
&lt;a class=&#34;link&#34; href=&#34;https://www.wireguard.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Wireguard&lt;/a&gt;.
It &lt;a class=&#34;link&#34; href=&#34;https://tailscale.com/blog/how-tailscale-works/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;works like an overlay network&lt;/a&gt;
between the computers of your networks - using
&lt;a class=&#34;link&#34; href=&#34;https://tailscale.com/blog/how-nat-traversal-works/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;NAT traversal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Everything in Tailscale is Open Source, except the GUI clients for proprietary OS
(Windows and macOS/iOS), and the control server.&lt;/p&gt;
&lt;p&gt;The control server works as an exchange point of Wireguard public keys for the
nodes in the Tailscale network. It assigns the IP addresses of the clients,
creates the boundaries between each user, enables sharing machines between users,
and exposes the advertised routes of your nodes.&lt;/p&gt;
&lt;p&gt;A &lt;a class=&#34;link&#34; href=&#34;https://tailscale.com/kb/1136/tailnet/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tailscale network (tailnet)&lt;/a&gt; is private
network which Tailscale assigns to a user in terms of private users or an
organisation.&lt;/p&gt;
&lt;h2 id=&#34;design-goal&#34;&gt;Design goal
&lt;/h2&gt;&lt;p&gt;Headscale aims to implement a self-hosted, open source alternative to the
&lt;a class=&#34;link&#34; href=&#34;https://tailscale.com/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tailscale&lt;/a&gt; control server. Headscale&amp;rsquo;s goal is to
provide self-hosters and hobbyists with an open-source server they can use for
their projects and labs. It implements a narrow scope, a &lt;em&gt;single&lt;/em&gt; Tailscale
network (tailnet), suitable for a personal use, or a small open-source
organisation.&lt;/p&gt;
&lt;h2 id=&#34;supporting-headscale&#34;&gt;Supporting Headscale
&lt;/h2&gt;&lt;p&gt;If you like &lt;code&gt;headscale&lt;/code&gt; and find it useful, there is a sponsorship and donation
buttons available in the repo.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;p&gt;Please see &lt;a class=&#34;link&#34; href=&#34;https://headscale.net/stable/about/features/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&amp;ldquo;Features&amp;rdquo; in the documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;client-os-support&#34;&gt;Client OS support
&lt;/h2&gt;&lt;p&gt;Please see &lt;a class=&#34;link&#34; href=&#34;https://headscale.net/stable/about/clients/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&amp;ldquo;Client and operating system support&amp;rdquo; in the documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;running-headscale&#34;&gt;Running headscale
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Please note that we do not support nor encourage the use of reverse proxies
and container to run Headscale.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Please have a look at the &lt;a class=&#34;link&#34; href=&#34;https://headscale.net/stable/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;documentation&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;talks&#34;&gt;Talks
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Fosdem 2023 (video): &lt;a class=&#34;link&#34; href=&#34;https://fosdem.org/2023/schedule/event/goheadscale/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Headscale: How we are using integration testing to reimplement Tailscale&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;presented by Juan Font Alonso and Kristoffer Dalby&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;disclaimer&#34;&gt;Disclaimer
&lt;/h2&gt;&lt;p&gt;This project is not associated with Tailscale Inc.&lt;/p&gt;
&lt;p&gt;However, one of the active maintainers for Headscale &lt;a class=&#34;link&#34; href=&#34;https://tailscale.com/blog/opensource&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;is employed by Tailscale&lt;/a&gt; and he is allowed to spend work hours contributing to the project. Contributions from this maintainer are reviewed by other maintainers.&lt;/p&gt;
&lt;p&gt;The maintainers work together on setting the direction for the project. The underlying principle is to serve the community of self-hosters, enthusiasts and hobbyists - while having a sustainable project.&lt;/p&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;Please read the &lt;a class=&#34;link&#34; href=&#34;./CONTRIBUTING.md&#34; &gt;CONTRIBUTING.md&lt;/a&gt; file.&lt;/p&gt;
&lt;h3 id=&#34;requirements&#34;&gt;Requirements
&lt;/h3&gt;&lt;p&gt;To contribute to headscale you would need the latest version of &lt;a class=&#34;link&#34; href=&#34;https://golang.org&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Go&lt;/a&gt;
and &lt;a class=&#34;link&#34; href=&#34;https://buf.build&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Buf&lt;/a&gt; (Protobuf generator).&lt;/p&gt;
&lt;p&gt;We recommend using &lt;a class=&#34;link&#34; href=&#34;https://nixos.org/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Nix&lt;/a&gt; to setup a development environment. This can
be done with &lt;code&gt;nix develop&lt;/code&gt;, which will install the tools and give you a shell.
This guarantees that you will have the same dev env as &lt;code&gt;headscale&lt;/code&gt; maintainers.&lt;/p&gt;
&lt;h3 id=&#34;code-style&#34;&gt;Code style
&lt;/h3&gt;&lt;p&gt;To ensure we have some consistency with a growing number of contributions,
this project has adopted linting and style/formatting rules:&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Go&lt;/strong&gt; code is linted with &lt;a class=&#34;link&#34; href=&#34;https://golangci-lint.run&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;golangci-lint&lt;/code&gt;&lt;/a&gt; and
formatted with &lt;a class=&#34;link&#34; href=&#34;https://github.com/segmentio/golines&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;golines&lt;/code&gt;&lt;/a&gt; (width 88) and
&lt;a class=&#34;link&#34; href=&#34;https://github.com/mvdan/gofumpt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;gofumpt&lt;/code&gt;&lt;/a&gt;.
Please configure your editor to run the tools while developing and make sure to
run &lt;code&gt;make lint&lt;/code&gt; and &lt;code&gt;make fmt&lt;/code&gt; before committing any code.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Proto&lt;/strong&gt; code is linted with &lt;a class=&#34;link&#34; href=&#34;https://docs.buf.build/lint/overview&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;buf&lt;/code&gt;&lt;/a&gt; and
formatted with &lt;a class=&#34;link&#34; href=&#34;https://clang.llvm.org/docs/ClangFormat.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;clang-format&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;rest&lt;/strong&gt; (Markdown, YAML, etc) is formatted with &lt;a class=&#34;link&#34; href=&#34;https://prettier.io&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;code&gt;prettier&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Check out the &lt;code&gt;.golangci.yaml&lt;/code&gt; and &lt;code&gt;Makefile&lt;/code&gt; to see the specific configuration.&lt;/p&gt;
&lt;h3 id=&#34;install-development-tools&#34;&gt;Install development tools
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Go&lt;/li&gt;
&lt;li&gt;Buf&lt;/li&gt;
&lt;li&gt;Protobuf tools&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Install and activate:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;nix develop
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;testing-and-building&#34;&gt;Testing and building
&lt;/h3&gt;&lt;p&gt;Some parts of the project require the generation of Go code from Protobuf
(if changes are made in &lt;code&gt;proto/&lt;/code&gt;) and it must be (re-)generated with:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;make generate
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: Please check in changes from &lt;code&gt;gen/&lt;/code&gt; in a separate commit to make it easier to review.&lt;/p&gt;
&lt;p&gt;To run the tests:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;make &lt;span class=&#34;nb&#34;&gt;test&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;To build the program:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;nix build
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;or&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;make build
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;contributors&#34;&gt;Contributors
&lt;/h2&gt;&lt;a href=&#34;https://github.com/juanfont/headscale/graphs/contributors&#34;&gt;
  &lt;img src=&#34;https://contrib.rocks/image?repo=juanfont/headscale&#34; /&gt;
&lt;/a&gt;
&lt;p&gt;Made with &lt;a class=&#34;link&#34; href=&#34;https://contrib.rocks&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;contrib.rocks&lt;/a&gt;.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
