<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Lightweight on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/lightweight/</link>
        <description>Recent content in Lightweight on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Wed, 05 Nov 2025 15:29:19 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/lightweight/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>nano-vllm</title>
        <link>https://producthunt.programnotes.cn/en/p/nano-vllm/</link>
        <pubDate>Wed, 05 Nov 2025 15:29:19 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/nano-vllm/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1582575633518-b2b7d205a386?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NjIzMjc3MzF8&amp;ixlib=rb-4.1.0" alt="Featured image of post nano-vllm" /&gt;&lt;h1 id=&#34;geeeekexplorernano-vllm&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/GeeeekExplorer/nano-vllm&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GeeeekExplorer/nano-vllm&lt;/a&gt;
&lt;/h1&gt;&lt;p align=&#34;center&#34;&gt;
&lt;img width=&#34;300&#34; src=&#34;assets/logo.png&#34;&gt;
&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
&lt;a href=&#34;https://trendshift.io/repositories/15323&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://trendshift.io/api/badge/repositories/15323&#34; alt=&#34;GeeeekExplorer%2Fnano-vllm | Trendshift&#34; style=&#34;width: 250px; height: 55px;&#34; width=&#34;250&#34; height=&#34;55&#34;/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;h1 id=&#34;nano-vllm&#34;&gt;Nano-vLLM
&lt;/h1&gt;&lt;p&gt;A lightweight vLLM implementation built from scratch.&lt;/p&gt;
&lt;h2 id=&#34;key-features&#34;&gt;Key Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;🚀 &lt;strong&gt;Fast offline inference&lt;/strong&gt; - Comparable inference speeds to vLLM&lt;/li&gt;
&lt;li&gt;📖 &lt;strong&gt;Readable codebase&lt;/strong&gt; - Clean implementation in ~ 1,200 lines of Python code&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Optimization Suite&lt;/strong&gt; - Prefix caching, Tensor Parallelism, Torch compilation, CUDA graph, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation
&lt;/h2&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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pip install git+https://github.com/GeeeekExplorer/nano-vllm.git
&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;model-download&#34;&gt;Model Download
&lt;/h2&gt;&lt;p&gt;To download the model weights manually, use the following command:&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;/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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;huggingface-cli download --resume-download Qwen/Qwen3-0.6B &lt;span class=&#34;se&#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;  --local-dir ~/huggingface/Qwen3-0.6B/ &lt;span class=&#34;se&#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;  --local-dir-use-symlinks False
&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;quick-start&#34;&gt;Quick Start
&lt;/h2&gt;&lt;p&gt;See &lt;code&gt;example.py&lt;/code&gt; for usage. The API mirrors vLLM&amp;rsquo;s interface with minor differences in the &lt;code&gt;LLM.generate&lt;/code&gt; method:&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;/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-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kn&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;nanovllm&lt;/span&gt; &lt;span class=&#34;kn&#34;&gt;import&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;LLM&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;SamplingParams&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;n&#34;&gt;llm&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;LLM&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;/YOUR/MODEL/PATH&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;enforce_eager&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;kc&#34;&gt;True&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;tensor_parallel_size&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&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;n&#34;&gt;sampling_params&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;SamplingParams&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;temperature&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mf&#34;&gt;0.6&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;max_tokens&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;256&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;n&#34;&gt;prompts&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;Hello, Nano-vLLM.&amp;#34;&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;n&#34;&gt;outputs&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;llm&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;generate&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;prompts&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;sampling_params&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;n&#34;&gt;outputs&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;][&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;text&amp;#34;&lt;/span&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;h2 id=&#34;benchmark&#34;&gt;Benchmark
&lt;/h2&gt;&lt;p&gt;See &lt;code&gt;bench.py&lt;/code&gt; for benchmark.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Test Configuration:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Hardware: RTX 4070 Laptop (8GB)&lt;/li&gt;
&lt;li&gt;Model: Qwen3-0.6B&lt;/li&gt;
&lt;li&gt;Total Requests: 256 sequences&lt;/li&gt;
&lt;li&gt;Input Length: Randomly sampled between 100–1024 tokens&lt;/li&gt;
&lt;li&gt;Output Length: Randomly sampled between 100–1024 tokens&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Performance Results:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Inference Engine&lt;/th&gt;
          &lt;th&gt;Output Tokens&lt;/th&gt;
          &lt;th&gt;Time (s)&lt;/th&gt;
          &lt;th&gt;Throughput (tokens/s)&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;vLLM&lt;/td&gt;
          &lt;td&gt;133,966&lt;/td&gt;
          &lt;td&gt;98.37&lt;/td&gt;
          &lt;td&gt;1361.84&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Nano-vLLM&lt;/td&gt;
          &lt;td&gt;133,966&lt;/td&gt;
          &lt;td&gt;93.41&lt;/td&gt;
          &lt;td&gt;1434.13&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;star-history&#34;&gt;Star History
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.star-history.com/#GeeeekExplorer/nano-vllm&amp;amp;Date&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://api.star-history.com/svg?repos=GeeeekExplorer/nano-vllm&amp;amp;type=Date&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Star History Chart&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Pake</title>
        <link>https://producthunt.programnotes.cn/en/p/pake/</link>
        <pubDate>Wed, 27 Aug 2025 15:28:19 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/pake/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1596784269480-039b2a893af0?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTYyNzk2MTd8&amp;ixlib=rb-4.1.0" alt="Featured image of post Pake" /&gt;&lt;h1 id=&#34;tw93pake&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/tw93/Pake&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;tw93/Pake&lt;/a&gt;
