Showing 68 open source projects for "chat application"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 1
    Realtime Chat Application

    Realtime Chat Application

    Build and deploy a real time chat application

    This full-stack tutorial project shows how to build and deploy a real-time chat app using React on the client and Node/Express with Socket.io on the server. It covers the mechanics of establishing WebSocket connections, broadcasting and receiving messages, and maintaining active user rooms. The repository includes scripts and instructions to spin up both client and server quickly so you can experiment locally. It illustrates common patterns like event-driven messaging, joining/leaving rooms,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Chat UI Kit React

    Chat UI Kit React

    Build your own chat UI with React components in few minutes

    Build your own chat UI with React components in a few minutes. The Chat UI Kit from Chatscope is an open-source UI toolkit for developing web chat applications. Tired of struggling with sticky scrollbars, content editable, responsiveness, and CSS hacks? This kit is for you. Headless chat library, React hook for state management in chat applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Zulip

    Zulip

    Powerful open source team chat application

    Zulip is a powerful open source group chat application that combines the immediacy of real-time chat with the productivity benefits of a threaded conversation model. Zulip’s unique threading model allows users to easily catch up on important conversations, helping to save time and increase productivity.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Anything LLM

    Anything LLM

    The all-in-one Desktop & Docker AI application with full RAG and AI

    A full-stack application that enables you to turn any document, resource, or piece of content into a context that any LLM can use as references during chatting. This application allows you to pick and choose which LLM or Vector Database you want to use as well as supporting multi-user management and permissions. AnythingLLM is a full-stack application where you can use commercial off-the-shelf LLMs or popular open-source LLMs and vectorDB solutions to build a private ChatGPT with no compromises that you can run locally as well as host remotely and be able to chat intelligently with any documents you provide it. ...
    Downloads: 43 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
  • 5
    Groq Desktop

    Groq Desktop

    Local Groq Desktop chat app with MCP support

    Groq Desktop is a cross-platform (Windows / macOS / Linux) local desktop application that provides a graphical chat interface for interacting with Groq-hosted, function-call-capable models. It bundles a built-in MCP (Model Context Protocol) server enabling smart function calling, letting users chat with an AI, send images, or interact with richer multimodal inputs — all from a friendly desktop UI. The app is built with modern web technologies and packaged for native distribution, making it accessible even to non-developer users who just want to experiment with Groq models without writing code. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Generative AI for Beginners (Version 3)

    Generative AI for Beginners (Version 3)

    21 Lessons, Get Started Building with Generative AI

    ...Lessons are split into “Learn” modules for core concepts and “Build” modules with hands-on code in Python and TypeScript, so you can jump in at any point that matches your goals. The course covers everything from model selection, prompt engineering, and chat/text/image app patterns to secure development practices and UX for AI. It also walks through modern application techniques such as function calling, RAG with vector databases, working with open source models, agents, fine-tuning, and using SLMs. Each lesson includes a short video, a written guide, runnable samples for Azure OpenAI, the GitHub Marketplace Model Catalog, and the OpenAI API, plus a “Keep Learning” section for deeper study.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Jitsi Meet

    Jitsi Meet

    Secure, simple and scalable video conferences application

    Go ahead, video chat with the whole team. In fact, invite everyone you know. Jitsi Meet is a fully encrypted, 100% open source video conferencing solution that you can use all day, every day, for free — with no account needed. Head over to meet.jit.si and see the service in action before you decide whether you’d like to run your own instance. For those interested, check out the meet.jit.si terms of service and privacy policy. Yep, it’s free — and it’s technologically advanced, too. In fact,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    ADAMANT Messenger Progressive Web App

    ADAMANT Messenger Progressive Web App

    ADAMANT decentralized Messenger, progressive web application

    A messaging application client for ADAMANT Blockchain. ADAMANT is a decentralized anonymous messenger based on the blockchain system. It’s independent of any governments or corporations, and even developers due to the distributed network infrastructure that contains an open-source code. The ADAMANT blockchain system belongs to its users. Nobody can control, block, deactivate, restrict or censor accounts. Users take full responsibility for their content, messages, media, and goals and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenAI Quickstart Node

    OpenAI Quickstart Node

    Node.js example app from the OpenAI API quickstart tutorial

    OpenAI Quickstart Node.js is an example application designed to help developers learn how to use the OpenAI API with Node.js. The repository provides structured sample code for a variety of API endpoints, including chat completions, assistants, embeddings, fine-tuning, moderation, batch processing, and image generation. Each folder contains runnable scripts that demonstrate both basic usage and more advanced scenarios.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10
    FastRTC

    FastRTC

    The python library for real-time communication

    ...It abstracts away much of the complexity that typically comes with implementing WebRTC by providing a simple interface — e.g. a Stream class — that can be mounted within a web backend (for example a FastAPI application). This makes it particularly well suited for building real-time voice (or video) interfaces for applications such as AI assistants, live chat, or collaborative audio/video tools. FastRTC also integrates nicely with UI frameworks (e.g. via a web demo using Gradio), so developers can rapidly prototype and deploy real-time streaming applications without deep knowledge of low-level WebRTC internals. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PyGPT

    PyGPT

    Open source personal AI Assistant for Linux, Windows and Mac

    PyGPT is a desktop application that allows you to talk to OpenAI's LLM models such as GPT4 and GPT3 using your own computer and OpenAI API. It allows you to talk in chat mode and in completion mode, as well as generate images using DALL-E 2. PyGPT also adds access to the Internet for GPT via Google Custom Search API and Wikipedia API and includes voice synthesis using Microsoft Azure Text-to-Speech API.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Cabal Desktop

    Cabal Desktop

    Desktop client for Cabal

    Cabal Desktop is a peer-to-peer, encrypted chat and file-sharing desktop application built on top of the Cabal protocol, designed for communities that value privacy, resilience, and decentralization. Unlike traditional messaging platforms, Cabal works offline-first and uses a distributed append-only log (similar to Secure Scuttlebutt) for data replication. All messages and content are shared directly between peers over local or internet connections without any central servers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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: 55 This Week
    Last Update:
    See Project
  • 14
    Langdesk

    Langdesk

    Windows application to search multiple pdfs and chat with them

    Langdesk is desktop application for windows that allows the user to assemble a knowledge base consisting of multiple pdf documents, retrieve information from them and chat with the retrieved content. Currently in BETA mode. Feel free to reach us for any request at info@tecnoesis.gr . We are currently seeking user scenarios, also open to customizations / additions / cooperation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CodinIT.dev

    CodinIT.dev

    Free, local, open-source AI app builder

    CodinIT.dev is a free, local, open source AI app builder that lets you go from idea to full-stack application entirely on your machine, no coding required, just chat with AI. You can build unlimited apps with real-time previews, instant undo, and responsive, frictionless workflows. Deep Supabase integration means you can create UI and backend logic in one cohesive environment, while the model-agnostic architecture lets you connect to any AI, whether cloud-based (Gemini 3 Pro, GPT-5, Claude Sonnet 4.5) or local via Ollama, so you’re never locked in. ...
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 16
    ONLYOFFICE Desktop Editors

    ONLYOFFICE Desktop Editors

    Free office suite for working with text, spreadsheets and presentation

    ONLYOFFICE Desktop Editors is an open source and 100% free office suite, combining text, spreadsheet and presentation editors for working on documents offline. The application features all types of formatting options and allows users to edit complex documents. Collaboration features such as reviewing and real-time co-editing are available as well. The editors offer 100% compatibility with MS Office and support other popular document formats including OpenDocument. The application also...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    dummygram

    dummygram

    DummyGram is a social media application

    DummyGram is a social media application where we have posts, stories, chat, friends, authentication, comment, delete, share and like feature. It uses ReactJs in the frontend for the UI and Firebase for the backend storing the users, posts, stories and comments. User Authentication: DummyGram includes multiple user authentication systems Posts: Users can create posts and share them with others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BingGPT

    BingGPT

    Desktop application of Bing's AI-powered chat (Windows, Mac, Linux)

    Desktop application of new Bing's AI-powered chat 1. Get access to the early preview of new Bing 2. Sign in to your Microsoft account 3. Start chatting
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenAI Web Application

    OpenAI Web Application

    A web application that allows users to interact with OpenAI's models

    A web application that allows users to interact with OpenAI's modles through a simple and user-friendly interface. This app is for demo purpose to test OpenAI API and may contain issues/bugs. User-friendly interface for making requests to the OpenAI API. Responses are displayed in a chat-like format. Select Models (Davinci, Codex, DALL·E, Whisper) based on your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mibew Messenger 3
    Mibew Messenger is an open-source live support application allowing visitors of your site to chat with your operators.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Socket Help Desk Solution

    A Platform Agnostic Help Desk Application for customer support teams

    Socket Help Desk Application is a cross-platform customer support application. It enables customer support teams chat with customers via text, audio and video conversation. It also enables technical support teams share their screen with visitors thus allowing the visitor see what the staff is doing on their screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    IGdm Messenger

    IGdm Messenger

    Desktop application for Instagram DMs

    Multi-platform Desktop application for Instagram DMs, built with electron Build Status! To setup this project locally for development purposes please follow the following steps. Ensure you Node.js installed. Clone this repo by running the command - git clone. Navigate to the directory where the repo is cloned to. (e.g cd igdm). Run npm install to install all the dependencies. Start the application locally by running npm start.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Metis Messenger

    Metis Messenger

    Secured blockchain group messaging

    We’re all familiar with using our favorite chat apps and we often just assume we can trust them with our personal information. It’s not until our private life is compromised do we suddenly reconsider how we’re doing things. Next-generation chat application Metis improves your privacy by defaulting to locally encrypt all communications before sending any message. With Jupiter Metis, you always have the power over your privacy and what, if anything, is shared.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HasCoding Chat System
    HasCoding Chat Sistemi Demo User: Username : demo Pass: demo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Total.js framework

    Total.js framework

    https://github.com/totaljs/framework

    ...Sign-in to the Platform. We offer excellent support with Code review or with online chat support, join our community. It's unbelievable, but Total.js core parts don't contain any 3rd party dependencies. Download complete Total.js apps for free and use them for your customers or pet projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next