SC LABS / OPEN-SOURCE PROOF OF CONCEPT / ALPHA.2

SC NODE — SC LABS open-source runtime proof of concept

The runtime proof
that came before ARKTOR Core.

SC NODE remains the public Rust proof of concept that controlled routing, tools, permissions and audit can coexist with near-direct model performance. It marks where that direction became real in public code and still stands on its own as an open-source reference.

Version 0.1.0-alpha.2 is verified on Windows and Linux. Ollama and NVIDIA NIM are live-tested; OpenRouter catalog and schema handling are verified, with authenticated completion still pending. SC Node is not the current ARKTOR runtime: it is the public proof that preceded the newer, smaller ARKTOR Core foundation.

  • Your data is yours
  • No SC LABS tracking
  • Windows + Linux verified
  • Near-direct performance
  • Fail-closed controls
SC-AGENT / EXECUTION PIPELINELOCAL ROUTE READY
01
Resolve the routeExplicit override → matching rule → fallback → enabled local provider
DETERMINISTIC
02
Run the model loopPrompt → model response → tool call → tool result → next round
BOUNDED
03
Gate every toolAllow, ask or deny before file or shell I/O begins
FAIL CLOSED
04
Retain evidenceAudit events, policy hashes and verifiable proof bundles
AUDITABLE
01 · PUBLIC PROOFSC NodeOpen-source Rust alpha that proved the controlled-runtime direction in public.
02 · NEWER FOUNDATIONARKTOR CoreA smaller execution foundation shaped by those lessons, with a different product boundary.
03 · PRODUCT FAMILYARKTORThe current operational-AI family: product experiences, device paths and verified workflows.
See ARKTOR →

VERIFIED 5 AUGUST 2026

Alpha.2 is verified across Windows, Linux, public API gates and reproducible benchmarks.

The current main branch is protected by required Windows and Linux CI checks, an external public-API consumer, Rustdoc and package dry-run gates, and published raw benchmark evidence.
2 OSWindows and Linux run separate required CI gates for format, locked check, Clippy, workspace tests, release build and CLI smokerequired merge checks
65/65published benchmark processes completed successfully with no process failures and no stderr-producing measurementsraw evidence included
1.0742 msobserved warm-median difference between direct Ollama and SC Node on the published qwen:latest Windows reference run0.2014% · configuration-specific
APIan external consumer crate verifies the intentional alpha Rust API on Windows and Linux; Rustdoc and package dry-runs are gatedcrates not yet published

WHAT THE PUBLIC ALPHA PROVED

Controlled agent execution in a small public Rust runtime.

SC Node demonstrated the core ideas publicly; the repository contains the full implementation and technical history.
Controlled toolsPermission-gated file and shell actions with workspace boundariesfail closed
Model routesLocal and explicitly enabled cloud providers behind deterministic selectionprovider-neutral
EvidenceAudit records and reproducible verification around the tested workflowspublic source

RUN IT YOURSELF

Public source. Reproducible checks.

SC Node requires Rust 1.85 or newer and provides locked build, CI, public-API and benchmark verification paths.
WINDOWS POWERSHELL / QUICK START
git clone https://github.com/SC-LABS-ai/sc-node
cd sc-node
cargo build --release --locked

.\target\release\sc-agent.exe init
.\target\release\sc-agent.exe doctor
.\target\release\sc-agent.exe run "List the Rust files in this workspace"

PUBLIC ALPHA

Useful proof, not a current SC LABS product foundation.

SC Node remains an experimental open-source reference. ARKTOR is the current product direction.

Verified

  • Version 0.1.0-alpha.2
  • Windows and Linux CI gates
  • Controlled tool execution and provider routing
  • Published benchmark evidence

Still experimental

  • macOS remains unverified
  • Some provider and streaming paths remain incomplete
  • Memory integration and additional hardening remain open
  • Rust APIs are still alpha

FAQ

What SC Node is today.

Is SC Node the current ARKTOR runtime?

No. SC Node is the earlier public proof of concept. ARKTOR is the current product direction.

Is SC Node open source?

Yes. Version 0.1.0-alpha.2 is available in the public GitHub repository under the MIT licence.

Is it production ready?

No. It remains an experimental public alpha with verified Windows and Linux evidence.

SC Node logo

CONNECT. ROUTE. EXECUTE.

SC NODE is the public proof that informed the smaller ARKTOR Core foundation.