&lt;/h1&gt;&lt;h4 align=&#34;right&#34;&gt;&lt;strong&gt;English&lt;/strong&gt; | &lt;a href=&#34;https://github.com/tw93/Pake/blob/main/README_CN.md&#34;&gt;简体中文&lt;/a&gt; | &lt;a href=&#34;https://github.com/tw93/Pake/blob/main/README_JP.md&#34;&gt;日本語&lt;/a&gt;&lt;/h4&gt;
&lt;p align=&#34;center&#34;&gt;
    &lt;img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/&gt;
&lt;/p&gt;
&lt;h1 align=&#34;center&#34;&gt;Pake&lt;/h1&gt;
&lt;p align=&#34;center&#34;&gt;&lt;strong&gt;Turn any webpage into a desktop app with Rust &lt;em&gt;with ease&lt;/em&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;div align=&#34;center&#34;&gt;
    &lt;a href=&#34;https://twitter.com/HiTw93&#34; target=&#34;_blank&#34;&gt;
    &lt;img alt=&#34;twitter&#34; src=&#34;https://img.shields.io/badge/follow-Tw93-red?style=flat-square&amp;logo=Twitter&#34;&gt;&lt;/a&gt;
    &lt;a href=&#34;https://t.me/+GclQS9ZnxyI2ODQ1&#34; target=&#34;_blank&#34;&gt;
    &lt;img alt=&#34;telegram&#34; src=&#34;https://img.shields.io/badge/chat-telegram-blueviolet?style=flat-square&amp;logo=Telegram&#34;&gt;&lt;/a&gt;
    &lt;a href=&#34;https://github.com/tw93/Pake/releases&#34; target=&#34;_blank&#34;&gt;
    &lt;img alt=&#34;GitHub downloads&#34; src=&#34;https://img.shields.io/github/downloads/tw93/Pake/total.svg?style=flat-square&#34;&gt;&lt;/a&gt;
    &lt;a href=&#34;https://github.com/tw93/Pake/commits&#34; target=&#34;_blank&#34;&gt;
    &lt;img alt=&#34;GitHub commit&#34; src=&#34;https://img.shields.io/github/commit-activity/m/tw93/Pake?style=flat-square&#34;&gt;&lt;/a&gt;
    &lt;a href=&#34;https://github.com/tw93/Pake/issues?q=is%3Aissue+is%3Aclosed&#34; target=&#34;_blank&#34;&gt;
    &lt;img alt=&#34;GitHub closed issues&#34; src=&#34;https://img.shields.io/github/issues-closed/tw93/Pake.svg?style=flat-square&#34;&gt;&lt;/a&gt;
    &lt;a href=&#34;https://colab.research.google.com/drive/1bX345znvDZ30848xjRtpgtU8eypWwXrp?usp=sharing&#34; target=&#34;_blank&#34;&gt;
    &lt;img alt=&#34;Open in Colab&#34; src=&#34;https://colab.research.google.com/assets/colab-badge.svg&#34;&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div align=&#34;left&#34;&gt;Pake supports Mac, Windows, and Linux. Check out README for &lt;a href=&#34;#popular-packages&#34;&gt;Popular Packages&lt;/a&gt;, &lt;a href=&#34;#command-line-packaging&#34;&gt;Command-Line Packaging&lt;/a&gt;, and &lt;a href=&#34;#development&#34;&gt;Customized Development&lt;/a&gt; information. Feel free to share your suggestions in &lt;a href=https://github.com/tw93/Pake/discussions&gt;Discussions&lt;/a&gt;.&lt;/div&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;🎐 Nearly 20 times smaller than an Electron package (around 5M!)&lt;/li&gt;
