Showing 155 open source projects for "immutable"

View related business solutions
  • 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
  • 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.
  • 1
    Reagent

    Reagent

    A minimalistic ClojureScript interface to React.js

    Reagent is a minimalistic ClojureScript interface to React that enables developers to write efficient React components using plain ClojureScript functions and data, leveraging a Hiccup-like syntax and immutable state to simplify UI creation. React is pretty darn fast, and so is Reagent. It should even be faster than plain old javascript React a lot of the time, since ClojureScript allows us to skip a lot of unnecessary rendering (through judicious use of React's shouldComponentUpdate). The ClojureScript overhead is kept down, thanks to lots of caching. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pinot

    Pinot

    Apache Pinot - A realtime distributed OLAP datastore

    Realtime distributed OLAP datastore, designed to answer OLAP queries with low latency. Pinot is designed to answer OLAP queries with low latency on immutable data and mutable data(Upsert Support) Pluggable indexing technologies - Sorted Index, Bitmap Index, Inverted Index, StarTree Index, Bloom Filter, Range Index, Text Search Index(Lucence/FST), Json Index, Geospatial Index. Near Realtime ingestion with Apache Kafka, Apache Pulsar, Kinesissupports JSON, Avro, ProtoBuf, Thrift formats. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Runeset

    Runeset

    Fast UTF-8 codepoint sets for Zig

    This library offers a compact data structure for "generalized"1 UTF-8 encoded codepoints. The design is based on an implicit data structure2, which uses @popCount and bit masking to check membership quickly, with minimal branching, and without having to decode the UTF-8 into another format (for instance, a codepoint). This design is original, in the sense that I invented it. There may be prior art, it's remarkably difficult to search for "UTF-8 character sets" and find papers on set data...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Sōzu

    Sōzu

    Sōzu HTTP reverse proxy, configurable at runtime, fast and safe

    Open source HTTP reverse proxy built in Rust for immutable infrastructures. Most existing tools have a static vision of production: a service is installed once on a long-lived server, updated from time to time, with configuration rarely changing. There's now a shift in infrastructure to short-lived virtual machines and hundreds of new deployments per day, and the usual tools reach their limits.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Takes

    Takes

    True object-oriented Java web framework without NULLs

    Takes is a true object-oriented and immutable Java8 web development framework. Pay attention that UTF-8 encoding is set on the command line. The entire framework relies on your default Java encoding, which is not necessarily UTF-8 by default. To be sure, always set it on the command line with file.encoding Java argument. We decided not to hard-code "UTF-8" in our code mostly because this would be against the entire idea of Java localization, according to which a user always should have a choice of encoding and language selection. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Stremio Core

    Stremio Core

    Types, addon system, UI models, core logic

    ...It exposes a clean set of modules—types, addon_transport, and state_types—so apps can talk to add-ons, model UI state, and react to events without duplicating code. The architecture is inspired by Elm: immutable state, message-driven updates, and explicit side-effects (“effects”) keep behavior predictable and testable. An environment abstraction lets hosts provide implementations for things like storage, networking, and timers, making the core portable to desktop, mobile, and web. The project targets WebAssembly as well, so the same Rust logic can run inside the browser via a small bridge layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nitrux

    Nitrux

    A Linux system for modern computers on an immutable foundation.

    A Linux system for modern computers on an immutable foundation. Powered by OpenRC, MauiKit, NX AppHub, and Hyprland.
    Leader badge
    Downloads: 591 This Week
    Last Update:
    See Project
  • 8
    Scalaz

    Scalaz

    Principled Functional Programming in Scala

    Scalaz is a foundational functional-programming library for Scala that provides type classes, data types, and syntax to write pure, composable code. It implements classic abstractions such as Functor, Applicative, Monad, Monoid, Foldable, and Traverse, along with powerful transformers (ReaderT, StateT, WriterT, OptionT, and more) to structure effects. The library offers rich data structures—\/ (disjunction), Validation, NonEmptyList, IList, and Free—that help model errors, invariants, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NFT Storage

    NFT Storage

    Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin

    NFT.Storage is a long-term storage service designed for off-chain NFT data (like metadata, images, and other assets) for up to 31GiB in size per individual upload. Data is content addressed using IPFS, meaning the URI pointing to a piece of data is completely unique to that data (using a content identifier, or CID). IPFS URLs and CIDs can be used in NFTs and metadata to ensure the NFT forever actually refers to the intended data (eliminating things like rug pulls and making it trustlessly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 10
    ROCKNIX is an immutable Linux distribution for handheld gaming devices developed by a small community of enthusiasts. Our goal is to produce an operating system that has the features and capabilities that we need, and to have fun as we develop it.
    Downloads: 282 This Week
    Last Update:
    See Project
  • 11
    Litho

    Litho

    A declarative framework for building efficient UIs on Android

    Litho uses a declarative API to define UI components. You simply describe the layout for your UI based on a set of immutable inputs and the framework takes care of the rest. With code generation, Litho can perform optimisations for your UI under the hood, while keeping your code simple and easy to maintain. Litho can measure and layout your UI ahead of time without blocking the UI thread. By decoupling its layout system from the traditional Android View system, Litho can drop the UI thread constraint imposed by Android. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    the fu11m00n project

    the fu11m00n project

    A fast... hardened... live... immutable... modular Slackware based OS.

    To download select the "Download" tab above. System requirement: 4 threads... 4gb ram (8gb for VM). Recommend this project to Distrowatch (to move it off the waiting list so the project can get ranked)... https://distrowatch.com/dwres.php?resource=links#new Disclaimer... any legal consequences arising from the use of this Software is the sole responsibility of the User.
    Downloads: 88 This Week
    Last Update:
    See Project
  • 13
    Q4OS

    Q4OS

    Efficient, Rock Stable Operating System

    ...The goal is to provide long-term supported system with a special emphasis on security. This is exactly what Debian base guarantees. We prefer the Debian development model to keep the core system as immutable as possible. It results in a reliable and stable system that you can definitely rely on. Thanks to unique Q4OS tools a user can rather easily achieve setup of a fitted system eliminating superfluous packages and libraries. Therefore Q4OS performs faster and more efficient, doesn't exploit memory and computing resources with useless tasks and processes. ...
    Leader badge
    Downloads: 9,748 This Week
    Last Update:
    See Project
  • 14
    RakuOS

    RakuOS

    Hybrid Atomic Linux distro with KDE/GNOME/COSMIC & Flatpaks

    RakuOS is a Hybrid Atomic Linux distribution built on Fedora — combining the security and reliability of an immutable base with the full package flexibility of a traditional distro. The base system is always read-only and recoverable. Fast OCI-based updates via bootc mean a bad update never breaks your system — just reboot into the previous image. But unlike other atomic distros, RakuOS doesn't stop there. A persistent overlay system lets you install any native package using dnf, the GUI app store, or the rakuos helper — and those packages survive every system update automatically. ...
    Leader badge
    Downloads: 298 This Week
    Last Update:
    See Project
  • 15

    nim/immute

    Simple function to convert mutable value to immutable value

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ledgermind

    ledgermind

    ​LedgerMind — an autonomous living memory for AI agents. It self-heals, resolves conflicts, distills experience into rules, and evolves without human intervention. SQLite + Git + reasoning layer. Perfect for multi-agent systems and on-device deployment.

    ...Using client-side hooks, it automatically: • Searches and injects the most relevant memories before every user prompt • Logs all agent actions including tool calls, file reads, script executions, document analysis and their results • Performs self-healing every 5 minutes • Maintains a full immutable Git-based audit trail • Resolves memory conflicts autonomously It combines hybrid SQLite + vector storage with powerful reasoning capabilities. Currently 100% stable and working out-of-the-box with Gemini CLI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Coyote Linux

    Coyote Linux

    Network Security Appliance Linux Distribution

    Coyote Linux is a security-centric distribution of Linux designed to provide firewall, VPN, IP routing, and various other functions.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18

    WRVM

    A weakly reversible Forth for Linux (Intel) platforms

    A weakly reversible Forth virtual machine supporting backtracking and related features, Used to support research into the semantics and programming structures of weakly reversible languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Quil

    Quil

    Main repo, Quil source code

    ...In one swift, skilled motion, Quil throws them both high into the air. In a dusty cloud of pixels, they bond instantly and fly off into the distance painting their way with immutable trails of brilliant colour. Moments later, you see them swiftly return and hover nearby. Your very own ride to Perlinwould awaits.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    CAP Cordum Agent Protocol

    The Open Standard for Secure AI Agent Orchestration.

    ...Safety Kernel: - Deterministic validation of every agent action before execution. Ultra-Low Latency: - Optimized for high-throughput agent swarms. Auditability: - Immutable tracing of all agent communications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Moment.js

    Moment.js

    Parse, validate, manipulate, and display dates in javascript

    ...While it makes working with date strings convenient, moment maintains internal mutability, which has trade-offs with safety and chainability. Over time, newer alternatives with immutable and modular designs have emerged, but moment remains widely known and integrated in many legacy projects. Its comprehensive feature set and ease of use made it a standard for date-time handling in JavaScript for many years.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    asami

    asami

    A flexible graph store, written in Clojure

    Asami is now being developed in this repository, as it is no longer being supported at Cisco. The deployment to Clojars has not changed, as it was always to my personal account.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Elm

    Elm

    Compiler for Elm, a functional language for reliable webapps

    ...Even on codebases with hundreds of thousands of lines of code, the compilation is done in a blink. Elm has its own virtual DOM implementation, designed for simplicity and speed. All values are immutable in Elm, and the benchmarks show that this helps us generate particularly fast JavaScript code.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Yup

    Yup

    Dead simple Object schema validation

    Yup is a JavaScript schema builder for value parsing and validation. Define a schema, transform a value to match, validate the shape of an existing value, or both. Yup schema are extremely expressive and allow modeling complex, interdependent validations, or value transformations. Yup's API is heavily inspired by Joi, but leaner and built with client-side validation as its primary use-case. Yup separates the parsing and validating functions into separate steps. cast() transforms data while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    World Cup NFT Fantasy

    World Cup NFT Fantasy

    World Cup NFT Fantasy is a prediction-based game

    ...Extending the idea of CryptoFishx we have built an application that anyone can participate and win with the confidence that no one is going to tamper or cheat in the system. Having it on the on chain (on the blockchain) enables us to use smart contracts which are public (anyone can see and read) immutable (once deployed it cannot be changed) code that governs everyone's interactions with the game. Which means, no third party including us can tamper with the data once set. Anyone can confirm that game works as intended by reading the code and the final prize pool is handed over to the winner by code itself so anyone can confirm that is correct.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB