Official documentation for NurOS Linux distribution.
- English (current file)
- ะ ัััะบะธะน (Russian)
- าะฐะทะฐาัะฐ (Kazakh)
This repository contains comprehensive documentation for NurOS, an independent Linux distribution. The documentation covers all major components of the system:
- APG Package System - Advanced Package format and ecosystem
- Tulpar - Package manager and libapg library
- Tulpar Server - Package repository server
- AetherDE - Desktop environment
- System Utilities - Essential tools like switch
- Installation Guides - System installation and porting
- Node.js >= 18.0
- npm or yarn
# Clone the repository git clone https://github.com/NurOS-Linux/docs.git cd docs # Install dependencies npm install # Start development server npm start
The documentation site will open at http://localhost:3000.
# Build static site npm run build # Serve built site npm run serve
docs/
โโโ docs/ # Documentation files
โ โโโ apg/ # APG package system
โ โโโ aether/ # AetherDE desktop environment
โ โโโ utils/ # System utilities
โ โโโ installing/# Installation guides
โโโ blog/ # Blog posts
โโโ src/ # Custom components
โโโ static/ # Static assets
- Framework: Docusaurus 3.x
- Language: JavaScript, Markdown
- Deployment: GitHub Pages / Vercel
We welcome contributions! To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature/improvement) - Make your changes
- Commit with descriptive messages (
git commit -m 'Add: feature description') - Push to your fork (
git push origin feature/improvement) - Open a Pull Request
- Use clear, concise language
- Follow the existing structure
- Test local build before submitting
- Include code examples where appropriate
- Documentation Content: Licensed under CC BY-SA 4.0
- Code Examples: Licensed under CC0
- NurOS Components: Various licenses (see individual projects)
- NurOS Website: https://nuros.org
- GitHub Organization: https://github.com/NurOS-Linux
- Issue Tracker: https://github.com/NurOS-Linux/docs/issues
- Discussions: https://github.com/NurOS-Linux/docs/discussions
- Discord: Join our server
- Telegram: @nuros_linux
- Matrix: #nuros:matrix.org
- Email: contact@nuros.org
- GitHub Issues: For documentation bugs and improvements
Copyright ยฉ 2025 NurOS Project