2021-04-28 21:45:20 +02:00
2021-04-27 15:31:07 +02:00
2021-04-25 14:56:48 +02:00
2021-04-27 15:31:07 +02:00
2021-04-27 15:32:11 +02:00
2021-04-28 21:45:20 +02:00

WebTerm

Screenshot of WebTerm

WebTerm is a Terminal emulator that runs in the browser. It uses v86 to create a virtual linux via WebAssembly and xterm.js as the terminal.

Getting started

You can try out a hosted of WebTerm at https://webterm.onrender.com/ or clone the repo and serve the files with any webserver.

It takes about 20 seconds to a few minutes to download the ~45mb iso image and boot the system.

You can copy and paste text with Ctrl+Alt+C and Ctrl+Alt+V because Ctrl+Shift+C is already used by the the debugger.

How does it work?

WebTerm uses the v86 library to boot up a minimal Linux iso via WebAssembly and then attaches an instance of xterm.js to the serial port (/dev/ttyS0).

Customize the Linux ISO

The Linux system is built via Buildroot. If you want to customize the OS, look at docs/buildroot.md

Description
WebTerm is a Terminal emulator that runs in the browser. It uses v86 to create a virtual linux via WebAssembly and xterm.js as the terminal.
https://webterm.onrender.com/ Readme 45 MiB
Languages
CSS 47%
JavaScript 43.2%
HTML 9.8%