add microsandbox under virtualization - #96
Open
lunrenyi wants to merge 1 commit into
Open
Conversation
- Easy, fast, local microVM runtime for untrusted workloads (Rust, Apache-2.0) - Built on libkrun: Apple Silicon / Linux KVM / Windows WHP, OCI-compatible - Ships msb CLI and multi-language SDKs (Node/Python/Go/Ruby) - Install: eget, curl, cargo, npm, uv, brew, powershell Co-Authored-By: Claude Code <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增
microsandbox(superradcompany/microsandbox)到src/virtualization/。项目概览
msbCLI 与 Node / Python / Go / Ruby SDK收录理由
smolvm.yml同属 microVM runtime(libkrun 系),放在src/virtualization/install 规则
/eget:x eget superradcompany/microsandbox/curl:curl -fsSL https://install.microsandbox.dev | sh/cargo:cargo install microsandbox/npm:npm i -g microsandbox/uv:uv tool install microsandboxdarwin/brew:brew install superradcompany/tap/microsandboxwin/powershell:x pwsh 'irm https://install.microsandbox.dev/windows | iex'备注
binlist: - msb(可执行文件名与 yml 文件名不同)smolvm.yml、bwrap.yml保持一致写法)🤖 Generated with Claude Code