Open Source Windows Communications Software - Page 5

Communications Software for Windows

View 1274 business solutions
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 1
    QuiteRSS

    QuiteRSS

    Free news feeds reader

    QuiteRSS is a open-source cross-platform RSS/Atom news feed reader written in Qt/C++.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 2
    NbuExplorer
    Nokia NBU, NBF, NFB, NFC and ARC backup file parser, extractor and viewer. It can help you to check content of backup or extract files from it. Requires MS .Net Framework 2
    Leader badge
    Downloads: 165 This Week
    Last Update:
    See Project
  • 3
    IPFS Desktop

    IPFS Desktop

    An unobtrusive and user-friendly desktop application for IPFS

    IPFS Desktop bundles an IPFS node, file manager, peer manager, and content explorer into a single, easy-to-use application. Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster. If you already have an IPFS node on your computer, IPFS Desktop will act as a control panel and file browser for that node. If you don't have a node, it'll install one for you. And either way, IPFS Desktop will automatically check for updates. IPFS Desktop enables you to stop or restart your node straight from the IPFS logo menu in your OS menubar/system tray. For Mac and Windows users, IPFS Desktop can also be set to launch at system startup, ensuring that your node is running whenever your computer is on.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 4
    libtorrent

    libtorrent

    An efficient feature complete C++ bittorrent implementation

    libtorrent is a feature-complete C++ BitTorrent implementation focusing on efficiency and scalability. It runs on embedded devices as well as desktops. It boasts a well-documented library interface that is easy to use. It comes with a simple BitTorrent client demonstrating the use of the library. The interface of libtorrent consists of a few classes. The main class is the session, it contains the main loop that serves all torrents. Each class and function is described in this manual, you may want to have a look at the tutorial as well. If a torrent hits a disk write error, it will be put into upload mode. This means it will not download anything, but only upload. The assumption is that the write error is caused by a full disk or write permission errors. If the torrent is auto-managed, it will periodically be taken out of the upload mode, trying to write things to the disk again.
    Downloads: 31 This Week
    Last Update:
    See Project
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • 5
    MRBS is a system for multi-site booking of meeting rooms. Rooms are grouped by building/area and shown in a side-by-side view. Although the goal was initially to book rooms, MRBS can also be used to book any resource; computers, planes, whatever you want
    Leader badge
    Downloads: 125 This Week
    Last Update:
    See Project
  • 6
    This project is for www.zpoc.com. It will be used to connect only to ZPoc's network of servers. This is a christian music only file sharing client with chat.
    Leader badge
    Downloads: 447 This Week
    Last Update:
    See Project
  • 7
    RTorrent BitTorrent Client

    RTorrent BitTorrent Client

    rTorrent BitTorrent client

    The rTorrent bittorrent client uses ncurses and is ideal for use with tmux, screen or dtach. Alternatively, version 0.9.7+ has a built-in daemon mode disabling the user interface, so you can only control it via XMLRPC. It supports saving of sessions, allows the user to add/remove torrents, and much more.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 8
    SymmetricDS

    SymmetricDS

    Database Replication, Filtered Synchronization, and Transformation

    SymmetricDS is database replication and file synchronization software. It is a platform-independent, web-enabled, and database-agnostic synchronization tool. With initial data load, bidirectional change data capture, conflict resolution, and data transformation, it is a comprehensive data replication solution.
    Leader badge
    Downloads: 136 This Week
    Last Update:
    See Project
  • 9

    IEDExplorer

    IEC61850 IED Explorer in .net

    IEDExplorer is an IEC 61850 client tool written for testing and educational purposes. IEDExplorer can connect to an IEC61850 device (also called an IED) over MMS (ISO/IEC9506-1 and ISO/IEC 9506-2) communication protocol. The tool is written in pure C# including the MMS ASN.1 parser (based on BinaryNotes ASN.1 tool) and runs in .net environment, on Windows. Linux/Mono support has been lost on the way (volunteers welcome). See Features for what the tool can do for you. I will appreciate your help in testing and extending the tool!
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • Field Sales+ for MS Dynamics 365 and Salesforce Icon
    Field Sales+ for MS Dynamics 365 and Salesforce

    Maximize your sales performance on the go.

    Bring Dynamics 365 and Salesforce wherever you go with Resco’s solution. With powerful offline features and reliable data syncing, your team can access CRM data on mobile devices anytime, anywhere. This saves time, cuts errors, and speeds up customer visits.
    Learn More
  • 10
    JDA

    JDA

    Java wrapper for the popular chat & VOIP service

    JDA strives to provide a clean and full wrapping of the Discord REST api and its Websocket-Events for Java. This library is a helpful tool that provides the functionality to create a discord bot in java. Discord is currently prohibiting the creation and usage of automated client accounts (AccountType.CLIENT). We have officially dropped support for client login as of version 4.2.0! Note that JDA is not a good tool to build a custom discord client as it loads all servers/guilds on startup, unlike a client which does this via lazy loading instead. If you need a bot, use a bot account from the Application Dashboard. Creating the JDA Object is done via the JDABuilder class. After setting the token and other options via setters, the JDA Object is then created by calling the build() method. When build() returns, JDA might not have finished starting up. However, you can use await ready() on the JDA object to ensure that the entire cache is loaded before proceeding.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 11
    Signal Desktop

    Signal Desktop

    Private messenger for Windows, Mac, and Linux

    Say "hello" to a different messaging experience. An unexpected focus on privacy, combined with all of the features you expect. State-of-the-art end-to-end encryption (powered by the open source Signal Protocol) keeps your conversations secure. We can't read your messages or listen to your calls, and no one else can either. Privacy isn’t an optional mode, it’s just the way that Signal works. Every message, every call, every time. Share text, voice messages, photos, videos, GIFs and files for free. Signal uses your phone's data connection so you can avoid SMS and MMS fees. Make crystal-clear voice and video calls to people who live across town, or across the ocean, with no long-distance charges. Add a new layer of expression to your conversations with encrypted stickers. You can also create and share your own sticker packs. Group chats make it easy to stay connected to your family, friends, and coworkers.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 12
    GazePointer

    GazePointer

    WebCam Eye-Tracker

    GazePointer is a Webcam eye tracker software that lets you move mouse cursor using your eyes. GazePointer is a software that uses an ordinary webcam to estimate the direction of your gaze. This information can then be passed to other applications (e.g https://gazerecorder.com/gazescroll/, https://sourceforge.net/projects/gazeboard/ ). For example, used in conjunction with Dasher, GazePointer allows you to write with your eyes. if you want to integrate GazePointer with your own solution you can access gaze data via GazeFlowAPI: https://github.com/szydej/GazeFlowAPI You can also check out: GazeRecorder, which records your eye movement on the screen: https://gazerecorder.com Online Live Demo: GazeCloudAPI real-time eye tracking https://api.gazerecorder.com GazeRecorder APP (Behavior Analytics Made Easy. Website Eye-Tracking Heatmaps & More) https://app.gazerecorder.com
    Leader badge
    Downloads: 162 This Week
    Last Update:
    See Project
  • 13
    Elastix

    Elastix

    Unified Communications Server

    Elastix is a software-based PBX powered by 3CX and based on Debian. An open-standards solution, Elastix is an easy to install and manage UC system compatible with popular IP phones, gateways and SIP trunks. Elastix is complete with unified communications features such as integrated WebRTC video conferencing, chat, presence and softphones and smartphone clients for Windows, Mac, iOS and Android.
    Leader badge
    Downloads: 121 This Week
    Last Update:
    See Project
  • 14
    Agregore Browser

    Agregore Browser

    A minimal browser for the distributed web (Desktop version)

    A minimal web browser for the distributed web. Web Extension support. Built-in Markdown/Gemini/JSON rendering extension. Built-in QR code scanner and generator extension. Generate a QR code for the current page. Scan a QR code from the browser action window. Right-click a link or image to generate a QR code for it. Built-in ad blocker (ublock origin). Built-in support for creating web archives via ArchiveWeb.page.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 15
    WhatSie

    WhatSie

    Feature rich WhatsApp Client for Desktop Linux

    Feature-rich WhatsApp web client based on Qt WebEngine for Linux Desktop.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 16
    Outlook Mail Merge Attachment is a script which can be used to add an attachment to an mail merge in Microsoft Outlook.
    Leader badge
    Downloads: 153 This Week
    Last Update:
    See Project
  • 17
    NetTime is a simple, free time synchronization client for Win32, providing a client and server for SNTP and RFC868. Its main claim to fame is that it is small, simple and unobtrusive.
    Leader badge
    Downloads: 125 This Week
    Last Update:
    See Project
  • 18
    Ares Galaxy

    Ares Galaxy

    A free peer-to-peer (P2P) BitTorrent file sharing client

    Ares Galaxy is a free, open source BitTorrent and chat program that uses its own decentralized supernode/leaf network. Ares Galaxy has a simple, quick access interface with a built in audio/video viewer. Ares allows you to share any digital file including images, audio, video, software, documents, etc. You may now easily publish your files through the Ares’ peer-to-peer (P2P) network. As a member of the virtual community, you can search and download just about any file shared by other users. The latest versions also support the BitTorrent protocol and Shoutcast radio stations.
    Leader badge
    Downloads: 694 This Week
    Last Update:
    See Project
  • 19
    Session Desktop

    Session Desktop

    A Decentralized, Onion Routed, Private Messenger

    Session Desktop is an open-source, privacy-focused messaging application that brings secure, decentralized communication to desktop environments such as Windows, macOS, and Linux, providing users with encrypted text, media, and group chats without requiring phone numbers or email addresses. Built on the Session protocol and the Loki network, it routes messages through a distributed onion-routing network that hides metadata like sender, timing, and location so that conversations are resistant to surveillance and correlation attacks. The desktop client pairs seamlessly with Session mobile apps but can also be used independently to communicate with Session contacts in a familiar desktop interface that supports a full keyboard, global notifications, drag-and-drop media sharing, and local file access. Session emphasizes zero-knowledge privacy, meaning that only the participants in a conversation can read the messages.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 20
    qBittorrent RuTracker plugin

    qBittorrent RuTracker plugin

    qBittorrent search engine plugin for rutracker

    qBittorrent RuTracker plugin is a lightweight search engine extension designed to integrate the RuTracker torrent index directly into the qBittorrent client, allowing users to search for torrents without leaving the application interface. The plugin follows qBittorrent’s official search plugin architecture and is implemented as a Python script that communicates with the RuTracker website to retrieve and display search results. By embedding this functionality into the client, it streamlines the torrent discovery process and reduces the need for manual browsing across external websites. The plugin requires users to authenticate with RuTracker credentials, enabling access to content that may otherwise be restricted or hidden behind login requirements. It is designed to be simple to install and configure, typically involving placing the script in the appropriate directory and editing credentials.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 21
    FileBot

    FileBot

    The ultimate TV and Movie Renamer / Subtitle Downloader

    FileBot is the ultimate tool for renaming your movies, tv shows or anime and downloading subtitles. It's smart, streamlined for simplicity and just works. FileBot supports Windows, Linux and Mac, plus there's a full-featured command-line interface for all sorts of automation.
    Leader badge
    Downloads: 129 This Week
    Last Update:
    See Project
  • 22
    AltSendme

    AltSendme

    Send files and folders anywhere in the world without storing in cloud

    Alt-Sendme is a free, open-source peer-to-peer file transfer tool that allows users to send files and folders directly between devices without relying on cloud storage or intermediary accounts. Built with modern networking principles, it provides a secure, end-to-end encrypted connection that prioritizes privacy, so personal data is not stored on third-party servers during transfer. Users can share files of any size and format easily, which makes Alt-Sendme a flexible alternative to services like WeTransfer, Dropbox, or Google Drive that impose limits or require accounts. The tool works cross-platform and is designed to be frictionless, opening received transfers automatically in the system file explorer for a smooth user experience. With its high star count on GitHub and an active contributor community, Alt-Sendme continues to receive updates that improve performance, localization, and platform support.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 23
    Fansly Downloader

    Fansly Downloader

    Easy to use fansly.com content downloading tool

    Fansly Downloader is the go-to app for all your bulk media downloading needs. Download photos, videos, audio, or any other media from Fansly, this powerful tool has got you covered! Say goodbye to the hassle of individually downloading each piece of media, now you can download them all or just some, with just a few clicks.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 24
    PHPMailer

    PHPMailer

    A full-featured email creation and transfer class for PHP

    A PHP email creation and transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. PHPMailer is used by many popular PHP development frameworks and is one of the most popular email-generating and sending libraries in the world. This project is defunct here on sourceforge – it's now maintained on Github at https://github.com/PHPMailer/PHPMailer. Documentation is available at https://github.com/PHPMailer/PHPMailer/wiki
    Leader badge
    Downloads: 109 This Week
    Last Update:
    See Project
  • 25
    libmms is a library for downloading (streaming) media files using the mmst and mmsh protocols.
    Leader badge
    Downloads: 226 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB