# fubark/cyber

Fast and concurrent scripting.

Repository: https://github.com/fubark/cyber
Canonical: https://ross.abutalabs.com/products/cyber
Homepage: https://cyberscript.dev
Language: Zig
License: MIT
License Family: permissive
Topics: apps, scripting, web, wasm, embedded, gamedev, virtual-machine
Last push: 2025-12-21T12:52:19+00:00

## Health v2 (maintenance only)
Score: 49/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 58, release rhythm 8, longevity 100
- inputs: {"age_days": 1402, "days_push": 255, "days_rel": 647, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1518, forks 61 (observed 2026-08-28T04:04:57.365984+00:00)

## What it is
Cyber is a fast, memory-safe scripting language with a VM and JIT, supporting dynamic and optional static typing plus concurrency via fibers. It ships as a CLI for running scripts and as libcyber for embedding into applications, games, and web (WASM) targets.

## Use cases
- embed a scripting language into a game engine
- run fast concurrent scripts from the command line
- script desktop applications with an embeddable VM
- run scripts in the browser via WebAssembly
- call C libraries from scripts via FFI
- learn a modern scripting language with fibers

## When to choose
- you need an embeddable, high-performance scripting runtime for apps or games
- you want lightweight concurrency with fibers in a scripting language
- you need cross-platform scripting including WASM targets

## When to avoid
- you need a mature ecosystem with extensive libraries and long-term stability
- your team requires a widely adopted language with broad tooling and hiring pool
- you need guaranteed backward compatibility across versions

## Facets
- artifact type: cli-tool
- maturity: active
- function: programming-language, interpreter, cli, concurrency
- domain: programming-languages, developer-tools, web-development
- platform: windows, wasm, cli, cross-platform
- tags: scripting-language, embeddable-vm, jit, fibers, ffi, zig, game-development, linux, macos

## Member repositories
- fubark/cyber (main) score 49

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:57.365984+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:32:01.442023+00:00, confidence not recorded.
  - readme: https://github.com/fubark/cyber (fetched 2026-08-28T04:04:57.365984+00:00, sha b5119fbcd30e)
  - homepage: https://cyberscript.dev (fetched 2026-08-29T11:35:13.865019+00:00, sha c48135528821)
- Data as of 2026-08-30T08:39:29.467469+00:00.
