iroh

Sync anywhere (by n0-computer)

Iroh Alternatives

Similar projects and alternatives to iroh

  • Lemmy

    1,603 iroh VS Lemmy

    🐀 A link aggregator and forum for the fediverse

  • syncthing-android

    Wrapper of syncthing for Android.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • bevy

    573 iroh VS bevy

    A refreshingly simple data-driven game engine built in Rust

  • iced

    165 iroh VS iced

    A cross-platform GUI library for Rust, inspired by Elm

  • sqlx

    144 iroh VS sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

  • gutenberg

    A fast static site generator in a single binary with everything built-in. https://www.getzola.org

  • firecracker

    Secure and fast microVMs for serverless computing.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • sycamore

    A library for creating reactive web apps in Rust and WebAssembly

  • kubo

    45 iroh VS kubo

    An IPFS implementation in Go

  • garage

    (Mirror) S3-compatible object store for small self-hosted geo-distributed deployments. Main repo: https://git.deuxfleurs.fr/Deuxfleurs/garage (by deuxfleurs-org)

  • seaweedfs

    SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

  • Peergos

    33 iroh VS Peergos

    A p2p, secure file storage, social network and application protocol

  • Theseus

    32 iroh VS Theseus

    Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.

  • uniffi-rs

    a multi-language bindings generator for rust

  • upspin

    Upspin: A framework for naming everyone's everything.

  • Plume

    18 iroh VS Plume

    Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)

  • MoonZoon

    Rust Fullstack Framework

  • redox

    12 iroh VS redox

    Mirror of https://gitlab.redox-os.org/redox-os/redox

  • cobalt.rs

    Static site generator written in Rust

  • dragit

    Application for intuitive file sharing between devices.

  • SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better iroh alternative or higher similarity.

iroh reviews and mentions

Posts with mentions or reviews of iroh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.
  • SeaweedFS fast distributed storage system for blobs, objects, files and datalake
    7 projects | news.ycombinator.com | 2 Feb 2024
    If you're talking about this https://github.com/n0-computer/iroh ... Iroh is a p2p file syncing protocol. That's not even close to the same wheelhouse as SeaweedFS?
  • I Moved My Blog from IPFS to a Server
    8 projects | news.ycombinator.com | 31 Jan 2024
    Totally biased founder here, but I work on https://github.com/n0-computer/iroh, a thing that started off as an IPFS implementation in rust, but we broke out & ended up doing our own thing. We're not at the point where the iroh implements "the full IPFS experience" (some parts border on impossible to do while keeping a decentralized promise), but we're getting closer to the "p2p website hosting" use case each week.
  • Willow Protocol
    7 projects | news.ycombinator.com | 17 Jan 2024
    if you are looking for something similar to ipfs but a bit more minimalistic and performance oriented, check out iroh https://github.com/n0-computer/iroh .

    It is a set of open source libraries for peer to peer networking and content-addressed storage. It is written in rust, but we have bindings to many languages.

    One part of iroh is a work in progress implementation of the willow spec. The lower layers include a networking library similar to libp2p and a library for content-addressed storage and replication based on blake3 verified streaming.

    Most iroh developers have been active in the ipfs community for many years and have shared similar frustrations... See this talk from me in 2019 :-) https://www.youtube.com/watch?v=Qzu0xtCT-R0

  • Planning to make a video on cool Rust apps focused on the end user. Make recommendations!
    38 projects | /r/rust | 2 Nov 2022
    IPFS Protocol Stack: Iroh
  • Iroh: A New Implementation of IPFS in Rust
    2 projects | news.ycombinator.com | 28 Oct 2022
    We have an initial release out since earlier today: https://github.com/n0-computer/iroh/releases/tag/v0.1.0 but we are still very early, so be gentle :)
  • ACM SIGCOMM'22: Design and Evaluation of IPFS
    3 projects | news.ycombinator.com | 6 Sep 2022
    (Disclosure: I work for the Filecoin Foundation/Filecoin Foundation for the Decentralized Web).

    I do actually agree that the privacy and anonymity aspects of IPFS are not well- conveyed. I think people get hooked on the "censorship-resistant" nature of decentralized systems, without understanding that even if you have multiple sources, for instance in a content-addressable network like IPFS, aggressive censorship systems have other strategies to dissuade dissemination or punish readers. You always have to be thinking a few steps ahead. Services like Tor and, I hope, the IPFS network both try to convey what threat models they are useful for, and which they are not, but it's really hard to stop overenthusiastic re-statements that give them super-powers they do not, in fact, possess.

    That said, there's a bunch of careful thinking right now going on about how IPFS's privacy story could be improved: https://blog.ipfs.tech/ipfs-ping-2022-recap/ has a couple of sessions on this, and is a great summary of some other recent developments in the space.

    One of those improvements is in the point about nodes being high CPU, RAM, etc. (I actually find this to be more of a challenge when running the full IPFS Go node locally on my desktop, rather than on a VPS; it requires some tweaking.)

    The strategy right now is to encourage more implementations of IPFS to cover more use-cases; the original go-ipfs had to do everything, including maintaining some legacy decisions. Nowadays, there's a lot of effort on alternative IPFS implementations that can be slimmer, or optimised for particular scenarios, e.g. on an embedded device, serving a high-load web gateway, or providing millions of files. Protocol Labs recently renamed their canonical go-ipfs to kubo (https://github.com/ipfs/kubo ) to make it more of a peer with other implementations.

    Of course, I love all these new generation implementations EQUALLY, but if you pushed me, I've enjoyed playing around with https://github.com/n0-computer/iroh , a modular rust implementation building off the increasingly robust rust libp2p etc libraries. There's some more to pick from here: https://docs.ipfs.tech/basics/ipfs-implementations/

  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic iroh repo stats
7
1,539
9.8
6 days ago

n0-computer/iroh is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of iroh is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com