Main Page: Difference between revisions

From OnixOS
No edit summary
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
= OnixOS =


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
[[File:OnixOS.png|thumb|right|OnixOS Logo]]


== Getting started ==
'''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://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
__TOC__
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
== About ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
 
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