dagchat VS Ockam

Compare dagchat vs Ockam and see what are their differences.

dagchat

An open source desktop wallet for nano and banano with end-to-end encrypted, on chain messaging using the dagchat protocol. (by derfarctor)

Ockam

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale. (by build-trust)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dagchat Ockam
14 76
26 4,347
- 1.2%
4.2 10.0
3 months ago 2 days ago
Rust Rust
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dagchat

Posts with mentions or reviews of dagchat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.
  • Banano social network/chat
    1 project | /r/banano | 19 Jun 2023
    https://github.com/derfarctor/dagchat on chain end to end messaging for banano
  • New guy here.
    6 projects | /r/banano | 4 Jun 2023
    There isn't a rust library that I'm aware of, but there is a Banano onchain chatting app written in rust: Dagchat
  • just an opinion
    2 projects | /r/banano | 25 May 2023
    Desktop installable: https://github.com/derfarctor/dagchat Banano NFT interfaces are being worked on, join Banano discord to get whitelisted for the beta run of minting (most data is stored on ipfs in two files) which is called upon by the viewing UIs and your wallet addy is the key to proof of ownership (like most NFTs aren't images stored on chain).
  • BAN FAM COMMUNITY CALL #27 RECAP!
    1 project | /r/banano | 13 Nov 2022
    Do you know about the DagChat Desktop Wallet? It's developed by u/derfarctor, it can do what a normal wallet does, AND its special feature is to send/receive onchain encrypted message! How cool is that! (github link)
  • dagchat: A nano wallet with memos and messages
    2 projects | /r/nanocurrency | 5 Nov 2022
    You can read about the protocol here. I plan to update the protocol specification soon with more detail so if you have any questions just let me know.
  • dagchat: A banano wallet with memos and messages [RELEASED]
    1 project | /r/banano | 5 Nov 2022
    The wallet is a desktop application that can be ran on any operating system, however I have only compiled versions for Windows and Linux currently. You can find a link to download the dagchat version for you in the github releases section here under the Assets heading.
  • General Info and Daily Discussion
    1 project | /r/nanocurrency | 27 Apr 2022
    The beta release link is here and the github repository link is here.
  • Encrypting and decrypting messages with Nano accounts
    2 projects | /r/nanocurrency | 24 Apr 2022
    I just released a beta version if you’d be willing to test it out and feedback at all.
  • Optional message in transaction
    1 project | /r/nanocurrency | 23 Apr 2022
    You can send data using the Change blocks. Actually there is already an implementation for this: https://github.com/derfarctor/dagchat
  • Can wallets be trusted?
    5 projects | /r/banano | 15 Apr 2022
    It’s a desktop wallet (for computers and laptops) called dagchat. It is a first of its kind - it comes with a system for sending messages/memos with your banano! I made a post about it a little while back so check that out on my profile - also here’s a link to more up-to-date information (and images) on the github page.

Ockam

Posts with mentions or reviews of Ockam. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.
  • Tunnelmole, an ngrok alternative (open source)
    9 projects | news.ycombinator.com | 21 Mar 2024
    disclosure: I work at Ockam.

    The Portals for Mac app is an example of the type of thing you could build using the open source stack of protocols. The README (linked by parent) links out to all of the relevant parts of the protocol documentation to explain how these work together. The NAT Traversal (https://github.com/build-trust/ockam/blob/develop/examples/a...) part of the README is probably the best explanation of why the free relay you get via Ockam Orchestrator is a useful part of this demo.

    As for why would anyone trust this: The protocols are designed so you absolutely don't have to trust the relay. Trust is pushed out to the edges that you control and so you're not susceptible to a MITM attack if something like a relay is compromised. The protocol design for all of this is open and documented, and was independently audited by (IMO) some of the best in the business, Trail of Bits: https://docs.ockam.io/reference/protocols.

  • Alt to Ngrok, Written in Rust
    1 project | news.ycombinator.com | 6 Mar 2024
  • How we built a Swift app that uses Rust
    1 project | dev.to | 28 Dec 2023
    🚀 Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉
  • Ockam is participating in Hacktoberfest - great opportunity for your first OSS contribution
    1 project | /r/programming | 6 Oct 2023
  • Participate in Hacktoberfest with Ockam!
    1 project | /r/hacktoberfest | 5 Oct 2023
  • Create End-to-End Channels in Rust with Ockam Routing
    1 project | dev.to | 4 Aug 2023
    Ockam is a suite of programming libraries, command line tools, and managed cloud services to orchestrate end-to-end encryption, mutual authentication, key management, credential management, and authorization policy enforcement — all at massive scale. Ockam's end-to-end secure channels guarantee authenticity, integrity, and confidentiality of all data-in-motion at the application layer.
  • Please do not spam other GitHub users via email
    1 project | news.ycombinator.com | 24 May 2023
  • Tunnel via Cloudflare to Any TCP Service
    3 projects | news.ycombinator.com | 19 May 2023
    We’ve been working on something (https://github.com/build-trust/ockam) that enables exactly this, among a whole host of other use cases. If you check out some of the code examples in the docs you’ll see how to setup a tunnel using the CLI.

    For other use cases there’s also the programming libraries (only Rust atm, though I was spiking a TypeScript/Node PoC this week) which might provide more flexibility. Personally I’m excited by the idea of being able to move this kind of secure by design connectivity all the way into the application layer though.

  • How to grow an OSS community
    1 project | dev.to | 16 Feb 2023
    If you're not already an active contributor to an open source project or two it can seem very daunting. You don't want to do the wrong thing and embarrass yourself. Remove that anxiety for people by giving them an easy way to do something low risk. Matt did that a couple of years ago by creating a long-lived issue for people to simply say hello. That's it. Say hi, introduce yourself. It's a safe place to make a first step.
  • Hiring - Ockam (Series A SaaS)
    1 project | /r/devopsjobs | 12 Jan 2023

What are some alternatives?

When comparing dagchat and Ockam you can also consider the following projects:

thebananostand - There's always money in The Banano Stand, a cryptocurrency web wallet.

ejabberd - Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)

kestrel - File encryption done right

rustls - A modern TLS library in Rust

natrium_wallet_flutter - Natrium - Fast, Robust & Secure NANO Wallet, now written with Flutter.

sshkit - An Elixir toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application.

etebase-rs - A Rust client library for Etebase

socket - Socket wrapping for Elixir.

bananovault - Open source wallet for using the Banano cryptocurrency

ring - Safe, fast, small crypto using Rust

Banano-Discord-TipBot - Deprecated repo. Banano TipBot for Discord is integrated in the upstream now.

rust-crypto - A (mostly) pure-Rust implementation of various cryptographic algorithms.