Skip to content

Rnix Tutorials

This section contains three hands-on tutorials to help you master Rnix's core development skills from scratch.

Before starting the tutorials, we recommend completing the Quick Start Guide to ensure Rnix is properly installed. For conceptual explanations, refer to the Core Concepts documentation. For precise API signatures and field definitions, refer to the Reference Manual.


Tutorial List

#TutorialTarget AudienceEstimated Time
1Writing Your First SkillDevelopers new to Rnix~20 min
2Debugging Your First BugDevelopers who completed Tutorial 1~15 min
3Composing a Multi-Agent WorkflowDevelopers who completed Tutorial 1~25 min

Beginners: Tutorial 1 → Tutorial 2 → Tutorial 3 (complete them in order)

Experienced developers: Feel free to jump straight to Tutorial 3 to learn multi-agent orchestration, and refer back to Tutorial 1 if you encounter unfamiliar concepts.


  • Core Concepts — Mental models for processes, VFS, skills, and syscalls
  • Quick Start — Install and run Rnix in 15 minutes
  • Reference Manual — Complete technical reference for syscalls, VFS, CLI, and IPC

Released under the MIT License.