Skip to content
vic

fubark/cyber

Fast and concurrent scripting.

fubark/cyber.json
{
"createdAt": "2022-10-31T20:15:21Z",
"defaultBranch": "master",
"description": "Fast and concurrent scripting.",
"fullName": "fubark/cyber",
"homepage": "https://cyberscript.dev",
"language": "Zig",
"name": "cyber",
"pushedAt": "2025-11-22T01:29:41Z",
"stargazersCount": 1364,
"topics": [
"apps",
"embedded",
"gamedev",
"scripting",
"virtual-machine",
"wasm",
"web"
],
"updatedAt": "2025-11-22T01:29:45Z",
"url": "https://github.com/fubark/cyber"
}

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.

  • Linux x64 (Ubuntu, Fedora, Arch)
  • macOS x64
  • macOS arm64
  • Windows x64
  • WASM Web
  • WASM WASI
  • Install using the command prompt (Linux, macOS)
Terminal window
# 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