# Clone the repository
git clone https://github.com/nscoreos/nscoreos.git
cd nscoreos
# Build for x86_64
cargo build --target x86_64-nscoreos
# Build for AArch64
cargo build --target aarch64-nscoreos
# Run tests
cargo test --workspace
# Run in QEMU (x86_64)
./tools/qemu/run_x86_64.sh
# Run in QEMU (AArch64)
./tools/qemu/run_aarch64.sh
Current Status
⚠️ Note: This project is in early development. We are currently working on Milestone M0 (Infrastructure).
NSCoreOS
NSCoreOS - A Modern Operating System with AI-Driven Optimization
A next-generation operating system built from scratch in Rust, featuring high performance, security, and AI-driven self-optimization.
Features • Quick Start • Architecture • Contributing • Documentation
🚀 Overview
NSCoreOS is an ambitious open-source operating system project that aims to combine:
Development Status: Early Development (v0.1.0-alpha planned)
Target Release: Q1 2029 (v1.0.0)
✨ Key Features
Architecture & Performance
Advanced Capabilities
System Features
🏗️ Architecture
NSCoreOS follows a layered architecture:
For detailed architecture documentation, see docs/architecture/SYSTEM_ARCHITECTURE.md.
🎯 Development Roadmap
We follow a milestone-based development approach with incremental releases:
See docs/progress/ROADMAP.md for detailed milestone planning.
🚀 Quick Start
Prerequisites
Building
Current Status
⚠️ Note: This project is in early development. We are currently working on Milestone M0 (Infrastructure).
Currently implemented:
Planned for v0.1.0-alpha1:
📚 Documentation
🤝 Contributing
We welcome contributions! NSCoreOS is an open-source community project.
Ways to Contribute
Getting Started
Code of Conduct
We are committed to providing a welcoming and inclusive environment. Please read our Code of Conduct.
🎓 Learning Resources
If you’re interested in OS development in Rust:
🛠️ Tech Stack
Key Dependencies
📊 Project Status
🗺️ Project Goals
Short-term (3 months)
Mid-term (12 months)
Long-term (36 months)
📜 License
NSCoreOS is dual-licensed under:
You may choose either license for your use.
🙏 Acknowledgments
📮 Contact & Community
Built with ❤️ in Rust
NSCoreOS - A New Generation Operating System
⬆ Back to Top