Rust Sandbox

Open-source Rust projects categorized as Sandbox

Top 7 Rust Sandbox Projects

  • firecracker

    Secure and fast microVMs for serverless computing.

    Project mention: I'm Funding Ladybird Because I Can't Fund Firefox | news.ycombinator.com | 2024-07-07

    What he said is true, AWS uses Rust heavily in some of AWS core systems https://aws.amazon.com/blogs/devops/why-aws-is-the-best-plac....

    Some of the open source projects you can find are AWS Firecracker https://github.com/firecracker-microvm/firecracker and Cloudflare Pingora https://github.com/cloudflare/pingora

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • wasmtime

    A fast and secure runtime for WebAssembly

    Project mention: Ask HN: Fast data structures for disjoint intervals? | news.ycombinator.com | 2024-07-23

    Since you're using Rust, the Cranelift JIT compiler implements something like this[0] to construct an e-graph for its expression rewriting subsystem called ISLE, however if I'm not mistaken it is for disjoint sets (not intervals), and therefore it does not deal with ordering.

    Maybe you can adapt it for your use case and add those new constraints in?

    Keep in mind though that this was not written to be in the hot-path itself, you could probably do significantly better by pouring your soul into some SIMD adventure (though SIMD in Rust is usually very annoying to write)

    Best of luck, hope this helps!

    [0] https://github.com/bytecodealliance/wasmtime/blob/7dcb9bd6ea...

  • kuasar

    A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.

    Project mention: My VM is lighter (and safer) than your container | news.ycombinator.com | 2024-05-14
  • birdcage

    Cross-platform embeddable sandboxing

    Project mention: Ledger's NPM account has been hacked | news.ycombinator.com | 2023-12-14

    Co-funder @ Phylum here (https://phylum.io) We have been actively scanning dependencies across npm (and PyPI, RubyGems, Crates.io, etc.) for nearly three years now; quite successfully, I might add (https://blog.phylum.io/tag/research/). We _automatically_ hit on this package when it was published, and our research team has been all over it.

    A collective of us are active in Discord (https://discord.gg/Fe6pr5eW6p), continuing to hunt attacks like these. If that's something that interests you, we'd love to have you!

    In addition to this, we've released several open source tools to help protect against supply chain attacks:

    1. https://github.com/phylum-dev/birdcage - Birdcage is a cross-platform embeddable sandbox that's been baked into our CLI (which wraps npm, pypi, etc.) to sandbox package installations

    2. https://github.com/phylum-dev/cli - Our CLI provides an extension capability so you can lock down random executables you might use during your software development (define _what_ it's allowed to do, e.g. network access, and then lock it down with Birdcage)

    We also have a variety of integrations, including Github, Gitlab, BitBucket, CircleCI, Tines, Sophos, etc.

    https://docs.phylum.io/docs/integrations_overview

    It's unfortunate that software dependency attacks continue to plague open source registries. It seems unlikely this will let up in the near future. We are continuing to work closely with the open source ecosystems to try and get these sorts of packages removed when they pop up.

  • sandkasten

    Run untrusted code in an isolated environment

  • sandbox

    ⏳ A Command-Line Sandbox Tester for Different Environments (by the-sandbox-project)

  • rusty-city

    Sand simulation game

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Sandbox discussion

Log in or Post with

Rust Sandbox related posts

  • wasmtime VS lambda-mountain - a user suggested alternative

    2 projects | 10 Jun 2024
  • My VM is lighter (and safer) than your container

    12 projects | news.ycombinator.com | 14 May 2024
  • Lambda Internals: Why AWS Lambda Will Not Help With Machine Learning

    1 project | dev.to | 25 Apr 2024
  • MotorOS: a Rust-first operating system for x64 VMs

    7 projects | news.ycombinator.com | 7 Jan 2024
  • Maestro: A Linux-compatible kernel in Rust

    7 projects | news.ycombinator.com | 3 Jan 2024
  • Lightweight Containers With Docker and WebAssembly

    1 project | dev.to | 18 Dec 2023
  • Virtual Machine as a Core Android Primitive

    2 projects | news.ycombinator.com | 5 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Sep 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Sandbox projects in Rust? This list will help you:

Project Stars
1 firecracker 25,035
2 wasmtime 15,085
3 kuasar 1,240
4 birdcage 175
5 sandkasten 31
6 sandbox 6
7 rusty-city 1

Sponsored
Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com