Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:29
· 17 commits to main since this release
871057c

What's Changed

  • feat: Phase 1 最小内核 + Chromium 驱动 by @jamiesun in #1
  • feat(p2): 安全与状态子系统 + 最小 Web Console by @jamiesun in #2
  • chore(deps): bump esbuild, @sveltejs/vite-plugin-svelte, @vitest/coverage-v8, vite and vitest in /console by @dependabot[bot] in #4
  • docs: 安全测试与文档措辞防御者视角规范化 by @jamiesun in #5
  • feat(p3): OS semantics — suspend/resume, snapshot/restore, quotas, workflows, bus backpressure by @jamiesun in #6
  • feat(p4): Console 完整版 + MCP — 人工接管、回放导出、scootlens-mcp 投影 by @jamiesun in #7
  • ci(release): 发布工作流 + embed-console 单文件分发(brew / apt) by @jamiesun in #8
  • ci(release): tap 发布改用 org secret SCOOTSHIP_RELEASE_TOKEN by @jamiesun in #9

New Contributors

Full Changelog: https://github.com/scootship/scootlens/commits/v0.1.0


Install

macOS / Linux (Homebrew):

brew install scootship/tap/scootlens

Debian/Ubuntu (apt, amd64/arm64/armhf):

curl -fsSL https://scootship.github.io/apt-tap/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/scootship-apt-tap.gpg
echo "deb [signed-by=/usr/share/keyrings/scootship-apt-tap.gpg] https://scootship.github.io/apt-tap stable main" | sudo tee /etc/apt/sources.list.d/scootship-apt-tap.list
sudo apt update
sudo apt install scootlens

Manual download: each scootlens-<tag>-<platform>.tar.gz asset below ships all
three binaries — scootlensd (kernel daemon, Web Console embedded and served
at /), scootctl (CLI client), scootlens-mcp (MCP projection). Verify with
the matching .sha256 file, then:

tar -xzf scootlens-<tag>-<platform>.tar.gz
./scootlens/scootlensd --engine mock

Linux binaries are statically linked (musl); no runtime dependencies. The
chromium engine attaches to a locally installed Chromium/Chrome
(SCOOTLENS_CHROMIUM_BIN overrides discovery).