Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claudimon

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:

How far can AI go when tasked with building something as low-level, complex, and unforgiving as an OS kernel?

Note

The experiment has ended. No more changes to the Claudimon Kernel will be made.


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'.


Installation

For Debian/Ubuntu;

sudo apt install nasm gcc grub-pc-bin grub-common xorriso qemu-system-x86

For Fedora;

sudo dnf install nasm gcc grub2-tools xorriso qemu-system-x86

For Arch;

sudo pacman -S nasm gcc binutils grub xorriso qemu

Then run make, then once it completes, run make run and enjoy!
More information available at the official website, (recommended to visit first)

About

Experimental kernel-from-scratch project exploring how far Claude can go in systems programming.

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages