GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#go #containerd #macos #qemu #vm

Lima is a tool that helps you run Linux virtual machines on your computer, especially useful for Mac users. It automatically shares files and forwards ports, making it similar to WSL2. You can use Lima to run Linux commands, containers with tools like Docker, Kubernetes, or containerd, and it supports various operating systems. To get started, you can install Lima using `brew install lima` and then start it with `limactl start`. This makes it easy to work with Linux environments without leaving your current operating system, which is very helpful for developers and users who need to use Linux tools.

https://github.com/lima-vm/lima
#javascript #cheerp #cheerpx #cpp #lwip #repl #tailscale #vm #wasm #webassembly #webvm #xterm_js

WebVM lets you run a full Linux system directly in your web browser without needing a server. It uses a special engine called CheerpX to safely run unmodified Linux programs by converting x86 code to WebAssembly. You get a real Debian Linux environment with many tools, and it supports networking through Tailscale VPN, so your browser VM can connect securely to the internet. You can also customize and deploy your own WebVM easily using GitHub, making it great for development, testing, or learning Linux without installing anything. This means you can have a powerful, private Linux machine anytime, anywhere, just in your browser[1][2][3].

https://github.com/leaningtech/webvm