&lt;li&gt;🚀 With Rust Tauri, Pake is much more lightweight and faster than JS-based frameworks.&lt;/li&gt;
&lt;li&gt;📦 Battery-included package — shortcut pass-through, immersive windows, and minimalist customization.&lt;/li&gt;
&lt;li&gt;👻 Pake is just a simple tool — replace the old bundle approach with Tauri (though PWA is good enough).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;popular-packages&#34;&gt;Popular Packages
&lt;/h2&gt;&lt;table&gt;
    &lt;tr&gt;
        &lt;td&gt;WeRead
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/WeRead.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/WeRead_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/WeRead_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
        &lt;td&gt;Twitter
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Twitter.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Twitter_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Twitter_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/WeRead.jpg width=600/&gt;&lt;/td&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/Twitter.jpg width=600/&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Grok
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Grok.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Grok_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Grok_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
        &lt;td&gt;DeepSeek
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/DeepSeek.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/DeepSeek_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/DeepSeek_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/Grok.png width=600/&gt;&lt;/td&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/DeepSeek.png width=600/&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;ChatGPT
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/ChatGPT.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/ChatGPT_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/ChatGPT_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
        &lt;td&gt;Gemini
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Gemini.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Gemini_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Gemini_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/ChatGPT.png width=600/&gt;&lt;/td&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/Gemini.png width=600/&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;YouTube Music
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/YouTubeMusic.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/YouTubeMusic_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/YouTubeMusic_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
      &lt;/td&gt;
      &lt;td&gt;YouTube
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/YouTube.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/YouTube_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/YouTube_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/YouTubeMusic.png width=600 /&gt;&lt;/td&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/YouTube.jpg width=600 /&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;LiZhi
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/LiZhi.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/LiZhi_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/LiZhi_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
        &lt;td&gt;ProgramMusic
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/ProgramMusic.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/ProgramMusic_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/ProgramMusic_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/LiZhi.jpg width=600/&gt;&lt;/td&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/ProgramMusic.jpg width=600/&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Excalidraw
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Excalidraw.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Excalidraw_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/Excalidraw_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
        &lt;td&gt;XiaoHongShu
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/XiaoHongShu.dmg&#34;&gt;Mac&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/XiaoHongShu_x64.msi&#34;&gt;Windows&lt;/a&gt;
            &lt;a href=&#34;https://github.com/tw93/Pake/releases/latest/download/XiaoHongShu_x86_64.deb&#34;&gt;Linux&lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/Excalidraw.png width=600/&gt;&lt;/td&gt;
        &lt;td&gt;&lt;img src=https://raw.githubusercontent.com/tw93/static/main/pake/XiaoHongShu.png width=600/&gt;&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
&lt;details&gt;
&lt;summary&gt;🏂 You can download more applications from &lt;a href=&#34;https://github.com/tw93/Pake/releases&#34;&gt;Releases&lt;/a&gt;. &lt;b&gt;Click here to expand the shortcuts reference!&lt;/b&gt;&lt;/summary&gt;
&lt;br/&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Mac&lt;/th&gt;
          &lt;th&gt;Windows/Linux&lt;/th&gt;
          &lt;th&gt;Function&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;[&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;←&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Return to the previous page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;]&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;→&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Go to the next page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;↑&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;↑&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Auto scroll to top of page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;↓&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;↓&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Auto scroll to bottom of page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;r&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;r&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Refresh Page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;w&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;w&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Hide window, not quite&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;-&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;-&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Zoom out the page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;+&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;+&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Zoom in the page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;=&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;=&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Zoom in the Page&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;kbd&gt;⌘&lt;/kbd&gt; + &lt;kbd&gt;0&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;&lt;kbd&gt;Ctrl&lt;/kbd&gt; + &lt;kbd&gt;0&lt;/kbd&gt;&lt;/td&gt;
          &lt;td&gt;Reset the page zoom&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In addition, double-click the title bar to switch to full-screen mode. For Mac users, you can also use the gesture to go to the previous or next page and drag the title bar to move the window.&lt;/p&gt;
