[go: up one dir, main page]

Open Source Mac Communications Software - Page 19

Communications Software for Mac

View 919 business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    go-libp2p-kad-dht

    go-libp2p-kad-dht

    A Kademlia DHT implementation on go-libp2p

    A Go implementation of libp2p Kademlia DHT specification. Client-side optimizations are described in optimizations.md.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    go-libp2p-pubsub-grpc

    go-libp2p-pubsub-grpc

    libp2p pubsub with controls exposed via a gRPC API

    pubsubgrpc provides a LibP2P PubSub framework that can be used as a stand-alone gRPC pubsub server and API, or as a module/component of existing gRPC servers to provide LibP2P PubSub functionality. It uses proto3 and borrows some ideas from libp2p/go-libp2p-daemon and libp2p/go-libp2p-pubsub.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    go-libp2p-quic-transport

    go-libp2p-quic-transport

    An implementation of a libp2p transport using QUIC

    go-libp2p-quic-transport uses quic-go to provide QUIC support for libp2p. This repo is good-compatible, and users of Go 1.11 and later with modules enabled will automatically pull the latest tagged release by referencing this package. Upgrades to future releases can be managed using go get, or by editing your go.mod file as described by the gomod documentation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    gtkcord

    gtkcord

    A Gtk3 Discord client in Golang

    A lightweight Discord client which uses GTK3 for the user interface. Because the official client is lagging too hard for me to ignore. gtkcord3 won't be receiving any new features. It is being maintained at a minimal level just to ensure that it's usable on my computer. Crashed will still be fixed as I use the application, but that's about it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    ipfs-provider

    ipfs-provider

    Connect to IPFS via an available provider

    Returns IPFS API object by trying multiple providers in a custom fallback order. This is a general-purpose replacement for ipfs-redux-bundle. When using prebuilt bundles in production use explicit versions and SRI hashes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ipfs-pubsub-room

    ipfs-pubsub-room

    IPFS Pubsub room

    Creates a room based on a LibP2P pub-sub channel. Emits membership events, listens for messages, broadcasts and direct messages to peers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    jrean/laravel-user-verification

    jrean/laravel-user-verification

    PHP package built for Laravel 5.* & 6.* & 7.* & 8.* & 9.* & 10.*

    jrean/laravel-user-verification is a PHP package built for Laravel 5., 6., 7., 8., 9.* & 10.* to easily handle a user verification and validate the e-mail.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    koa-better-flash

    koa-better-flash

    Flash message middleware for Koa and Passport

    Flash message middleware for Koa and Passport.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    mail-parser

    mail-parser

    Fast and robust e-mail parsing library for Rust

    Stalwart Mail Parser is a high-performance Rust library designed for parsing and analyzing email messages. It efficiently handles complex MIME structures, supports various encodings, and is optimized for speed and robustness. The library is suitable for applications requiring detailed email processing and analysis.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 10
    maude

    maude

    Autonomous decentralized moderation for IPFS and Web3

    Autonomous decentralized moderation for IPFS and Web3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    nb2mail

    nb2mail

    Send a notebook as an email

    This repo contains a jupyter nbconvert exporter to convert notebooks to multipart MIME, and a postprocessor to send it via smtp. nb2mail does not do anything by itself. It provides an export format ("mail") and postprocessor ("SendMailPostProcessor"). Please see the nbconvert documentation and example configuration for more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    neix

    neix

    A RSS/Atom feed reader for your terminal

    neix is a simple, work-in-progress terminal feed reader for all common RSS/Atom feeds on the web out there. So you can read your news without advertisements or other annoying stuff. Just the information you need. You can import your existing collection of feeds from an OPML file or just configure them manually. You also have the ability to render the text with w3m, links or whatever program you want. How to configure neix, take a look into the configuration section. You the full control of the news you want to read.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    node-hid

    node-hid

    Access USB & Bluetooth HID devices through Node.js

    node-hid supports Node.js v6 and upwards. For versions before that, you will need to build from source. The platforms, architectures and node versions node-hid supports are the following. In general we try to provide pre-built native library binaries for the most common platforms, Node and Electron versions. We strive to make node-hid cross-platform so there's a good chance any combination not listed here will compile and work. We are using prebuild to compile and post binaries of the library for most common use cases (Linux, MacOS, Windows on standard processor platforms). If a prebuild is not available, node-hid will work, but npm install node-hid will compile the binary when you install. In the src/ directory, various JavaScript programs can be found that talk to specific devices in some way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    pacman.store

    pacman.store

    Pacman Mirror via IPFS for ArchLinux, Endeavouros, Manjaro

    Under the domain pacman.store are package mirrors provided via the IPFS-Network. If you choose this as your mirror, Pacman will download the files from a local http-proxy and the accessed files will be shared with the IPFS-Network. If you run on multiple machines in your local network IPFS will exchange the files locally rather than downloading the same file multiple times from the internet. The data is held and shared by a collaborative cluster, which is provided by volunteers. Install ipfs on each of your systems - I recommend my AUR package go-ipfs-git which uses the hardened service file. It makes sense to set the parallel downloads to two and disable the download timeout, to avoid unnecessary aborts if ipfs needs initially a bit more time to find the right peers in the network (especially on high latency internet connections).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    pastebin-ipfs

    pastebin-ipfs

    Pastebin built on IPFS, securely served by Distributed Web and Edge

    Pastebin built on IPFS, securely served by Distributed Web and Edge Networks. It's like gist but anonymous. Alternative to Ubuntu Pastebin. Webpage serves Gallery and provide GUI to paste your snippets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    qaul.net

    qaul.net

    Internet Independent Wireless Mesh Communication App

    qaul.net is a decentralized communication platform designed to function independently of traditional internet infrastructure. It facilitates peer-to-peer messaging and file sharing over wireless mesh networks, making it ideal for scenarios where internet access is unreliable or unavailable. By leveraging mesh networking, qaul.net ensures that users can maintain communication even in isolated or disrupted environments.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ssh-chat

    ssh-chat

    Chat over SSH

    ssh-chat is a custom SSH server written in Go that allows you to chat over SSH connection. When you open your terminal and type in a command, instead of getting a shell you get a chat prompt. With ssh-chat you get a simple chat room over a secure shell connection, where you can send and receive private messages, check any user's public key fingerprint for identification purposes, and more. You can change the color theme of the chat, block or kick users, and chat on just about any platform where an SSH client is available, including on mobile.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    swot

    swot

    Identify email addresses or domains names that belong to colleges

    swot is a curated list and Python tool to check if strings or email domains are part of academic institutions. Useful for sites needing to verify .edu or school-affiliated domains, it contains tens of thousands of entries. The library supports lookup functions and regex patterns for validation, and there are wrappers in multiple languages like Node.js or Ruby, making it useful in registration or academic verification workflows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    w3up

    w3up

    Client for the w3up API

    w3up-client and the available hosted APIs are currently beta preview features. JavaScript library that provides a convenient interface to the w3up platform, a simple "on-ramp" to the content-addressed decentralized IPFS network. w3up services use ucanto, a Remote Procedure Call (RPC) framework built around UCAN, or User Controlled Authorization Networks. UCANs are a powerful capability-based authorization system that allows fine-grained sharing of permissions through a process called delegation. See our intro to UCAN blog post for an overview of UCAN. w3up-client and ucanto take care of the details of UCANs for you, but a few of the underlying terms and concepts may "bubble up" to the surface of the API, so we'll cover the basics here. We'll also go over some terms that are specific to w3up that you might not have encountered elsewhere.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    web4

    web4

    Web4 is a new way to distribute decentralized apps

    Web4 is a new way to distribute decentralized apps. Deploy a single WASM smart contract to deploy the whole web app. You only need to deploy a single smart contract using WebAssembly to host your app's HTTP backend, static resources, and blockchain logic. There is an HTTP gateway to NEAR blockchain which allows smart contract to handle arbitrary GET requests. Every smart contract on NEAR also gets a corresponding API endpoint which can be accessed through regular HTTP requests. You can load any required data in web4_get by returning list of URLs to preload in preloadUrls field. Note that both JSON and form data are supported. When transaction is processed by server user gets redirected to wallet for signing this transaction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    weweChat

    weweChat

    Unofficial WeChat client built with React, MobX and Electron

    Unofficial WeChat client built with React, MobX and Electron. Works on desktop, and on macOS, it has a window vibrancy effect. Block message recall(Default setting is not to block). Provides desktop notifications, and supports keyboard shortcuts. You can send images by pasting them or dragging them to your message.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    yarr (yet another rss reader)

    yarr (yet another rss reader)

    yet another RSS reader

    yarr (yet another RSS reader) is a web-based feed aggregator which can be used both as a desktop application and a personal self-hosted server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    openCRX - Enterprise Class CRM

    openCRX - Enterprise Class CRM

    professional CRM and groupware service, ready for the cloud

    openCRX moved to https://github.com/opencrx
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    Resara Server

    Resara Server

    An easy-to-use, AD compatible Linux domain controller and file server

    Resara Server is an Active Directory compatible open source server for small businesses designed around Samba 4. It is designed to be simple and easy to use. The management console lets you manage users, share files, and configure DHCP and DNS.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    RemoteBox

    RemoteBox

    A client for the remote use of VirtualBox on a server

    RemoteBox is an open-source VirtualBox client which means you can remotely administer (ie over the network) an installation of VirtualBox on a server, including its guests and interact with them as if they were running locally. VirtualBox is installed on the server machine and RemoteBox runs on the client machine. RemoteBox provides a complete Gtk 3 graphical interface with a look and feel similar to that of VirtualBox's native GUI and supports the vast majority of features.
    Downloads: 15 This Week
    Last Update:
    See Project