An operating system kernel, written from scratch
Claudimon is an experimental operating system kernel project built from scratch, exploring how far Claude can be used as a primary tool for systems programming and kernel development.
This project is less about shipping a production kernel and more about answering a question:
Every commit, every file created, except the LICENSE and
README.md, is fully created by Anthropic's AI, Claude, using
Sonnet 4.6 (high). Pronounced /klaud-ih-mon/.
See the Features page for everything built so far, or jump straight to the command reference.
| 1. Install tools | nasm, gcc, GRUB's rescue tool, and qemu. See the Build page for exact package names per distribution. |
| 2. Build it | make inside the project directory builds the ISO and a virtual disk image. |
| 3. Run it | make run boots Claudimon in QEMU. |