Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
62 lines (57 loc) · 1.6 KB

File metadata and controls

62 lines (57 loc) · 1.6 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Runtime registry
#
# Each entry pins the stable version of a runtime that the Spawnfile
# compiler currently targets or is researching.
#
# Fields:
# remote Git clone URL
# ref Pinned git ref — should be the latest stable tag
# default_branch The repo's main branch (for fetch)
# install Pinned install strategy for the verified runtime version
# status active (has adapter) | exploratory (research only)
#
# Run ./scripts/runtimes.sh to clone or update all entries to their
# pinned refs.
runtimes:
openclaw:
remote: git@github.com:openclaw/openclaw.git
ref: v2026.3.13-1
default_branch: main
install:
kind: npm
package: openclaw
version: 2026.3.13
status: active
picoclaw:
remote: git@github.com:sipeed/picoclaw.git
ref: v0.2.5
default_branch: main
install:
kind: github_release_archive
repository: sipeed/picoclaw
tag: v0.2.5
binary: picoclaw
assets:
linux_amd64: picoclaw_Linux_x86_64.tar.gz
linux_arm64: picoclaw_Linux_arm64.tar.gz
status: active
tinyclaw:
remote: git@github.com:TinyAGI/tinyclaw.git
ref: v0.0.20
default_branch: main
install:
kind: github_release_bundle
repository: TinyAGI/tinyagi
tag: v0.0.20
asset: tinyagi-bundle.tar.gz
status: active
nullclaw:
remote: git@github.com:nullclaw/nullclaw.git
ref: v2026.3.17
default_branch: main
status: exploratory
zeroclaw:
remote: git@github.com:zeroclaw-labs/zeroclaw.git
ref: v0.5.0
default_branch: master
status: exploratory
Morty Proxy This is a proxified and sanitized view of the page, visit original site.