Main Page: Difference between revisions

From OnixOS
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Welcome to The OnixOS Main Page.'''
= OnixOS =
[[File:OnixOS.png|thumb]]
OnixOS Arch is a Linux-based and open source distribution. It comes with its own system-based functional programming language (O Language). It offers some customized tools for developers.


* [[Download]]
[[File:OnixOS.png|thumb|right|OnixOS Logo]]
* [[Documentation]]
 
* [[O Language]]
'''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.
 
__TOC__
 
== 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 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.

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.

Installation

Boot from the downloaded ISO and launch the Calamares graphical installer. For advanced setups refer to Documentation.

Documentation

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