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
#shell #container #docker #docker_osx #kvm #macos #os #osx #osx_kvm #x #x11

You can run Mac OS X in a Docker container with near-native performance using Docker-OSX. Here are the key benefits and how to get started Run Mac OS X with performance close to native hardware.
- **X11 Forwarding** Enable iMessage and iCloud for security research by generating unique serial numbers.
- **iPhone USB Passthrough** Supports various macOS versions including Catalina, Big Sur, Monterey, Ventura, and more.
- **SSH and VNC Access** Share folders between the host and the container.

To get started, ensure your system supports hardware virtualization, install QEMU and Docker, and then run the Docker container using commands like10022 \
-v /tmp/.X11-unix-latest
```

You can also join the Discord server for support and more detailed instructions. This setup allows you to run macOS in a container, which is useful for development, security research, and other purposes.

https://github.com/sickcodes/Docker-OSX
👍2
#rust #android #gui #ios #macos #rust #rust_lang #wasm #wayland #windowing #windows #x11

Winit is a library that helps you create and manage windows on different platforms using the Rust programming language. It allows you to handle events like window resizing, key presses, and mouse movements. To show something on the window, you need to use platform-specific functions or another library. The benefit to you is that Winit provides a flexible and low-level way to manage windows, making it easier to build cross-platform applications such as games or graphical user interfaces.

https://github.com/rust-windowing/winit