Skip to content

zer0condition/ne-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

545 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍯 The NeSystem

License GitHub Repo stars

About:

An OS that aims to provide an alternative for backend systems. (Edge Computing, Storage Systems, etc.) made to be easily deployable and forkable as well.

Getting Started:

Building:

You will need:

  • nebuild, the in-house build system.
  • MinGW or Clang, depending on the HAL/target ISA.
  • CoreUtils, for the core compiler utilities.

Please follow the the tutorials in /src/reference to get started.

Quick Install:

curl -fsSL http://install.nekernel.org | sh

Full installation:

Please clone the repository using Git:

git clone --recurse-submodules -j8 git@github.com:ne-foss-org/ne_system.git

And have a look at the wiki, docs, and primers. They have valuable resources to get started.

Read the primers!

The primers are available at:

Design Rationale:

There is three main reasons for this repository's existence:

  • Hold the system in a single repository.
  • Easier path resolutions based on a virtual root path, i.e (../kernel -> /src/kernel)
  • Easier cycles and vetting for Ne.org releases.

The Package Registry:

We have a package registry for the NeSystem: https://github.com/ne-ci-org/ports package porting happens here.

Community:

We have a discord, join us! https://discord.gg/uD76Qweght

Copyright 2025-2026, Amlal El Mahrouss & Ne.org Authors, licensed under Apache 2.0.

About

🍯 An OS that aims to provide an alternative for backend systems. (Edge Computing, Storage Systems, etc.)

Resources

License

Code of conduct

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 44.0%
  • C++ 25.8%
  • Perl 12.1%
  • Python 11.8%
  • Shell 6.3%