Highlightos
🌄 x86_64 OS (kernel) made from scratch in Rust & Assembly
Install / Use
/learn @koibtw/HighlightosREADME
HighlightOS
<!-- logo instead of name -->x86_64 OS (kernel) made completely from scratch in Assembly & Rust
Table of contents
<!-- showcase --> <!-- features --> <!-- List of commands and features will be available soon. --> <!-- installation & docs -->Build from source on Linux
Main Kernel
Requirements:
- Git version control system
- Rust toolchain
Steps:
- Make sure
rustupis installed:
rustup --version
- Create a local clone of the repository:
git clone git@github.com:adamperkowski/highlightos.git && cd highlightos
cdinto thekernel/directory:
cd kernel
- Build the bootable binary:
cargo bootimage --release
This command will create the
target/target/releasedirectory in which you'll find thebootimage-hlkernel.binbinary file.
HighlightOS ASM
Requirements:
Steps:
- Create a local clone of the repository:
git clone git@github.com:adamperkowski/highlightos.git && cd highlightos
cdinto theasm/directory:
cd asm
- Compile the bootable binary:
nasm -f bin boot.asm -o boot.bin
This command will generate & place the
boot.binfile inside of the current directory.
Run in QEMU on Linux
Requirements:
- QEMU (full package)
- A bootable binary of HighlightOS. You can download one from releases or you can build it yourself.
Steps:
cdinto directory that contains the binary.- Run the following command:
qemu-system-x86_64 -drive format=raw,file=<your_binary_filename>.bin
[!IMPORTANT] Replace
<your_binary_filename>with the actual name of the binary you have downloaded/built.
Run on real hardware
You can also flash the binary image onto a USB stick and boot it on a real machine.
You can flash it by running the following command:
dd if=<your_binary_filename>.bin of=/dev/sdX && sync
[!IMPORTANT] Make sure to replace
<your_binary_filename>.binwith your downloaded/compiled binary name and make sure to replace/dev/sdXwith your USB's actual partition number. Any data on it will be lost!
<!-- contributing -->[!NOTE] You can choose the device to boot off of from your BIOS boot menu (accessible by pressing <kbd>F8</kbd> or <kbd>F12</kbd>).
<ins>Double-check that your motherboard is capable of booting legacy media(s)</ins>, as HighlightOS is not UEFI-compatible yet.
Appendix
Development status
https://github.com/user-attachments/assets/663e8477-4275-411b-a39a-c12e54096ad8
Additional info
Did you know we have a IRC channel? It's #highlightos on libera.chat.
List of built-in commands and features is available here.<br> To gain further information on HighlightOS, we invite you to visit the wiki.
Using precompiled binaries from the code section of the repo is not recommended.
Contributors
HUGE thanks to everyone contributing:
<a href="https://github.com/adamperkowski/highlightos/graphs/contributors"> <img src="https://raw.githubusercontent.com/adamperkowski/highlightos/gh-pages/CONTRIBUTORS.svg"/> </a>Credits
Some parts of the code are inspired by blog_os. Great project!
Copyright
Copyright © 2025 Adam Perkowski
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Related Skills
himalaya
341.2kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
coding-agent
341.2kDelegate coding tasks to Codex, Claude Code, or Pi agents via background process
