Showing 276 open source projects for "open-shell"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Trunk

    Trunk

    Build, bundle & ship your Rust WASM application to the web

    Trunk is a modern web application bundler specifically designed for Rust and WebAssembly projects, providing a streamlined workflow for building, packaging, and deploying frontend applications. It operates around a minimal-configuration philosophy, using a single HTML entry point to orchestrate the bundling of WebAssembly modules, JavaScript snippets, stylesheets, and other assets. This approach simplifies the build process compared to traditional bundlers by reducing the need for complex...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Diesel

    Diesel

    A safe, extensible ORM and Query Builder for Rust

    Diesel is the most productive way to interact with databases in Rust because of its safe and composable abstractions over queries. We don’t want to waste time tracking down runtime errors. We achieve this by having Diesel eliminate the possibility of incorrect database interactions at compile time. Diesel offers a high level query builder and lets you think about your problems in Rust, not SQL. Our focus on zero-cost abstractions allows Diesel to run your query and load your data even faster...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    graphql_client

    graphql_client

    Typed, correct GraphQL requests and responses in Rust

    A typed GraphQL client library for Rust. Precise types for query variables and responses. Supports GraphQL fragments, objects, unions, inputs, enums, custom scalars and input objects. Works in the browser (WebAssembly). Subscriptions support (serialization-deserialization only at the moment). Copies documentation from the GraphQL schema to the generated Rust code. Arbitrary derives on the generated responses. Arbitrary custom scalars. Supports multiple operations per query document. Supports...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Melody

    Melody

    Melody is a language that compiles to regular expressions

    Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable. All quantifiers can be preceded by lazy to match the least amount of characters rather than the most characters (greedy).
    Downloads: 4 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    redshirt

    redshirt

    Operating system

    Redshirt is an experimental operating system written in Rust that explores new approaches to OS design by emphasizing asynchronous execution, message passing, and modularity. It is built around a microkernel-inspired architecture where components communicate through well-defined interfaces rather than relying on shared state. The system is designed to run on top of WebAssembly, using it as a portable and sandboxed execution layer for processes and services. Redshirt aims to rethink...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Nitro Enclaves Command Line Interface

    Nitro Enclaves Command Line Interface

    Tooling for Nitro Enclave management

    This repository contains a collection of tools and commands used for managing the lifecycle of enclaves. The Nitro CLI needs to be installed on the parent instance, and it can be used to start, manage, and terminate enclaves. The Nitro Enclaves kernel driver is available in the upstream Linux kernel starting with the v5.10 kernel for x86_64 and starting with the v5.16 kernel for arm64. The codebase from the 'drivers/virt/nitro_enclaves' directory in this GitHub repository is similar to the...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    GitButler

    GitButler

    The GitButler version control client, backed by Git

    GitButler is a modern Git-based version control client that pairs a graphical desktop experience with a complementary command-line tool, aiming to make everyday change management easier than traditional Git workflows. It keeps Git compatibility at the core, meaning your work still maps to commits, branches, and pushes to standard Git servers, but it rethinks how you interact with that underlying model. The project is designed around developer productivity, emphasizing smoother workflows for...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    derive(Error)

    derive(Error)

    derive(Error) for struct and enum error types

    This is a Rust crate that provides a convenient derive macro (#[derive(Error)]) for implementing std::error::Error on your custom error types (structs or enums). The goal is to enable library authors to build expressive, typed error types, with readable Display implementations (via #[error("...")] annotations) as well as From conversions (#[from]), source tracking (#[source]), and optionally backtraces. It is designed so that switching from handwritten error implementation to using this...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    RustPython

    RustPython

    A Python Interpreter written in Rust

    RustPython is an implementation of the Python programming language written in Rust. Its goal is to provide a fast, embeddable, and secure interpreter that can be integrated into Rust applications or used standalone. Because it’s in Rust, it benefits from memory safety and modern tooling, allowing developers to compile Python into efficient binaries or embed it as a scripting engine in Rust projects. The interpreter aims to support the Python standard library, dynamic typing, garbage...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    grex

    grex

    A command-line tool and library for generating regular expressions

    grex is a library as well as a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases. The resulting expression is guaranteed to match the test cases which it was generated from. This project has started as a Rust port of the JavaScript tool regexgen written by Devon Govett. Although a lot of further useful features could be added to...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    SWC

    SWC

    Rust-based platform for the Web

    SWC is an extensible Rust-based platform for the next generation of fast developer tools. It's used by tools like Next.js, Parcel, and Deno, as well as companies like Vercel, ByteDance, Tencent, Shopify, and more. SWC can be used for both compilation and bundling. For compilation, it takes JavaScript / TypeScript files using modern JavaScript features and outputs valid code that is supported by all major browsers. SWC is 20x faster than Babel on a single thread and 70x faster on four cores....
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    py-spy

    py-spy

    Sampling profiler for Python programs

    py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. py-spy works from the command line and takes either the PID of the program you want to sample from or the command...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Chumsky

    Chumsky

    Write expressive, high-performance parsers with ease.

    Chumsky is a parser library for Rust that focuses on expressiveness and performance. It provides developers with tools to write high-performance parsers using combinators, suitable for a wide range of parsing tasks.​
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    ntex

    ntex

    framework for composable networking services

    Framework for composable network services. Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    three-d

    three-d

    Makes it simple to draw stuff across platforms (including web)

    three-d is a lightweight and modern 3D rendering library written in Rust that targets both native and WebAssembly environments, providing a simple yet powerful abstraction over GPU-based graphics APIs. It is designed to make 3D graphics programming accessible while still offering fine-grained control over rendering pipelines, materials, lighting, and camera systems. The library leverages modern graphics standards such as OpenGL and WebGL to deliver high-performance rendering across...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    wasm-tools

    wasm-tools

    CLI and Rust libraries for low-level manipulation of WebAssembly

    wasm-tools is a comprehensive suite of command-line utilities and Rust libraries for working with WebAssembly modules at a low level, providing developers with the ability to inspect, validate, transform, and generate Wasm binaries. It includes a wide range of subcommands that handle tasks such as converting between text and binary formats, validating module structure, and printing human-readable representations of compiled code. The toolkit also supports advanced operations like mutating,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Sandspiel

    Sandspiel

    Creative cellular automata browser game

    Sandspiel is an interactive, browser-based cellular automata simulation game that allows users to experiment with physics-like behaviors using simple elements such as sand, water, fire, and plant matter. Built with Rust compiled to WebAssembly and rendered using WebGL, it achieves high-performance simulation directly in the browser without requiring installation. The project focuses on creative exploration, enabling users to draw elements onto a canvas and observe emergent behaviors as they...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Artichoke Ruby

    Artichoke Ruby

    Artichoke is a Ruby made with Rust

    Artichoke is an experimental implementation of the Ruby programming language written primarily in Rust, aiming to provide a modern, embeddable, and portable Ruby runtime. It is designed to be compatible with MRI Ruby while exploring new approaches to performance, safety, and execution models through Rust’s systems programming capabilities. One of its key goals is to enable Ruby to run in environments where traditional implementations struggle, including WebAssembly and sandboxed or untrusted...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    lldap

    lldap

    Light LDAP implementation

    lldap (Lightweight LDAP) is a simplified and modern LDAP server implementation designed to provide directory services with minimal complexity and easier configuration compared to traditional LDAP solutions. It focuses on delivering essential LDAP functionality while avoiding the heavy operational overhead commonly associated with enterprise-grade directory servers. Written in Rust, lldap benefits from strong memory safety guarantees and performance efficiency, making it suitable for...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    wasm-bindgen

    wasm-bindgen

    Facilitating high-level interactions between Wasm modules and Js

    wasm-bindgen is a foundational Rust tool that enables seamless interoperability between Rust and JavaScript by generating the necessary bindings and glue code for WebAssembly modules. It allows developers to write performance-critical code in Rust, compile it to WebAssembly, and then expose functions, structs, and APIs directly to JavaScript in a natural and idiomatic way. The tool automates the process of bridging differences between Rust’s type system and JavaScript’s dynamic environment,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    min-sized-rust

    min-sized-rust

    How to minimize Rust binary size

    min-sized-rust is a practical, research-oriented repository that demonstrates how to aggressively reduce the size of compiled Rust binaries through a combination of compiler flags, linker optimizations, and code-level techniques. By default, Rust prioritizes performance, debuggability, and compile speed, which often results in relatively large binaries, especially in debug mode or when including standard libraries. This project systematically explores how to invert those priorities, focusing...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Kameo

    Kameo

    Fault-tolerant Async Actors Built on Tokio

    Kameo is a lightweight Rust library for building fault-tolerant, distributed, and asynchronous actors. It allows seamless communication between actors across nodes, providing scalability, backpressure, and panic recovery for robust distributed systems. Kameo stands out by offering simplicity, resilience, and scalability. It's not just about making concurrent programming easier—it's about empowering you to build the reliable, efficient, and scalable systems that today's users demand. Whether...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    DCV Color Primitives

    DCV Color Primitives

    DCV Color Primitives Library

    DCV Color Primitives is a library to perform image color model conversion. Aware of the underlying hardware and supplemental cpu extension sets (up to avx2). Support data coming from a single buffer or coming from multiple image planes. Support non-tightly packed data. Support images greater than 4GB (64 bit). Convert an image from bgra to nv12 (single plane) format containing yuv in BT601. You might want to propagate errors to the caller function or mix with some other error types. So far,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    MagicAPI AI Gateway

    MagicAPI AI Gateway

    Built for demanding AI workflows

    The world's fastest AI Gateway proxy, written in Rust and optimized for maximum performance. This high-performance API gateway routes requests to various AI providers (OpenAI, GROQ) with streaming support, making it perfect for developers who need reliable and blazing-fast AI API access.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    jawsm

    jawsm

    JavaScript to WASM compiler

    Jawsm is an experimental JavaScript-to-WebAssembly compiler written in Rust that aims to transform standard JavaScript code into standalone WebAssembly binaries that can execute without relying on an embedded interpreter. Unlike traditional approaches that require bundling a JavaScript engine or using a restricted subset of the language, Jawsm seeks to compile full JavaScript directly into WebAssembly, leveraging modern Wasm capabilities to execute code efficiently. The project is still in...
    Downloads: 3 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB