nativ
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
It offers a clear, automated setup sequence and interactive live documentation, making it easy for developers to get started with xv6 on a Windows host without native RISC-V support.
Standard Operating Environment & Deployment Manual
A comprehensive reference for configuring, compiling, and running the MIT xv6 RISC-V kernel inside a virtualized Linux development container on Windows 11.
index.html — Web documentation source| Layer | Recommended Specification |
|---|---|
| Host OS | Windows 11 (64-bit) |
| Hypervisor | VMware Workstation Pro / Player or WSL2 |
| Guest OS | Ubuntu 22.04 LTS / 24.04 LTS |
| Compiler Toolchain | gcc-riscv64-unknown-elf or gcc-riscv64-linux-gnu (v8.0+) |
| Emulator | QEMU (qemu-system-misc / qemu-system-riscv64) |
Run the following package initialization inside your Ubuntu guest shell:
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y \
git \
build-essential \
gdb-multiarch \
qemu-system-misc \
gcc-riscv64-linux-gnu \
binutils-riscv64-linux-gnu
Similar projects matched by category, topics, and programming language.
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.