Home

Awesome

Latest Build Discord Server

<img alt="Cyber" src="https://github.com/fubark/cyber/assets/94020660/f7a568bc-5223-41e3-895b-b102d2715187" width="50%">

Cyber is a fast, efficient, and concurrent scripting language. You can embed it into your applications, games, or engines on desktop or web. Cyber also comes with a CLI so you can do scripting on your computer.

Supported Platforms

Install

# Install most recent release.
curl -fsSL https://cyberscript.dev/install.sh | bash
# Alternative url.
curl -fsSL https://raw.githubusercontent.com/fubark/cyber/master/install.sh | bash

# Install most recent dev build.
curl -fsSL https://cyberscript.dev/install.sh | bash -s latest