[go: up one dir, main page]

Open Source Windows Communications Software - Page 15

Communications Software for Windows

View 1235 business solutions
  • All-in-One IT Monitoring - No More Blind Spots Icon
    All-in-One IT Monitoring - No More Blind Spots

    Stop juggling tools. PRTG gives you a complete, real-time view of your IT: servers, devices, cloud, and more - in one easy dashboard.

    Tired of switching between different tools and missing critical alerts? PRTG brings everything together, monitoring your entire IT infrastructure from a single, intuitive interface. Whether it’s servers, switches, printers, or cloud services, you get instant visibility and clear notifications - no technical jargon, no clutter. Set up in minutes, PRTG helps you prevent downtime, reduce stress, and prove your value to your company. Focus on your job, not on chasing issues. Try PRTG and experience true IT peace of mind.
    Get Your Unified IT Trial
  • Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard. Icon
    Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard.

    For developers, engineers, and operational teams in organizations of all sizes

    Monitor everything you run in your cloud without compromising on cost, granularity, or scale. groundcover is a full stack cloud-native APM platform designed to make observability effortless so that you can focus on building world-class products. By leveraging our proprietary sensor, groundcover unlocks unprecedented granularity on all your applications, eliminating the need for costly code changes and development cycles to ensure monitoring continuity.
    Learn More
  • 1
    Franz 5

    Franz 5

    Franz is a free messaging app for services like WhatsApp, Slack, etc,

    Franz is your messaging app for WhatsApp, Facebook Messenger, Slack, Telegram and many many more. Franz supports a great variety of business and private messaging & chat services like Slack, WhatsApp, WeChat, Messenger, Telegram, Google Hangouts, Skype, Zendesk and many more. It does not matter if you just want to keep in touch with your friends or are managing a multi-seat customer care team. Franz got you covered. Franz allows you to add each service many times. This makes Franz the perfect tool to manage multiple business and private accounts all at the same time. You could even use five different Facebook Messenger accounts at once, if some inexplicable reason urges you to do so. Franz Workspaces help you create distraction-free work environments by making sure you’re only getting the notifications you absolutely need while working on a specific project. Setting up different Workspaces for business and private life is also an easy way to disconnect from work at home.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    International Telephone Input

    International Telephone Input

    Plugin for entering and validating international telephone numbers

    A JavaScript plugin for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods. Lots of initialization options for customization, as well as public methods for interaction. The user types their national number and the plugin gives you the full standardized international number. Navigate the country dropdown by typing a country's name, or using up/down keys. Automatically set the input placeholder to an example number for the selected country. Automatically select the user's current country using an IP lookup. Access the country data to create a separate country dropdown for an address form, and then listen for change events to keep the two dropdowns in sync. Use Twilio's API to build phone verification, SMS 2FA, appointment reminders, marketing notifications and so much more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Mail-in-a-Box

    Mail-in-a-Box

    Take back control of your email with this mail server in a box

    Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server, a mail server in a box. Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It’s sort of like making your own gmail, but one you control from top to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don’t need to be a technology expert to set it up. Our goals are to make deploying a good mail server easy, promote decentralization, innovation, and privacy on the web, have automated, auditable, and idempotent configuration, not make a totally unhackable, NSA-proof server, and not make something customizable by power users. Mail-in-a-Box turns a fresh Ubuntu 18.04 LTS 64-bit machine into a working mail server by installing and configuring various components. It is a one-click email appliance. There are no user-configurable setup options. It "just works."
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    MailCatcher

    MailCatcher

    Catches mail and serves it through a dream

    Catches mail and serves it through a dream. MailCatcher runs a super simple SMTP server that catches any message sent to it to display in a web interface. Run mailcatcher, set your favorite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check it out to see the mail that's arrived so far. Shows HTML, Plain Text and Source version of messages, as applicable. Rewrites HTML enabling display of embedded, inline images/etc and opens links in a new window. Command-line options to override the default SMTP/HTTP IP and port settings. Mail appears instantly if your browser supports WebSockets, otherwise updates every thirty seconds. Sendmail-analogue command, catchmail, makes using mailcatcher from PHP a lot easier. Encodings are difficult. MailCatcher does not completely support utf-8 straight over the wire, you must use a mail library that encodes things properly based on SMTP server capabilities.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • 5
    MailSlurper

    MailSlurper

    Local, web-based mail server application. Slurp mails into oblivion!

    MailSlurper is a small SMTP mail server that slurps mail into oblivion! MailSlurper is perfect for individual developers or small teams writing mail-enabled applications that wish to test email functionality without the risk or hassle of installing and configuring a full-blown email server. It's simple to use! Simply set up MailSlurper, configure your code and/or application server to send mail through the address where MailSlurper is running, and start sending emails! MailSlurper will capture those emails into a database for you to view at your leisure. The following are general instructions for compiling MailSlurper. Your details may vary a bit here and there. The below example is based on a Unix-style system, such as Ubuntu or OSX. Furthermore, for instructional purposes, it is assumed that your GOPATH is set to ~/code/go, and that you have a folder in your source directory called github.com. Your setup may vary.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Manifold

    Manifold

    Fast batch message passing between nodes for Erlang/Elixir

    Erlang and Elixir make it very easy to send messages between processes even across the network, but there are a few pitfalls. Sending a message to many PIDs across the network also copies the message across the network many times. Send calls cost about 70 µs/op so doing them in a loop eventually gets too expensive. Manifold distributes the work of sending messages to the remote nodes of the PIDs, which guarantees that the sending processes at most only calls send/2 equal to the number of involved remote nodes. Manifold does this by first grouping PIDs by their remote node and then sending to Manifold.Partitioner on each of those nodes. The partitioner then consistently hashes the PIDs using :erlang.phash2/2, groups them by the number of cores, sends to child workers, and finally those workers send to the actual PIDs. This ensures the partitioner does not get overloaded and still provides the linearizability guaranteed by send/2.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Nextcloud News App

    Nextcloud News App

    RSS/Atom feed reader

    The News app is an RSS/Atom feed aggregator. It offers a RESTful API for app developers. The source code is available on GitHub.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Official Android SDK for Stream Chat

    Official Android SDK for Stream Chat

    Android Chat SDK ➜ Stream Chat API. UI component libraries for chat

    This is the official Android SDK for Stream Chat, a service for building chat and messaging applications. This library includes both a low-level chat SDK and a set of reusable UI components. Most users start with the UI components and fall back to the lower-level API when they want to customize things. We're proud to say that we're the first Android Chat SDK that supports Jetpack Compose! We released our Compose UI Components one day after the official Jetpack Compose 1.0 release and our team members have been working hard on it since then. Now it's mature and stable enough for us to officially recommend it for all new applications and all modern chat implementations. If you're looking for something highly customizable and extremely performant, check out our Compose SDK.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    OhMyForm

    OhMyForm

    Free open source alternative to TypeForm, TellForm, or Google Forms

    Create stunning embeddable forms for recruiting, market research, surveys and more. With OhMyForm you'll get all the features you need to run, administer, analyze and distribute forms for free. With our opensource community, OhMyForm is always improving and is vetted by top programming experts around the world, ensuring that our code is top-notch, eliminating potential bugs and errors.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    OptiKey

    OptiKey

    Open source assistive on-screen keyboard that runs on Windows

    OptiKey is an assistive on-screen keyboard designed to bring keyboard control, mouse control and speech to people with motor and speech limitations. Completely free, open source and compatible with low cost eye-tracking devices, it is a great alternative to often expensive and complicated AAC (alternative and augmentative communication) products. It can also be used as an alternative to a physical keyboard or mouse. OptiKey runs on Windows and works right out of the box once an eye-tracking device is installed. Without an eye-tracking device however it can still be used with a mouse or webcam.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    PULSAR

    PULSAR

    Distributed pub-sub messaging system

    Apache Pulsar is a cloud-native, distributed messaging and streaming platform originally created at Yahoo! and now a top-level Apache Software Foundation project. Easy to deploy, lightweight compute process, developer-friendly APIs, no need to run your own stream processing engine. Run in production at Yahoo! scale for over 5 years, with millions of messages per second across millions of topics. Expand capacity seamlessly to hundreds of nodes. Low publish latency (< 5ms) at scale with strong durability guarantees. Configurable replication between data centers across multiple geographic regions. Built from the ground up as a multi-tenant system. Supports isolation, authentication, authorization and quotas. Persistent message storage based on Apache BookKeeper. IO-level isolation between write and read operations. Flexible messaging models with high-level APIs for Java, Go, Python, C++, Node.js, WebSocket and C#.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    PingMe

    PingMe

    PingMe is a CLI which provides the ability to send messages or alerts

    PingMe is a personal project to satisfy my need to have alerts, most major platforms have integration to send alerts but it's not always useful, either you are stuck with one particular platform, or you have to do a lot of integrations. I needed a small utility that I could just call from my backup scripts, cron jobs, CI/CD pipelines, or from anywhere to send a message with particular information. And I can ship it everywhere with ease. Hence, the birth of PingMe. Everything is configurable via environment variables, and you can simply export the logs or messages to a variable that will be sent as a message, most of all this serves as a swiss army knife sort of tool that supports multiple platforms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    RSS feeds for Laravel app

    RSS feeds for Laravel app

    Easily generate RSS feeds

    This package provides an easy way to generate a feed for your Laravel application. Supported formats are RSS, Atom, and JSON. There's almost no coding required on your part. Just follow the installation instructions, update your config file, and you're good to go. Spatie is a web design agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    SparkleShare

    SparkleShare

    Share and collaborate by syncing with any Git repository

    SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or "projects") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file. SparkleShare was made to cover certain use cases, but doesn't handle every scenario well. SparkleShare uses the version control system Git under the hood, so setting up a host yourself is relatively easy. Using your own host gives you more privacy and control, as well as lots of cheap storage space and higher transfer speeds. The idea of SparkleShare sprouted at the GNOME Usability Hackfest in London, where a couple of designers came to the conclusion that they didn't have a good (Open Source) collaboration tool to share their work.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    SwiftMailer

    SwiftMailer

    Comprehensive mailing tools for PHP

    SwiftMailer is a flexible, object-oriented PHP library for sending emails via SMTP, Sendmail, or other transports (including third-party APIs). It supports features essential to robust email sending: attachments, HTML vs. plain text bodies, inline images, MIME types, message queues, and signed messages via DKIM. The API lets developers build richly composed messages with multiple parts, headers, and encodings without dealing with raw mail formatting. With built-in retry logic, logging, and error handling, it handles network failures gracefully, integrating into applications or frameworks for background dispatch. Though newer libraries such as Symfony Mailer have emerged, SwiftMailer remains influential in legacy codebases and continues to serve as a reference for well-structured email composition in PHP.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Torrentinim

    Torrentinim

    Very low memory-footprint, self hosted API-only torrent search engine

    Torrentinim is a self-hosted, minimalist torrent search engine written in Go that allows users to search for torrent metadata across multiple public indexers. It features a fast web interface, low memory usage, and simple deployment, making it ideal for personal media servers or private torrent discovery tools. Torrentinim does not host any content but aggregates search results from external sources, giving users a streamlined way to find and copy magnet links. Its simplicity and performance make it a great addition to seedboxes and home media environments.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    WatchIt App

    WatchIt App

    Open movies everywhere

    WatchIt decentralizes the way you watch your movies. In short, it is a "collective entertainment methodology" in which each user consumes movies from the network and at the same time shares movies with other users. Indeed, Watchit is a movie playback system, in its most basic form it allows you to filter, search, play movies. Well, in order to decentralize our movies so that everyone can have access to them, we resorted to incredible tools such as IPFS and OrbitDB, which allowed us to have created a DAPP (Decentralized App). In simple words, Watchit is an application that does not require external resources, but rather everyone helps everyone to make it work. It is also possible that WatchIt can be synchronized through different movie channels opening the possibility to many libraries with different content across the network.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Xabber

    Xabber

    Open-source XMPP client for Android

    Open source Jabber (XMPP) client with multi-account support, clean and simple interface. Being both free (as in freedom!) and ad-free, Xabber is designed to be the best Jabber client for Android. Xabber uses Gradle build system. The only specific thing is git submodule for the MemorizingTrustManager library. Since it’s inception in 2011, Xabber has grown to be a number one XMPP client for Android. It is fast, reliable and packed with lots of features that make it more advanced than most desktop clients. Xabber interface was perfected over many years to give a very clear yet informative presentation of your contacts and chats. Great amount of details are shown in a subtle way to not obscure your view. Internet connection is not as reliable as we’d like on mobile networks, users often experience connection loss. Xabber for Android was optimized to ensure low battery usage and to quickly reconnect.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    cpprestsdk

    cpprestsdk

    Microsoft project for cloud-based client-server communication

    The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. cpprestsdk is in maintenance mode and we do not recommend its use in new projects. We will continue to fix critical bugs and address security issues. Once you have the library, look at our tutorial to use the http_client. It walks through how to setup a project to use the C++ Rest SDK and make a basic Http request. HTTP client/server, JSON, URI, asynchronous streams, WebSockets client, oAuth. A powerful model for composing asynchronous operations based on C++ 11 features. Windows desktop, Windows Store (UWP), Linux, OS X, Unix, iOS, and Android. Support for Visual Studio 2015 and 2017 with debugger visualizers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    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: 3 This Week
    Last Update:
    See Project
  • 21
    go-textile

    go-textile

    Infrastructure for building composable apps and services on the IPFS

    Textile provides encrypted, recoverable, schema-based, and cross-application data storage built on IPFS and libp2p. We like to think of it as a decentralized data wallet with built-in protocols for sharing and recovery, or more simply, an open and programmable iCloud. Textile is still under heavy development and no part of it should be used before a thorough review of the underlying code and an understanding that APIs and protocols may change rapidly. There may be coding mistakes and the underlying protocols may contain design flaws. Please let us know immediately if you have discovered a security vulnerability. Textile is a set of tools and trust-less infrastructure for building censorship-resistant and privacy-preserving applications. While interoperable with the whole IPFS peer-to-peer network, Textile-flavored peers represent an additional layer or sub-network of users, applications, and services.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    ipfsd-ctl

    ipfsd-ctl

    Control an IPFS daemon (go-ipfs or js-ipfs) using JavaScript

    Control an IPFS daemon (go-ipfs or js-ipfs) using JavaScript! Spawn IPFS Daemons, JS or Go.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    mediasoup

    mediasoup

    Cutting Edge WebRTC Video Conferencing

    mediasoup is a Node.js library that provides a cutting-edge WebRTC server capable of handling real-time communications with efficient media routing and processing.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    peco

    peco

    Simplistic interactive filtering tool

    peco (pronounced peh-koh) is based on a python tool, percol. percol was darn useful, but I wanted a tool that was a single binary, and forget about python. peco is written in Go, and therefore you can just grab the binary releases and drop it in your $PATH. peco can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results. Demos speak more than a thousand words! Here's me looking for a process on my mac. You can page through your results, and you can keep changing the query. When you combine tools like zsh, peco, and ghq, you can make managing/moving around your huge dev area a piece of cake! Search results are filtered as you type. When you find that line that you want, press enter, and the resulting line is printed to stdout, which allows you to pipe it to other tools. You can select multiple lines!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    pinning-service-compliance

    pinning-service-compliance

    This repo checks the compliance of IPFS Pinning Services

    The compliance test suite for IPFS Pinning Service API Spec. Run the compliance checker against a service. It is recommended to use an auth_token separate from your production/live services. The compliance checks will do their best not to corrupt any existing pins you have, but consistent tests without consistent data is challenging.
    Downloads: 3 This Week
    Last Update:
    See Project