- <h1 class="text-lg font-bold">Information</h1>
- <img src="assets/webvm_hero.png" alt="WebVM Logo" class="w-full self-center">
- <p>WebVM is a virtual Linux environment running in the browser via WebAssembly</p>
- <p>It is based on:</p>
- <ul class="list-disc list-inside">
- <li><a class="underline" target="_blank" href="https://cheerpx.io/">CheerpX</a>: x86 JIT in Wasm</li>
- <li><a class="underline" target="_blank" href="https://xtermjs.org/">Xterm.js</a>: interactive terminal</li>
- <li>Local/private <a class="underline" target="_blank" href="https://cheerpx.io/docs/guides/File-System-support">file storage</a></li>
- <li><a class="underline" target="_blank" href="https://cheerpx.io/docs/guides/Networking">Networking</a> via <a class="underline" target="_blank" href="https://tailscale.com/">Tailscale</a></li>
- </ul>
|