Showing 67 open source projects for "linux applications"

View related business solutions
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    libsignal

    libsignal

    Home to the Signal Protocol and other cryptographic primitives

    libsignal is the foundational cryptographic library that implements the Signal Protocol and other essential primitives used across the official Signal clients and servers, enabling secure end-to-end encrypted communication. Written primarily in Rust with bindings and APIs surfaced for Java, Swift, and TypeScript, this library encapsulates critical algorithms like the Double Ratchet, prekey mechanisms, secure key storage, and zero-knowledge group primitives, along with additional utilities...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Asterisk GUI client, VICIdial

    Asterisk GUI client, VICIdial

    VICIdial Contact Center Suite

    This software suite is designed to extend the functionality of the Asterisk PBX through platform-independant web-client applications. Includes the VICIdial inbound/outbound contact center application. The suite is scalable across multiple Asterisk servers.
    Leader badge
    Downloads: 70 This Week
    Last Update:
    See Project
  • 4
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming,...
    Leader badge
    Downloads: 373 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
    ufdbGuard - URL filter for Squid

    ufdbGuard - URL filter for Squid

    URL filter to block unwanted content on the internet

    ufdbGuard is a URL filter to block unwanted web content on the internet. ufdbGuard can also enforce Google SafeSearch, detect UltraSurf, Tor, Skype and other chat applications, proxy tunnels and enforce safer HTTPS traffic. ufdbGuard is a redirector for the Squid web proxy with 200,000 URL verifications/second. ufdbGuard integrates with user authorities like LDAP, Kerberos and Active Directory to assign different policies to different groups of users. Contact the support desk at...
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    GoldBug - Encrypted Communications

    GoldBug - Encrypted Communications

    Chat Messenger. E-Mail-Client. Websearch. Filetransfer.

    GoldBug is a decentralized & secure communication suite that offers an integrated e-mail client, an instant messenger & a file transfer. Also included is an URL-RSS-DB & a p2p web search. Current vers. w/ McEliece Algorithm. GoldBug has been 2013 - 2023 ten years just another Graphical User Interface of the Spot-On Encryption Suite. Main GUI features: Minimal & colorful Interface with Tabs in the East. Microsoft & Qt MinGW deprecated Win32 & for Compiling: ●...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    EOL Rambox CE

    EOL Rambox CE

    Free and Open Source messaging and emailing app

    Free, Open Source and cross-platform messaging and emailing app that combines common web applications into one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Chatto

    Chatto

    A lightweight framework to build chat applications, made in Swift

    Chatto is a Swift lightweight framework to build chat applications. It's been designed to be extensible and performant. Along with Chatto there is ChattoAdditions, a companion framework which includes cells for messages and an extensible input component. You can find more details about how it was implemented in our blog. Chatto is a Swift framework to ease the development of chat applications. At the UI level, it takes care of managing the UICollectionView where the messages are displayed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Business Bot Platform

    Business Bot Platform

    Chatbot platform for various instant messenger

    The Business Bot Platform (BBP) - Community Edition is a chatbot platform for private and professional chatbots. It provides support for Facebook Messenger, Signal, Slack, Telegram, Microsoft Skype for Business, Threema and XMPP. The Business Bot Platform Community Edition provides a software solution for chatbot applications developed with Java. It is designed to be easy to use (pluggable chatbots) and extensible as well as integrate in your chatbot application without knowledge about...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 10
    libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 11

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The PlanetaMessenger.org Libraries project is a set of open source instant messenger libraries used and maintained by PlanetaMessenger.org. You can find protocol implementation for MSN, ICQ, ComVC networks for use on standalone and server applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Fleabags.net-1.0

    Open-Source Centos7 project to offer rapid communication apps.

    The purpose of this project is to provide centralized and secure open-source communication applications on Centos7. Most services (Wiki, Email, XMPP/Jabber) are connected to OpenLDAP which can be managed through a Webmin console on port https/10000. This makes it easier to stay secure as passwords can be changed on the fly through the Webmin console interface with minor reconfiguration for your domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MUSCLE

    Client-server networking library

    The MUSCLE system is a fast, portable, flexible client-server system for distributed applications. Clients send BMessage-like PortableMessages to each other either directly or via a centralized server (with built-in database and 'live query' support).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    wechat-php-sdk

    wechat-php-sdk

    WeChat public platform php development kit, weixin developer SDK

    The WeChat public platform is a platform for operators to provide information and services to WeChat users through the official account, and the public platform development interface is the basis for providing services. After the developer creates an official account on the public platform website and obtains interface permissions, he can read the interface document to help development. In order to identify users, each user generates a secure OpenID for each official account. If you need to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    connect-flash

    connect-flash

    Flash message middleware for Connect and Express

    connect-flash is a simple middleware for Express and Connect frameworks that enables easy storage and retrieval of one-time flash messages in a user session, which are particularly useful for displaying success or error notifications after redirects in web applications. Once installed and wired into a session-enabled Express app, it lets you set messages that persist across a single request–redirect–response cycle and then automatically clears them so they don’t show up repeatedly. The API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Stanzapper

    A Web based XMPP utility to check communication with XMPP server.

    Stanzapper 1.1 Released.. Stanzapper is also available @ http://stanzapper.appspot.com/ Stanzapper is a Web based utility built on HTML and JavaScript that allows creating a session with XMPP server on BOSH and send, receive XMPP stanzas. It's a solution to easily build XMPP stanzas and check the responses of server. This utility can be used to check various XMPP scenarios and use-cases at protocol level. It can be used to test other XMPP applications as well. It's also an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Eclipse Messenger

    Eclipse Messenger

    Eclipse Messenger - Developer Connect

    Eclipse messenger is a free instant messenger, developed for eclipse users. It makes it easier to communicate with other developers without requiring any other applications. It designed with the purpose of bringing developers closer and helping eachother.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    InstaChat

    Hacker-like Retro Chat.

    Remember those Hacker movies chat applications? Yes, those with the green chars that appeared one by one on the screen, in real time, as the remote user typed them. That's what InstaChat aims for, a retro, multiplatform*, ncurses based real time chat, in which each key you press is directly sent through the network to the peer you are talking to. Checkout the Blog(Developers News) for NEWS! *Only tested on windows, but the only used libraries are ncurses and boost for socket and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VoiceChatter is a free, open source, and cross platform voice chat application. It is built for gaming, so it is light weight, yet delivers excellent voice quality over minimal bandwidth and latency. For more, visit http://www.voicechatter.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    purpled is a libpurple daemon, aimed to provide instant-messaging services to external applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mission Control is a Telepathy component implementing the Account Manager and Channel Dispatcher specifications. It stores IM account settings, brings accounts online as necessary, and hands communication channels to the relevant applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Jabberace project aims to implement an full-featured XMPP/Jabber server. It will also provide reusable libraries/components to develop XMPP/Jabber server and client applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jlidegw
    IRC gateway for lide.cz chat.Written 100% pure in Java including "Lide API" (package jlidegw),which allows Java developers to make their own applications collaborating with lide.cz server.Some code parts are inspired by Python version of lidegw.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LibMSNP is a C++ shared library that allows applications to communicate over the Windows MSN/Live Messenger protocol. It is intended to for beginners and intermediates alike, offering a convenient C++ API for anything from IM-clients to social bots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB