ArkScript standard library [](https://img.shields.io/github/v/release/arkscript-lang/ark?style=for-the-badge&include_prereleases)
December 13, 2025 ยท View on GitHub
Online documentation
Complete documentation is available online at arkscript-lang.dev.
Generate documentation offline
You can also generate yourself by using our documentation generator, ArkDoc:
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python -m arkdoc <version> . --html out
cd out && python -m http.server
Then, open your browser to go to http://localhost:8000/.