derivelinux/derive
6
31
Fork
You've already forked derive
10
the operating situation https://derivelinux.org
  • Shell 99.7%
  • SystemVerilog 0.3%
2026年05月30日 16:50:05 +02:00
config bearssl and such 2026年03月23日 19:39:41 +00:00
overlay make_ext4fs 2026年03月28日 12:39:34 +00:00
ports literally unusable. 2026年05月30日 08:25:35 +02:00
.gitignore various cleanup, /etc/profile stuff, userns in kernel 2025年12月29日 22:41:11 +00:00
bs-dtr bearssl and such 2026年03月23日 19:39:41 +00:00
bs-spc renovate 2026年02月26日 21:11:43 +00:00
build-iso.sh uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
build-kernel.sh uefi things, config changes, libunwind fix, modules fix, various other fixes 2026年03月16日 19:28:35 +00:00
build.sh make_ext4fs 2026年03月28日 12:39:34 +00:00
pkglist make_ext4fs 2026年03月28日 12:39:34 +00:00
README.md Update README.md 2026年05月06日 17:23:04 +02:00

dérive

a simple, independent, statically linked x86_64 linux distribution built from scratch.

dérive is a work in progress, install at your own risk. contributions appreciated.

read more on our website at derivelinux.org.

come chat irc.ergo.chat #derive

building

dérive is not fun to build. we reccomend you download an ISO from our website instead. if you want too anyway:

requires:

  • linux host
  • wget, tar, gzip, xz
  • cc, make, binutils
  • git

you will need various other build dependencies too. i will try and compile a proper list later

build commands:

./build.sh

clean ur builds:

./build.sh --clean # remove outputs, keep src/ cache
./build.sh --halfclean # same as make clean, but keeps llvm so you dont have to go through that again
./build.sh --distclean # remove everything including downloads
./build.sh --kernelclean # remove kernel

after a build, you will get a tarball and iso in out/ ; the login is 'root' password 'derive'

license

dérive is free an unencumbered software released into the public domain. anyone is free to do anything they want with it.

if, due to copyright laws in your reigon, or other factors, you need to obtain dérive under a specific copyright license, you are free to take it under the terms of the ISC license as well.

software distributed with derive fall under the terms of their respective licenses.