Main Page: Difference between revisions
From OnixOS
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
= | = OnixOS = | ||
[[File:OnixOS.png|thumb|right|OnixOS Logo]] | |||
'''OnixOS''' is an open-source, Arch Linux-based distribution. It ships with '''O Language''' — a system-level functional programming language developed specifically for OnixOS — and offers a curated set of developer tools. | |||
* [https://sourceforge.net/projects/onixos | __TOC__ | ||
* [https://gitlab.com/onix-os | |||
== About == | |||
OnixOS is built on top of Arch Linux and inherits its rolling-release model and package ecosystem. | |||
{| class="wikitable" | |||
! Property !! Value | |||
|- | |||
| Architecture || x86_64 | |||
|- | |||
| Base || Arch Linux (rolling release) | |||
|- | |||
| Language || O Language (functional, system-level) | |||
|- | |||
| Installer || Calamares (graphical) | |||
|- | |||
| Kernel || linux-onix (custom patched) | |||
|- | |||
| Desktop variants || Core, GNOME, Xfce, IceWM, Security | |||
|- | |||
| License || Open Source | |||
|} | |||
== Getting Started == | |||
=== Download === | |||
ISO images are available on SourceForge and are built automatically by the OnixOS Build System. | |||
* [[Download]] — Latest ISO images | |||
* [https://sourceforge.net/projects/onixos SourceForge Project Page] | |||
=== Installation === | |||
Boot from the downloaded ISO and launch the '''Calamares''' graphical installer. For advanced setups refer to [[Documentation]]. | |||
== Documentation == | |||
* [[OnixOS:Building From Scratch]] — Full build system guide (repos, ISO, Docker, QEMU) | |||
* [[Documentation]] — General documentation index | |||
* [[O Language]] — O Language reference and tutorials | |||
== Development == | |||
OnixOS is developed openly. Contributions are welcome via the project GitLab repositories. | |||
* Build system: [[OnixOS:Building From Scratch]] | |||
* Package sources: <code>sources/packages/</code> in the build repository | |||
* ISO profiles: <code>sources/profiles/</code> in the build repository | |||
== Sources == | |||
{| class="wikitable" | |||
! Resource !! Link | |||
|- | |||
| Project page || [https://sourceforge.net/projects/onixos SourceForge] | |||
|- | |||
| OnixOS source || [https://gitlab.com/onix-os GitLab - OnixOS] | |||
|- | |||
| O Language source || [https://gitlab.com/olanguage/ GitLab - O Language] | |||
|} | |||
Latest revision as of 11:02, 8 May 2026
OnixOS

OnixOS is an open-source, Arch Linux-based distribution. It ships with O Language — a system-level functional programming language developed specifically for OnixOS — and offers a curated set of developer tools.
About
OnixOS is built on top of Arch Linux and inherits its rolling-release model and package ecosystem.
| Property | Value |
|---|---|
| Architecture | x86_64 |
| Base | Arch Linux (rolling release) |
| Language | O Language (functional, system-level) |
| Installer | Calamares (graphical) |
| Kernel | linux-onix (custom patched) |
| Desktop variants | Core, GNOME, Xfce, IceWM, Security |
| License | Open Source |
Getting Started
Download
ISO images are available on SourceForge and are built automatically by the OnixOS Build System.
- Download — Latest ISO images
- SourceForge Project Page
Installation
Boot from the downloaded ISO and launch the Calamares graphical installer. For advanced setups refer to Documentation.
Documentation
- OnixOS:Building From Scratch — Full build system guide (repos, ISO, Docker, QEMU)
- Documentation — General documentation index
- O Language — O Language reference and tutorials
Development
OnixOS is developed openly. Contributions are welcome via the project GitLab repositories.
- Build system: OnixOS:Building From Scratch
- Package sources:
sources/packages/in the build repository - ISO profiles:
sources/profiles/in the build repository
Sources
| Resource | Link |
|---|---|
| Project page | SourceForge |
| OnixOS source | GitLab - OnixOS |
| O Language source | GitLab - O Language |
