Download: Difference between revisions

From OnixOS
No edit summary
No edit summary
Line 29: Line 29:
To use it in a new project;
To use it in a new project;


  vagrant init olproject/onixos --box-version 2.0
  vagrant init olproject/onixos --box-version 3.0


To use it in the Vagrantfile file;
To use it in the Vagrantfile file;
Line 35: Line 35:
  Vagrant.configure("2") do |config|
  Vagrant.configure("2") do |config|
     config.vm.box = "olproject/onixos"
     config.vm.box = "olproject/onixos"
     config.vm.box_version = "2.0"
     config.vm.box_version = "3.0"
     config.ssh.username = "vagrant"
     config.ssh.username = "vagrant"
     config.ssh.password = "vagrant"
     config.ssh.password = "vagrant"

Revision as of 07:43, 3 June 2026

OnixOS is a public and open source operating system. It is an operating system with “O Language” support for developers and users. You have many options to download the latest version.

Download OnixOS

ISO (x86_64)

We will give you a few ISO links for Daily and Stable Updates. You can download anything you want from these links.

Docker

You can use the following links to develop a project on OnixOS on Docker or to work on a Docker version.

docker pull olproject/onixos
docker run -it olproject/onixos /bin/bash
docker pull olproject/olang
docker run -t olproject/olang olang <olang file>

You can start working on docker using the command above.

Vagrant

To use the OnixOS operating system on Vagrant and make improvements, you can use the following commands or links.

To use it in a new project;

vagrant init olproject/onixos --box-version 3.0

To use it in the Vagrantfile file;

Vagrant.configure("2") do |config|
   config.vm.box = "olproject/onixos"
   config.vm.box_version = "3.0"
   config.ssh.username = "vagrant"
   config.ssh.password = "vagrant"
   config.ssh.insert_key = false
end

Arch Linux Mirrors

You can install packages in repositories on your own Arch Linux-based system using Arch Linux repositories.

The pacman we mentioned at the bottom.you can use the conf and mirrorlist files under /etc/.

[onix-base]
SigLevel = Never
Server = http://repo.onix-project.com/base/
[onix-aur]
SigLevel = Never
Server = http://repo.onix-project.com/aur/