&lt;/details&gt;
&lt;h2 id=&#34;before-starting&#34;&gt;Before starting
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;For beginners&lt;/strong&gt;: Play with Popular Packages to find out Pake&amp;rsquo;s capabilities, or try to pack your application with &lt;a class=&#34;link&#34; href=&#34;https://github.com/tw93/Pake/wiki/Online-Compilation-%28used-by-ordinary-users%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub Actions&lt;/a&gt;. Don&amp;rsquo;t hesitate to reach for assistance at &lt;a class=&#34;link&#34; href=&#34;https://github.com/tw93/Pake/discussions&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discussion&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For developers&lt;/strong&gt;: “Command-Line Packaging” supports macOS fully. For Windows/Linux users, it requires some tinkering. &lt;a class=&#34;link&#34; href=&#34;https://tauri.app/start/prerequisites/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Configure your environment&lt;/a&gt; before getting started.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For hackers&lt;/strong&gt;: For people who are good at both front-end development and Rust, how about customizing your apps&amp;rsquo; function more with the following &lt;a class=&#34;link&#34; href=&#34;#development&#34; &gt;Customized Development&lt;/a&gt;?&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;command-line-packaging&#34;&gt;Command-Line Packaging
&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;https://raw.githubusercontent.com/tw93/static/main/pake/pake.gif&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Pake&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pake provides a command line tool, making the flow of package customization quicker and easier. See &lt;a class=&#34;link&#34; href=&#34;./bin/README.md&#34; &gt;documentation&lt;/a&gt; for more information.&lt;/strong&gt;&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;/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-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Install with npm&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npm install -g pake-cli
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&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;c1&#34;&gt;# Command usage&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pake url &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;OPTIONS&lt;span class=&#34;o&#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&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Feel free to play with Pake! It might take a while to prepare the environment the first time you launch Pake.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pake https://weekly.tw93.fun --name Weekly --hide-title-bar
&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;If you are new to the command line, you can compile packages online with &lt;em&gt;GitHub Actions&lt;/em&gt;. See the &lt;a class=&#34;link&#34; href=&#34;https://github.com/tw93/Pake/wiki/Online-Compilation-%28used-by-ordinary-users%29&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tutorial&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h2 id=&#34;development&#34;&gt;Development
&lt;/h2&gt;&lt;p&gt;Prepare your environment before starting. Make sure you have Rust &lt;code&gt;&amp;gt;=1.89&lt;/code&gt; and Node &lt;code&gt;&amp;gt;=22&lt;/code&gt; (e.g., &lt;code&gt;22.11.0&lt;/code&gt;) installed on your computer. &lt;em&gt;Note: Older versions (Rust ≥1.78, Node ≥16) may also work but latest stable versions are recommended.&lt;/em&gt; For installation guidance, see &lt;a class=&#34;link&#34; href=&#34;https://tauri.app/start/prerequisites/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tauri documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are unfamiliar with these, it is better to try out the above tool to pack with one click.&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;/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;&lt;span class=&#34;c1&#34;&gt;# Install Dependencies&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npm i
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&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;c1&#34;&gt;# Local development [Right-click to open debug mode.]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npm run dev
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&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;c1&#34;&gt;# Pack application&lt;/span&gt;
&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;h2 id=&#34;advanced-usage&#34;&gt;Advanced Usage
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;You can refer to the &lt;a class=&#34;link&#34; href=&#34;https://github.com/tw93/Pake/wiki/Description-of-Pake%27s-code-structure&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;codebase structure&lt;/a&gt; before working on Pake, which will help you much in development.&lt;/li&gt;
&lt;li&gt;Modify the &lt;code&gt;url&lt;/code&gt; and &lt;code&gt;productName&lt;/code&gt; fields in the &lt;code&gt;pake.json&lt;/code&gt; file under the src-tauri directory, the &amp;ldquo;domain&amp;rdquo; field in the &lt;code&gt;tauri.config.json&lt;/code&gt; file needs to be modified synchronously, as well as the &lt;code&gt;icon&lt;/code&gt; and &lt;code&gt;identifier&lt;/code&gt; fields in the &lt;code&gt;tauri.xxx.conf.json&lt;/code&gt; file. You can select an &lt;code&gt;icon&lt;/code&gt; from the &lt;code&gt;icons&lt;/code&gt; directory or download one from &lt;a class=&#34;link&#34; href=&#34;https://macosicons.com/#/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;macOSicons&lt;/a&gt; to match your product needs.&lt;/li&gt;
&lt;li&gt;For configurations on window properties, you can modify the &lt;code&gt;pake.json&lt;/code&gt; file to change the value of &lt;code&gt;width&lt;/code&gt;, &lt;code&gt;height&lt;/code&gt;, &lt;code&gt;fullscreen&lt;/code&gt; (or not), &lt;code&gt;resizable&lt;/code&gt; (or not), &lt;code&gt;hide_on_close&lt;/code&gt; (hide window on close instead of exiting) of the &lt;code&gt;windows&lt;/code&gt; property. To adapt to the immersive header on Mac, change &lt;code&gt;hideTitleBar&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt;, look for the &lt;code&gt;Header&lt;/code&gt; element, and add the &lt;code&gt;padding-top&lt;/code&gt; property.&lt;/li&gt;
&lt;li&gt;For advanced usages such as style rewriting, advertisement removal, JS injection, container message communication, and user-defined shortcut keys, see &lt;a class=&#34;link&#34; href=&#34;https://github.com/tw93/Pake/wiki/Advanced-Usage-of-Pake&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Advanced Usage of Pake&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;developers&#34;&gt;Developers
&lt;/h2&gt;&lt;p&gt;Pake&amp;rsquo;s development can not be without these Hackers. They contributed a lot of capabilities for Pake. Also, welcome to follow them! ❤️&lt;/p&gt;
&lt;!-- readme: contributors -start --&gt;
&lt;table&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/tw93&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/8736212?v=4&#34; width=&#34;90;&#34; alt=&#34;tw93&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Tw93&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/Tlntin&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/28218658?v=4&#34; width=&#34;90;&#34; alt=&#34;Tlntin&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Tlntin&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/jeasonnow&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/16950207?v=4&#34; width=&#34;90;&#34; alt=&#34;jeasonnow&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Santree&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/pan93412&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/28441561?v=4&#34; width=&#34;90;&#34; alt=&#34;pan93412&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Pan93412&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/stone-w4tch3r&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/100294019?v=4&#34; width=&#34;90;&#34; alt=&#34;stone-w4tch3r&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Данил Бизимов&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/wanghanzhen&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/25301012?v=4&#34; width=&#34;90;&#34; alt=&#34;wanghanzhen&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Volare&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/liby&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/38807139?v=4&#34; width=&#34;90;&#34; alt=&#34;liby&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Bryan Lee&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/essesoul&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/58624474?v=4&#34; width=&#34;90;&#34; alt=&#34;essesoul&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Essesoul&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/YangguangZhou&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/61733195?v=4&#34; width=&#34;90;&#34; alt=&#34;YangguangZhou&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Jerry Zhou&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/AielloChan&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/7900765?v=4&#34; width=&#34;90;&#34; alt=&#34;AielloChan&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Aiello&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/m1911star&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/4948120?v=4&#34; width=&#34;90;&#34; alt=&#34;m1911star&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Horus&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/Pake-Actions&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/126550811?v=4&#34; width=&#34;90;&#34; alt=&#34;Pake-Actions&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Pake Actions&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/GoodbyeNJN&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/6856639?v=4&#34; width=&#34;90;&#34; alt=&#34;GoodbyeNJN&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;GoodbyeNJN&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/kittizz&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/62899732?v=4&#34; width=&#34;90;&#34; alt=&#34;kittizz&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Kittizz&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/mattbajorek&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/17235301?v=4&#34; width=&#34;90;&#34; alt=&#34;mattbajorek&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Matt Bajorek&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/vaddisrinivas&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/38348871?v=4&#34; width=&#34;90;&#34; alt=&#34;vaddisrinivas&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Srinivas Vaddi&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/QingZ11&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/38887077?v=4&#34; width=&#34;90;&#34; alt=&#34;QingZ11&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Steam&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/Tianj0o&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/68584284?v=4&#34; width=&#34;90;&#34; alt=&#34;Tianj0o&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Qitianjia&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/xinyii&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/17895104?v=4&#34; width=&#34;90;&#34; alt=&#34;xinyii&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Yi Xin&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/g1eny0ung&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/15034155?v=4&#34; width=&#34;90;&#34; alt=&#34;g1eny0ung&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Yue Yang&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/lkieryan&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/187804088?v=4&#34; width=&#34;90;&#34; alt=&#34;lkieryan&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Kieran&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/exposir&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/33340988?v=4&#34; width=&#34;90;&#34; alt=&#34;exposir&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;孟世博&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/2nthony&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/19513289?v=4&#34; width=&#34;90;&#34; alt=&#34;2nthony&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;2nthony&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/ACGNnsj&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/22112141?v=4&#34; width=&#34;90;&#34; alt=&#34;ACGNnsj&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Null&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/imabutahersiddik&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/138387257?v=4&#34; width=&#34;90;&#34; alt=&#34;imabutahersiddik&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Abu Taher Siddik&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/kidylee&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/841310?v=4&#34; width=&#34;90;&#34; alt=&#34;kidylee&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;An Li&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/nekomeowww&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/11081491?v=4&#34; width=&#34;90;&#34; alt=&#34;nekomeowww&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Ayaka Neko&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/turkyden&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/24560160?v=4&#34; width=&#34;90;&#34; alt=&#34;turkyden&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Dengju Deng&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/fvn-elmy&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/71275745?v=4&#34; width=&#34;90;&#34; alt=&#34;fvn-elmy&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Fabien&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/Fechin&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/2541482?v=4&#34; width=&#34;90;&#34; alt=&#34;Fechin&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Fechin&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/ImgBotApp&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/31427850?v=4&#34; width=&#34;90;&#34; alt=&#34;ImgBotApp&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Imgbot&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/droid-Q&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/708277?v=4&#34; width=&#34;90;&#34; alt=&#34;droid-Q&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Jiaqi Gu&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/Milo123459&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/50248166?v=4&#34; width=&#34;90;&#34; alt=&#34;Milo123459&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Milo&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/princemaple&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/1329716?v=4&#34; width=&#34;90;&#34; alt=&#34;princemaple&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Po Chen&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/beautifulrem&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/98527099?v=4&#34; width=&#34;90;&#34; alt=&#34;beautifulrem&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Xie Ruiqi&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/bocanhcam&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/35592955?v=4&#34; width=&#34;90;&#34; alt=&#34;bocanhcam&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Null&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/geekvest&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/126322776?v=4&#34; width=&#34;90;&#34; alt=&#34;geekvest&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Null&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/houhoz&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/19684376?v=4&#34; width=&#34;90;&#34; alt=&#34;houhoz&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Hyzhao&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/lakca&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/16255922?v=4&#34; width=&#34;90;&#34; alt=&#34;lakca&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Null&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/liudonghua123&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/2276718?v=4&#34; width=&#34;90;&#34; alt=&#34;liudonghua123&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Liudonghua&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/liusishan&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/33129823?v=4&#34; width=&#34;90;&#34; alt=&#34;liusishan&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Liusishan&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/piaoyidage&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/5135405?v=4&#34; width=&#34;90;&#34; alt=&#34;piaoyidage&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;Ranger&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
            &lt;td align=&#34;center&#34;&gt;
                &lt;a href=&#34;https://github.com/hetz&#34;&gt;
                    &lt;img src=&#34;https://avatars.githubusercontent.com/u/820141?v=4&#34; width=&#34;90;&#34; alt=&#34;hetz&#34;/&gt;
                    &lt;br /&gt;
                    &lt;sub&gt;&lt;b&gt;贺天卓&lt;/b&gt;&lt;/sub&gt;
                &lt;/a&gt;
            &lt;/td&gt;
		&lt;/tr&gt;
	&lt;tbody&gt;
