algoria-runner
v1.0.2
Published
A tiny execution layer used by the Algoria app.
Downloads
10
Readme
Algoria Runner
A tiny execution layer used by the Algoria app for safe user code execution. The user code is
intended to be a solution for challenges from the algoria-challenges workspace.
Solutions are compiled, executed and measured against an expected output in a secure environment.
Status: experimental – the public API will change.
Why another runner?
Existing solutions (Jest, Vitest, Mocha, …) are feature-rich but heavy, and none were
built for untrusted code.
Algoria Runner focuses on:
- 🔐 Security first – secure execution environment
- ⚡ Performance – lightweight test harness
- 🧩 Language agnostic – pluggable strategies allow future support for Python, and other languages.
Licensing
Released under Creative Commons BY-NC-SA 4.0.
Commercial use is not permitted without the author’s explicit consent.
