Chat Software for Mac

View 90 business solutions
Chat Mac Clear Filters
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    <b>SicHer</b> is an encryption client that will allow secure chat across the internet using AES and a Diffe-Hellman key exchange.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Sidibot is an IRC bot designed to be convenient and informative. Currently its main feature is an "infobot"-style definition writing/reading/management, though it also supports basic channel management and various other functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sigon is a IRC bot, written in perl, using MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A simple PHP/MySQL based chat alternative for webmasters to incorporate into their own site. Implements Ajax and designed to be embedded on a specific page. Basic administration options are also available with more to come in future releases.
    Downloads: 0 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
    Simple Chat is a very simple graphical chat software . It consists of a server and client application. Clients can send Messages (incl. HTML messages) to all connected clients or to a particular client. Alle connected clients are shown in a list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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 shows how to exchange and process String over network. This is not sufficient when talking about large applications, but, let's not forget that HTTP uses Strings. The project contains both the Server and the Client. The main method in the Main class does nothing. You must launch the Server (ServerMain) and several instances (or just one) of the Client (ClientMain). To deconnect a client just send "exit".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SimplissIM is a simple instant messenger for local networks where people want to chat, not tweak their software settings. Automatic presence, no server needed, no list of contact to maintain (people appear automatically), seamless file sending...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A miniature console based AIM client written in pure Java. It implements the TOC protocol and provides a solid framework for understanding and writing your own IM clients or bots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SimpleIrc is a simple & complete implementation of the Irc protocol. SimpleIrc is written in C#, for the .NET environment. It is mainly intended for 3rd party developers so they can create their own Irc clients, in an easy and fast way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    SimpleIrcBot - is free bot, based on PHP for irc networks. It's need hosting with PHP, sockets and access for set_time_limit();
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sironta is a tool for collaborative work that joins in a single environment different applications that help a group of collaborators to communicate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Skype SourceForge project is the public repository for Skype-related open-source projects including SkypeWeb and Skype API implementations. Do you have a SkypeWeb or SkypeAPI project you'd like to share? Get in touch!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Skype Bot (Auto Talker)

    An enhanced, userfriendly, programmable chat bot for Skype

    This piece of software, enables the user to have a programable ChatBot. Where most of the tutorials circulating on the internet have their knowlegde base hard coded (obviously for demonstration purposes), here we will see that it is possible to add and edit rules to knowledge base during runtime, and the database is automaticly saved to a file on storage. Second thing that this program does is that it doesn't simply compare strings to search for answers, but it uses a different strategy to calculate resemblance between strings, and this sort of overcomes typing errors, misspelled words, or inverted phrases. In addition to the features mentioned above, it several secondary features that enhances user experience like a testing section, message delaying, greeting message, and the ability to load and backup database into files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Access Skype status and buddy info from the MacOS X System Notification area (the iconic menus on the right hand side of the MacOS X menu bar). Similar in nature to the iChat menu but for skype.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The project is abandoned please see forum's topic "why is this project abandoned" for explanations, if you want to take over - please write.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sliver is a Server daemon and a client program that reads log files, and accept remote commands through the TOC protocol using Net::Aim and encryption. Sliver is written mostly using Perl, but this may change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A stand-alone version of the smail applet client, with additional features : proxies, blacklist, system tray icon, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A complete TCL script for eggdrop bots 1.6.x. Features:op,botnet,bnc,mass-commands,user-protector,anti-spam,anti-clone, repeat-kicker,extra-bitch,onjoin,topic-locker,limit,split-detect,split-protect, upgrade,shell-commands,auto-add(bots),remote-sends,.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SmartIRC is a PHP class/library for communication with IRC networks, which conforms to the RFC 2812 (IRC). It's an API that handles all IRC protocol messages. Project moved to PEAR! http://pear.php.net/package/Net_SmartIRC/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. The API features full channel syncing and is splitted in 3 layers: IrcConnection, IrcCommands and IrcClient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Smile3D is a Java based chat uses 3D avatars. Avatar changes expression and mood according to user choices; It can also interacts with all the objects present into the same room where currently the avatar stays.. Java3D framework is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Smirk is a very user-friendly C# IRC client that uses the SmartIrc4net component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A networking site on the lines of Orkut.Right now we plan to build it on Jboss seam and use a Java content management system like apache Jackrabbit as the backend. It would be more of a POC than an actual commercial app. Later on mabe it can be enhanced
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JS-Bridge to Java Socket API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Solitox Community system provides an integrated real-time chat service, web interface, and a scalable infrastructure for adding more services with common credentials. These interfaces allow a greater level of communication for your users.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB