Rumk hypervisor milestone - December 27, 2025: v0.1: LWKT foundation (1552B) - Message types, thread descriptors, per-CPU state - Cooperative scheduler, syscall dispatch - RISC-V trap handling v0.2: MLFQ scheduler (2176B) - 4-level priority queues (RT/High/Normal/Idle) - Trust-adjusted quanta - Demote/promote/starvation handling v0.3: Work stealing + zero-idle (2880B) - Per-CPU MLFQ queues - Lockless work stealing - WFI-based idle (OpenBSD style) v0.4: IPI + per-CPU cache (3072B) - CLINT IPI for cross-core wake - 16-slot per-CPU cache - Stats tracking v0.5: NPL loading (3088B) - NplHeader, LoadedNpl, NplRegistry - loadNpl(), unloadNpl(), verifySignature() - ProvChain NPL events Ready for VisionFive 2 hardware demo (Jan 15, 2026) |
||
|---|---|---|
| .. | ||
| cli | ||
| schemas | ||
| security | ||
| Beyond Devcontainers_ Introducing nexus target devcell.md | ||
| DEPENDENCY_RESOLUTION.md | ||
| DEVELOPER_GUIDE.md | ||
| HASH_ALGORITHM_MIGRATION.md | ||
| INTEGRATION_GUIDE.md | ||
| License_and_Compliance.md | ||
| NIPCELLS_SUPERIORITY.md | ||
| NIPPELS_DEVELOPER_GUIDE.md | ||
| NIPPELS_EXAMPLES.md | ||
| NIPPELS_TROUBLESHOOTING.md | ||
| NIPPELS_USER_GUIDE.md | ||
| NIPPELS_VS_FLATPAK.md | ||
| NIPPELS_VS_PACKAGES.md | ||
| NexusOS_Architecture_Overview.md | ||
| NexusOS_Package_Management.md | ||
| OPTIMIZATION_GUIDE.md | ||
| README.md | ||
| RESOLVER_DEVELOPER_GUIDE.md | ||
| RESOLVER_VISUAL_GUIDE.md | ||
| USER_GUIDE.md | ||
| arch-linux-guide.md | ||
| architecture.md | ||
| automatic-updates.md | ||
| binary-cache.md | ||
| bootstrap-api.md | ||
| bootstrap-detection-flow.md | ||
| bootstrap-guide.md | ||
| bootstrap-overview.md | ||
| build-configuration.md | ||
| build-examples.md | ||
| build-flow.md | ||
| build-system-help.md | ||
| build-troubleshooting.md | ||
| build_system.md | ||
| butane_ignition_integration for internet deployments.md | ||
| cas-security-architecture.md | ||
| container-builds.md | ||
| dependency-resolution.md | ||
| enhanced-cli-interface.md | ||
| formats_and_concepts.md | ||
| gentoo-nix-guide.md | ||
| getting-started.md | ||
| init_systems.md | ||
| json-output.md | ||
| learning-nim.md | ||
| license_json_examples.md | ||
| license_yaml_examples.md | ||
| nexus Package Formats and Their Purposes.md | ||
| nexus_targets.md | ||
| nexusos_commercial_badge.md | ||
| nexusos_licensing.md | ||
| nexusos_overview.md | ||
| nimpak_types_reference.md | ||
| nip_verify_acul_enforcement.md | ||
| nipcell-usage.md | ||
| nipcells.md | ||
| platform-detection.md | ||
| quick-reference.md | ||
| remote-cache.md | ||
| remote-repository-specification.md | ||
| remote_cli_guide.md | ||
| roadmap.md | ||
| security-and-verification-system.md | ||
| security-features.md | ||
| security_event_logging.md | ||
| shell-guide.md | ||
| shell-interface.md | ||
| source-build-guide.md | ||
| static-build-guide.md | ||
| vision.md | ||
README.md
NIP Documentation
Welcome to the NIP documentation! This guide will help you find what you need.
New to NIP?
Start here:
- Getting Started Guide - Complete introduction with examples
- Quick Reference - Command cheat sheet
- Bootstrap Overview - Understanding automatic build tool management
User Guides
Package Management
- Getting Started - Installation and basic usage
- Source Build Guide - Building packages from source
- Arch Linux Guide - Hybrid package management on Arch
- Gentoo + Nix Guide - Using Nix packages on Gentoo
Bootstrap System
- Bootstrap Overview - What is the bootstrap system?
- Bootstrap Guide - Detailed usage and commands
- Bootstrap Detection Flow - How automatic detection works
- Container Builds - Docker/Podman integration
- Binary Cache - Local caching system
- Remote Cache - Team collaboration with remote cache
- Automatic Updates - Self-updating system
Build System
- Build Flow - Understanding the build process
- Build Configuration - Configuring builds
- Build Examples - Common build scenarios
- Build Troubleshooting - Solving build issues
Advanced Topics
- Architecture - System architecture overview
- Security Features - Security and verification
- Remote CLI Guide - Remote package management
Developer Guides
Bootstrap System
- Bootstrap API - API reference for developers
- Recipe Authoring - Creating bootstrap recipes
- Build Binaries - Building standalone binaries
Build System
- Build System Help - Build system internals
- Types Reference - Core type definitions
Package Format
- Formats and Concepts - Package formats
- Remote Repository Specification - Repository format
Reference
Command Line
- Enhanced CLI Interface - CLI design
- JSON Output - Machine-readable output
- Shell Interface - Interactive shell
Configuration
- Build Configuration - Build settings
- Schemas - See
docs/schemas/directory
Security
- Security Features - Overview
- Security and Verification - Detailed system
- Hash Algorithm Migration - Blake2b to Blake3
Quick Navigation
I want to...
Install a package → Getting Started Guide
Build from source → Source Build Guide
Understand automatic bootstrap → Bootstrap Overview
Use NIP on Arch Linux → Arch Linux Guide
Build in containers → Getting Started Guide
Manage build tools → Bootstrap Guide
Troubleshoot builds → Build Troubleshooting
Create custom recipes → Recipe Authoring Guide
Understand the API → Bootstrap API
Documentation Structure
docs/
├── README.md # This file
├── getting-started.md # Start here!
│
├── User Guides/
│ ├── bootstrap-overview.md # Bootstrap system overview
│ ├── bootstrap-guide.md # Bootstrap usage
│ ├── bootstrap-detection-flow.md # Detection logic
│ ├── source-build-guide.md # Source building
│ ├── arch-linux-guide.md # Arch Linux workflow
│ ├── build-flow.md # Build process
│ ├── build-configuration.md # Build config
│ ├── build-examples.md # Build examples
│ └── build-troubleshooting.md # Troubleshooting
│
├── Developer Guides/
│ ├── bootstrap-api.md # Bootstrap API
│ ├── architecture.md # System architecture
│ ├── build-system-help.md # Build internals
│ └── nimpak_types_reference.md # Type reference
│
├── Reference/
│ ├── enhanced-cli-interface.md # CLI reference
│ ├── json-output.md # JSON format
│ ├── security-features.md # Security
│ └── formats_and_concepts.md # Package formats
│
└── schemas/ # JSON schemas
Contributing to Documentation
Found an issue or want to improve the docs?
- Documentation lives in
nip/docs/ - Use Markdown format
- Follow existing structure and style
- Test all code examples
- Update this index when adding new docs
Getting Help
- Issues: https://git.maiwald.work/Nexus/NexusToolKit/issues
- Wiki: https://git.maiwald.work/Nexus/NexusToolKit/wiki
- Repository: https://git.maiwald.work/Nexus/NexusToolKit
Documentation Status
| Document | Status | Last Updated |
|---|---|---|
| Getting Started | ✅ Complete | 2025-11 |
| Bootstrap Overview | ✅ Complete | 2025-11 |
| Bootstrap Guide | ✅ Complete | 2025-11 |
| Bootstrap Detection Flow | ✅ Complete | 2025-11 |
| Bootstrap API | ✅ Complete | 2025-11 |
| Source Build Guide | ✅ Complete | 2025-11 |
| Arch Linux Guide | ✅ Complete | 2025-11 |
| Gentoo + Nix Guide | ✅ Complete | 2025-11 |
| Build Flow | ✅ Complete | 2025-11 |
| Container Builds | ✅ Complete | 2025-11 |
| Binary Cache | ✅ Complete | 2025-11 |
| Remote Cache | ✅ Complete | 2025-11 |
| Automatic Updates | ✅ Complete | 2025-11 |
| Recipe Authoring | ✅ Complete | 2025-11 |
| Build Binaries | ✅ Complete | 2025-11 |
Summary
The documentation is organized to help you:
- Get started quickly - Follow the getting started guide
- Learn by doing - Practical examples throughout
- Understand deeply - Detailed explanations when needed
- Reference easily - Quick lookup for specific topics
Start with Getting Started and explore from there!