&lt;/table&gt;
&lt;!-- readme: contributors -end --&gt;
&lt;h2 id=&#34;frequently-asked-questions&#34;&gt;Frequently Asked Questions
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Right-clicking on an image element in the page to open the menu and select download image or other events does not work (common in MacOS systems). This issue is due to the MacOS built-in webview not supporting this feature.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;support&#34;&gt;Support
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;I have two cats, TangYuan and Coke. If you think Pake delights your life, you can feed them &lt;a href=&#34;https://miaoyan.app/cats.html?name=Pake&#34; target=&#34;_blank&#34;&gt;some canned food 🥩&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If you like Pake, you can star it on GitHub. Also, welcome to &lt;a class=&#34;link&#34; href=&#34;https://twitter.com/intent/tweet?url=https://github.com/tw93/Pake&amp;amp;text=%23Pake%20-%20A%20simple%20Rust%20packaged%20web%20pages%20to%20generate%20Mac%20App%20tool,%20compared%20to%20traditional%20Electron%20package,%20the%20size%20of%20nearly%2040%20times%20smaller,%20generally%20about%202M,%20the%20underlying%20use%20of%20Tauri,%20performance%20experience%20than%20the%20JS%20framework%20is%20much%20lighter~&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;recommend Pake&lt;/a&gt; to your friends.&lt;/li&gt;
&lt;li&gt;You can follow my &lt;a class=&#34;link&#34; href=&#34;https://twitter.com/HiTw93&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Twitter&lt;/a&gt; to get the latest news of Pake or join our &lt;a class=&#34;link&#34; href=&#34;https://t.me/&amp;#43;GclQS9ZnxyI2ODQ1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Telegram&lt;/a&gt; chat group.&lt;/li&gt;
&lt;li&gt;I hope that you enjoy playing with it. Let us know if you find a website that would be great for a Mac App!&lt;/li&gt;
&lt;/ol&gt;
</description>
        </item>
        <item>
        <title>WasmEdge</title>
        <link>https://producthunt.programnotes.cn/en/p/wasmedge/</link>
        <pubDate>Fri, 18 Jul 2025 15:35:26 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/wasmedge/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1630231211819-a131d7538a41?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTI4MjQwNDR8&amp;ixlib=rb-4.1.0" alt="Featured image of post WasmEdge" /&gt;&lt;h1 id=&#34;wasmedgewasmedge&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/WasmEdge/WasmEdge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WasmEdge/WasmEdge&lt;/a&gt;
