Skip to content

Ryxon is a lightweight programming language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.

Notifications You must be signed in to change notification settings

x4raynixx/Ryxon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💪 Usage:

Step 1: Create a .rx file

Step 2: Write some code

Step 3: Run it and have fun!


🙂 Performance

~1.1/Mb RAM Usage

0% CPU Usage

Scripts take up to max. 1MB


💻 Installation:

Windows:

Step 1: Run the command below in CMD to install!

curl -L https://raw.githubusercontent.com/x4raynixx/Ryxon/master/install/install.cmd -o install.cmd && install.cmd

Linux, MacOS, Termux, Raspberry Pi

Step 1: Run the command bellow in a shell!

curl -fsSL https://raw.githubusercontent.com/x4raynixx/Ryxon/master/install/install.sh | bash


🛠️ Build it yourself

Requirements:

llvm-mingw-20250528-ucrt-x86_64 in tools folder

gcc installed on your system and maybe some other stuff

Run the following command in your terminal:

git clone https://github.com/x4raynixx/Ryxon.git
cd Ryxon

Build for windows:

./build.bat

Build for Linux:

./build.sh

About

Ryxon is a lightweight programming language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published