Skip to content

ne-foss/src

Repository files navigation

LICENSE GitHub Repo Stars

Getting Started

Please follow the instructions below to get 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 /private/src/refs to get started.

Quick Install

Note

On Windows, you will need to use the setup link at: curl -fsSL http://setup.nekernel.org.

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

Primers

The primers are available at:

Designed to be make onboarding easier.

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 (../krnl -> /private/src/krnl)
  • Easier cycles and vetting for Ne.app releases.

Packaging

We plan to host a package registry for NeSystem and ANT. More information soon.

Community

Ne.app has a community discord for contributors and announcements.

Copyright 2022-2026, Amlal El Mahrouss. Licensed under Apache 2.0.