&lt;/h1&gt;&lt;div align=&#34;right&#34;&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;README-zh.md&#34; &gt;中文&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;README-zh-TW.md&#34; &gt;正體中文&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;README-ja.md&#34; &gt;日本語で読む&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div align=&#34;center&#34;&gt;
&lt;p&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/docs/wasmedge-runtime-logo.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;WasmEdge Logo&#34;
	
	
&gt;&lt;/p&gt;
&lt;h1 id=&#34;-wasmedge-is-the-easiest-and-fastest-way-to-run-llms-on-your-own-devices-&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://llamaedge.com/docs/user-guide/llm/get-started-with-llamaedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;🤩 WasmEdge is the easiest and fastest way to run LLMs on your own devices. 🤩&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;&lt;a href=&#34;https://trendshift.io/repositories/2481&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://trendshift.io/api/badge/repositories/2481&#34; alt=&#34;WasmEdge%2FWasmEdge | Trendshift&#34; style=&#34;width: 250px; height: 55px;&#34; width=&#34;250&#34; height=&#34;55&#34;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime. It is &lt;a class=&#34;link&#34; href=&#34;https://ieeexplore.ieee.org/document/9214403&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;the fastest Wasm VM&lt;/a&gt;. WasmEdge is an official sandbox project hosted by the &lt;a class=&#34;link&#34; href=&#34;https://www.cncf.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CNCF&lt;/a&gt;. &lt;a class=&#34;link&#34; href=&#34;https://github.com/LlamaEdge/LlamaEdge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaEdge&lt;/a&gt; is an application framework built on top of WasmEdge to run GenAI models (e.g., &lt;a class=&#34;link&#34; href=&#34;https://llamaedge.com/docs/user-guide/llm/get-started-with-llamaedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LLM&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://llamaedge.com/docs/user-guide/speech-to-text/quick-start-whisper&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;speech-to-text&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://llamaedge.com/docs/user-guide/text-to-image/quick-start-sd&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;text-to-image&lt;/a&gt;, and &lt;a class=&#34;link&#34; href=&#34;https://github.com/LlamaEdge/whisper-api-server&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;TTS&lt;/a&gt;) across GPUs on servers, personal computers, and edge devices. Additional &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/start/usage/use-cases/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;use cases&lt;/a&gt; include microservices on the edge cloud, serverless SaaS APIs, embedded functions, smart contracts, and smart devices.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/WasmEdge/WasmEdge/actions/workflows/build.yml?query=event%3Apush&amp;#43;&amp;#43;branch%3Amaster&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://github.com/WasmEdge/WasmEdge/actions/workflows/build.yml/badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;build&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://codecov.io/gh/WasmEdge/WasmEdge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://codecov.io/gh/WasmEdge/WasmEdge/branch/master/graph/badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;codecov&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://github.com/WasmEdge/WasmEdge/actions/workflows/codeql-analysis.yml?query=event%3Apush&amp;#43;&amp;#43;branch%3Amaster&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://github.com/WasmEdge/WasmEdge/actions/workflows/codeql-analysis.yml/badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;CodeQL&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://app.fossa.com/projects/git%2Bgithub.com%2FWasmEdge%2FWasmEdge?ref=badge_shield&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://app.fossa.com/api/projects/git%2Bgithub.com%2FWasmEdge%2FWasmEdge.svg?type=shield&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;FOSSA Status&#34;
	
	
&gt;&lt;/a&gt;
&lt;a class=&#34;link&#34; href=&#34;https://bestpractices.coreinfrastructure.org/projects/5059&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://bestpractices.coreinfrastructure.org/projects/5059/badge&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;CII Best Practices&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h1 id=&#34;quick-start-guides&#34;&gt;Quick start guides
&lt;/h1&gt;&lt;p&gt;🚀 &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/start/install&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Install&lt;/a&gt; WasmEdge &lt;br&gt;
👷🏻‍♂️ &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/build-wasmedge-from-source&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Build&lt;/a&gt; and &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/contribute/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;contribute to&lt;/a&gt; WasmEdge &lt;br&gt;
⌨️ &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/running-with-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Run&lt;/a&gt; a standalone Wasm program or a &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/develop-wasm-apps-in-javascript&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;JavaScript program&lt;/a&gt; from CLI or &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/start/getting-started/quick_start_docker&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docker&lt;/a&gt; &lt;br&gt;
🤖 &lt;a class=&#34;link&#34; href=&#34;https://llamaedge.com/docs/user-guide/llm/get-started-with-llamaedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Chat&lt;/a&gt; with an open source LLM via &lt;a class=&#34;link&#34; href=&#34;https://github.com/LlamaEdge/LlamaEdge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LlamaEdge&lt;/a&gt; &lt;br&gt;
🔌 Embed a Wasm function in your &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/go-sdk-for-embedding-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Go&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/rust-sdk-for-embedding-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rust&lt;/a&gt;, or &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/c-sdk-for-embedding-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;C&lt;/a&gt; app &lt;br&gt;
🛠 Manage and orchestrate Wasm runtimes using &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/deploy-wasmedge-apps-in-kubernetes&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kubernetes&lt;/a&gt;, &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/embed/use-case/yomo&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;data streaming frameworks&lt;/a&gt;, and &lt;a class=&#34;link&#34; href=&#34;https://medium.com/ethereum-on-steroids/running-ethereum-smart-contracts-in-a-substrate-blockchain-56fbc27fc95a&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;blockchains&lt;/a&gt; &lt;br&gt;
📚 &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Check out our official documentation&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h1 id=&#34;introduction&#34;&gt;Introduction
&lt;/h1&gt;&lt;p&gt;The WasmEdge Runtime provides a well-defined execution sandbox for its contained WebAssembly bytecode program. The runtime offers isolation and protection for operating system resources (e.g., file system, sockets, environment variables, processes) and memory space. The most important use case for WasmEdge is to safely execute user-defined or community-contributed code as plug-ins in a software product (e.g., SaaS, software-defined vehicles, edge nodes, or even blockchain nodes). It enables third-party developers, vendors, suppliers, and community members to extend and customize the software product. &lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/contribute/users&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Learn more here&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;performance&#34;&gt;Performance
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://arxiv.org/abs/2010.07115&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;A Lightweight Design for High-performance Serverless Computing&lt;/a&gt;, published on IEEE Software, Jan 2021. &lt;a class=&#34;link&#34; href=&#34;https://arxiv.org/abs/2010.07115&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://arxiv.org/abs/2010.07115&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.infoq.com/articles/arm-vs-x86-cloud-performance/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Performance Analysis for Arm vs. x86 CPUs in the Cloud&lt;/a&gt;, published on infoQ.com, Jan 2021. &lt;a class=&#34;link&#34; href=&#34;https://www.infoq.com/articles/arm-vs-x86-cloud-performance/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.infoq.com/articles/arm-vs-x86-cloud-performance/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://blog.suborbital.dev/suborbital-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WasmEdge is the fastest WebAssembly Runtime in Suborbital Reactr test suite&lt;/a&gt;, Dec 2021&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;p&gt;WasmEdge can run standard WebAssembly bytecode programs compiled from C/C++, Rust, Swift, AssemblyScript, or Kotlin source code. It &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/develop-wasm-apps-in-javascript&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;runs JavaScript&lt;/a&gt;, including 3rd party ES6, CJS, and NPM modules, in a secure, fast, lightweight, portable, and containerized sandbox. It also supports mixing of those languages (e.g., to &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/develop/javascript/rust&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;use Rust to implement a JavaScript API&lt;/a&gt;), the &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/develop/javascript/networking#fetch-client&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Fetch&lt;/a&gt; API, and &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/develop/javascript/ssr&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Server-side Rendering (SSR)&lt;/a&gt; functions on edge servers.&lt;/p&gt;
&lt;p&gt;WasmEdge supports &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/start/wasmedge/extensions/proposals&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;all standard WebAssembly features and many proposed extensions&lt;/a&gt;. It also supports a number of extensions tailored for cloud-native and edge computing uses (e.g., the &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/socket-networking&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WasmEdge network sockets&lt;/a&gt;,&lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/database-drivers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Postgres and MySQL-based database driver&lt;/a&gt;, and the &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/ai-inference&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WasmEdge AI extension&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Learn more about &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/start/wasmedge/features&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;technical highlights&lt;/a&gt; of WasmEdge.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;integrations-and-management&#34;&gt;Integrations and management
&lt;/h2&gt;&lt;p&gt;WasmEdge and its contained wasm program can be started from the &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/running-with-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CLI&lt;/a&gt; as a new process, or from an existing process. If started from an existing process (e.g., from a running &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/go-sdk-for-embedding-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Go&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/rust-sdk-for-embedding-wasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Rust&lt;/a&gt; program), WasmEdge will simply run inside the process as a function. Currently, WasmEdge is not yet thread-safe. In order to use WasmEdge in your own application or cloud-native frameworks, please refer to the guides below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/embed/overview&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Embed WasmEdge into a host application&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/category/deploy-wasmedge-apps-in-kubernetes&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Orchestrate and manage WasmEdge instances using container tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/develop/rust/dapr&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Run a WasmEdge app as a Dapr microservice&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;community&#34;&gt;Community
&lt;/h1&gt;&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;We welcome contributions from the community! Please check out our:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/CONTRIBUTING.md&#34; &gt;Contributing Guide&lt;/a&gt; for how to get started&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/GOVERNANCE.md&#34; &gt;Governance documentation&lt;/a&gt; for project decision-making processes&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/CODE_OF_CONDUCT.md&#34; &gt;Code of Conduct&lt;/a&gt; for community standards&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Want to become a maintainer? See our &lt;a class=&#34;link&#34; href=&#34;./CONTRIBUTION_LADDER.md&#34; &gt;Contributor Ladder&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;roadmap&#34;&gt;Roadmap
&lt;/h2&gt;&lt;p&gt;Check out our &lt;a class=&#34;link&#34; href=&#34;https://github.com/WasmEdge/WasmEdge/blob/master/docs/ROADMAP.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;project roadmap&lt;/a&gt; to see the upcoming features and plans for WasmEdge.&lt;/p&gt;
&lt;h2 id=&#34;contact&#34;&gt;Contact
&lt;/h2&gt;&lt;p&gt;If you have any questions, feel free to open a GitHub issue on a related project or to join the following channels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Mailing list: Send an email to &lt;a class=&#34;link&#34; href=&#34;https://groups.google.com/g/wasmedge/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WasmEdge@googlegroups.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Discord: Join the &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/h4KDyB8XTt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;WasmEdge Discord server&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;Slack: Join the #WasmEdge channel on the &lt;a class=&#34;link&#34; href=&#34;https://slack.cncf.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;CNCF Slack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;X (formerly Twitter): Follow @realwasmedge on &lt;a class=&#34;link&#34; href=&#34;https://x.com/realwasmedge&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;adopters&#34;&gt;Adopters
&lt;/h2&gt;&lt;p&gt;Check out our &lt;a class=&#34;link&#34; href=&#34;https://wasmedge.org/docs/contribute/users/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;list of Adopters&lt;/a&gt; who are using WasmEdge in their projects.&lt;/p&gt;
&lt;h2 id=&#34;community-meeting&#34;&gt;Community Meeting
&lt;/h2&gt;&lt;p&gt;We host a monthly community meeting to showcase new features, demo new use cases, and a Q&amp;amp;A part. Everyone is welcome!&lt;/p&gt;
&lt;p&gt;Time: The first Tuesday of each month at 11PM Hong Kong Time/ 7AM PST.&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://docs.google.com/document/d/1iFlVl7R97Lze4RDykzElJGDjjWYDlkI8Rhf8g4dQ5Rk/edit#&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Public meeting agenda/notes&lt;/a&gt; | &lt;a class=&#34;link&#34; href=&#34;https://us06web.zoom.us/j/82221747919?pwd=3MORhaxDk15rACk7mNDvyz9KtaEbWy.1&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Zoom link&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;license&#34;&gt;License
&lt;/h1&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://app.fossa.com/projects/git%2Bgithub.com%2FWasmEdge%2FWasmEdge?ref=badge_large&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://app.fossa.com/api/projects/git%2Bgithub.com%2FWasmEdge%2FWasmEdge.svg?type=large&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;FOSSA Status&#34;
	
	
&gt;&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
