Skip to content

fubark/cyber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a2298d · Dec 10, 2024
Dec 10, 2024
Dec 10, 2024
Aug 27, 2024
Sep 2, 2024
Jul 29, 2024
Nov 24, 2024
Sep 2, 2024
Apr 8, 2023
Jan 12, 2024
Oct 31, 2022
Apr 8, 2024
Jul 22, 2024
Apr 8, 2024

Repository files navigation

Latest Build Discord Server

Cyber

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

  • Linux x64 (Ubuntu, Fedora, Arch)
  • macOS x64
  • macOS arm64
  • Windows x64
  • WASM Web
  • WASM WASI

Install

  • Install using the command prompt (Linux, macOS)
# 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