Git Product home page Git Product logo

boxer's Introduction

Boxer

Mia St John

This project is experimental and under rapid development. Not yet for production use (but will be soon) - use at own risk

Boxer

Overview

Boxer is an open-source project designed to reimagine cloud computing by transitioning from traditional container technology to WebAssembly (Wasm) based distributions, known as "Boxes" or "Wasm-Boxes".

Motivation

While containers have been a cornerstone of cloud computing, providing isolated environments for applications, they come with significant drawbacks. They often result in larger, less efficient deployments with slower startup times and rely heavily on the underlying operating system/kernel for security, which can introduce vulnerabilities and platform lock-in.

Solution: Boxer

Boxer offers a new solution by providing tooling for converting existing containerized workloads and definitions into near-universally deployable Wasm distributions. These "Boxes" offer environments comparable to those provided by containers but are vastly more efficient thanks to the lightweight, sandboxed execution capabilities of WebAssembly.

Container and Box

Key Advantages of WebAssembly:

  • Reduced Overhead: Wasm's compact binary instruction format ensures lightweight execution, drastically cutting down the overhead seen in traditional containers.
  • Enhanced Performance: The efficiency of Wasm leads to improved performance and smaller, more efficient deployments, perfectly suited for cloud computing.
  • Superior Security: Wasm's memory-safe, isolated execution environment provides a higher level of security, independent of the operating system.
  • Run (almost) Everywhere Wasm can run a anywhere there is a WebAssembly runtime, including browsers, servers, and embedded devices; existing runtimes are available on for a wide variety of architectures.

Example

Dockerfile ➡ (Wasm)Box

For for this file:

FROM ubuntu:latest
RUN mkdir -p /app
COPY a.out /app
WORKDIR /app
CMD ["/app/a.out"]

run box build -f Dockerfile

This will bring in libc interaces (as imports) and create the necessary FS state, thus declaritivey creating a ready-to-run Wasm binary.

boxer's People

Contributors

dphilla avatar

Stargazers

Simón Flórez Silva avatar Luis Martínez avatar Andres Araujo avatar Sadriicaa avatar Kevin Hernández avatar Maria Camila Gomez R avatar Sebastian Rojo avatar Dan Woodson avatar Noah Durbin avatar  avatar Robert Sköld avatar Nat Lownes avatar Tim Kersey avatar Jeff Lindsay avatar Nathan Flurry avatar Sean Isom avatar Gabriel Leopoldo Ferreira avatar Vincent avatar Shivay Lamba avatar Junior Tada avatar Leo Englert avatar Diogo Beda avatar Pedro Aniceto avatar Marina Rozas avatar Henrique Ricardo Figueira avatar Rafael Rezende Costa  avatar Justin Bennett avatar Akshit Garg avatar Socheat Sok avatar Nick Hehr avatar Patrick Smith avatar Paul Butler avatar Chris Mendoza avatar Eugene Tolbakov avatar Philippe Charrière avatar Ankesh Bharti avatar Pranav Peshwe avatar  avatar  avatar Christian Korneck avatar Shivansh Vij avatar Andrew Chou avatar Panayiotis Tzagkarakis avatar  avatar Shawn avatar

Watchers

Robert Sköld avatar Brad Jones avatar Panayiotis Tzagkarakis avatar Dan Woodson avatar Philippe Charrière avatar M. Bellucci avatar Kevin Hernández avatar  avatar  avatar

Forkers

ptzagk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.