![Cyber](https://private-user-images.githubusercontent.com/94020660/297188782-f7a568bc-5223-41e3-895b-b102d2715187.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MjYzNDAsIm5iZiI6MTczOTkyNjA0MCwicGF0aCI6Ii85NDAyMDY2MC8yOTcxODg3ODItZjdhNTY4YmMtNTIyMy00MWUzLTg5NWItYjEwMmQyNzE1MTg3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDAwNDcyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRlMWVlNmI4OTM4MjZlNDA5ZWI3ZWEzYzY0ZjVhODljMjJiMjNlMDRiODkxM2Q3N2Y2NWVlZDZkMjM5NTk5N2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WoD0vELhz4B8UJIMSUXx5MqXzJfxy3IAbPlZ0UfMU_E)
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)
# 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
- Install from Downloads.
- Packages
- Arch Linux User Repository (AUR): cyber, cyber(alternative)