Showing 195 open source projects for "which"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end. Migrate from on-prem or other clouds with free migration tools.
    Try Free
  • 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
  • 1
    Mattermost Desktop

    Mattermost Desktop

    Mattermost Desktop application for Windows, Mac and Linux

    Mattermost Desktop is a native desktop application for Mattermost, a workplace messaging alternative to Slack. Mattermost Desktop is developed using Electron and runs on Windows, Mac and Linux.
    Downloads: 83 This Week
    Last Update:
    See Project
  • 2
    JDA

    JDA

    Java wrapper for the popular chat & VOIP service

    ...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. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    GoofCord

    GoofCord

    Take control of your Discord experience with GoofCord

    ...GoofCord is built as a standalone client and doesn't rely on the original Discord client in any way. GoofCord supports other client mods such as Vencord or Shelter which allows you to use plugins and themes.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Goofy

    Goofy

    Desktop client for Facebook Messenger

    ...Also, I don't want this to be a feature-bloated monster, but a slick and small app. Depending on the number of contributors and the progress of this app, I will schedule releases from time to time, which will then be distributed on goofyapp.com. To debug, there's a VSCode launch.json that can be used to debug the Electron app. To debug the Facebook JavaScript changes you'll need to use the Chrome Web Inspector.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    DiscordGo

    DiscordGo

    (Golang) Go bindings for Discord

    ...If you would like to help the DiscordGo package please use this link to add the official DiscordGo test bot dgo to your server. This provides indispensable help to this project. Construct a new Discord client which can be used to access the variety of Discord API functions and to set callback functions for Discord events. The DiscordGo code is fairly well documented at this point and is currently the only documentation available. Go reference (below) presents that information in a nice format. This library and the Discord API are unfinished. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Pidgin IM

    Pidgin IM

    A universal instant messaging (IM) program

    See https://pidgin.im/about/ for more information. Pidgin is an instant messaging program which lets you log in to accounts on multiple chat networks simultaneously. It runs on Windows, Linux, and other UNIX operating systems. Pidgin is compatible with the following chat networks out of the box: AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, MXit, Novell GroupWise Messenger, Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr.
    Leader badge
    Downloads: 5,185 This Week
    Last Update:
    See Project
  • 7
    Accessible-Coconut

    Accessible-Coconut

    A GNU/Linux operating system accessible for visually impaired.

    Accessible-Coconut(AC) is a community driven GNU/Linux operating system which is completely accessible for persons with visual impairment. AC is derived from Ubuntu-MATE. Yes the goal is to make a free and open-source eyes free desktop environment. Forum : https://groups.google.com/forum/#!forum/accessible-coconut Telegram forum : https://telegram.me/accessible_coconut Project home : https://zendalona.com/
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • 8
    Openfire LLM Chatbot Plugin

    Openfire LLM Chatbot Plugin

    LLM Chatbot Assistant for Openfire server

    This plugin is a wrapper to hosted AI Inference server for LLM chat models. It uses the Botz API to create a chatbot in Openfire which will engage in XMPP chat and groupchat conversations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Chaskiq

    Chaskiq

    Full featured live chat, support & marketing platform

    ...In short, create experiences that create value for your customers. There are no limits! One of the most robust webchats that allows extending its functionalities by integrating multiple plugins which allow taking conversations to the next level. We have developed a text editor that allows us to send messages worthy of the year 2022, this means going beyond markdown format and taking messaging to the extreme. Gifs, Videos, Embeds and a long etcetera. Chaskiq is an open source platform that connects and empowers the communication of support, sales & marketing teams with their customers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 10

    oidentd

    Configurable ident daemon with IP masquerading support

    ...Users can be granted permission to specify their own responses, and different responses can be sent depending on host and port pairs. oidentd features a capability-based permission system that allows system administrators fine-grained control over which functionalities may be used by each user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LMAX Disruptor

    LMAX Disruptor

    High performance inter-thread messaging library

    ...The Disruptor is the result of our research and testing. We found that cache misses at the CPU-level, and locks requiring kernel arbitration are both extremely costly, so we created a framework which has "mechanical sympathy" for the hardware it’s running on, and that’s lock-free. This is not a specialist solution, it’s not designed to work only for a financial application. The Disruptor is a general-purpose mechanism for solving a difficult problem in concurrent programming. It works in a different way to more conventional approaches, so you use it a little differently than you might be used to.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Chatter

    Chatter

    A place for all your chatting apps.

    A place for all your chatting apps. Apps Chatter currently supports: WhatsApp Discord Microsoft Teams Telegram Android Messages Jitsi Meet Snapchat WeChat Google Chat Skype imo Building Instructions The main framework that Chatter uses is Tauri, a Node.js package. To build it, download Node.js and NPM, clone or download the repo and run 'npm run tauri build' This will build the app for your OS (Windows,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Sextium

    BOT IRC in Perl

    Project created to entertain on the IRC channel. This bot is the successor of a version written in C which is less modular than this version in Perl. It is designed to be entertained during exchanges on IRC. It allows to display macros on an IRC channel. These macros are recorded by users in the form of actions, messages or IRC commands. It is possible to create a macro with several macros in a row. It also keeps a history of those deleted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Botkit

    Botkit

    Tool for building chat bots, apps and custom integrations

    ...Tell the bot to listen for users saying "hello," and use `bot.reply` to send an immediate response. Start a conversation, then queue up multiple messages to send, including a prompt sent using `convo.ask()` which allows your bot to capture user input and use it. Botkit is just one part of a bigger set of developer tools and SDKs that encompass the Microsoft Bot Framework. The Bot Framework SDK provides the base upon which Botkit is built. It is available in multiple programming languages!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Discord-Sandbox

    Discord-Sandbox

    Alternative electron-based Discord client with custom telemetry

    Are you worried Discord is watching what programs you have open or listening to your mic even while you're not pressing your push-to-talk key? Discord-Sandbox isolates the Discord client from reading background processes by running the Discord web client inside of a webview, which is finally contained inside the Electron process. While I cannot guarantee this client protects you from anything, I have tried my best to remove Discord's data collection. As detailed from Luna Mendes' discord-unofficial-docs, Discord sends telemetry data over the /api/science endpoint. This project does its best to disable this telemetry communication by running javascript code into the webview that adds a blacklist/whitelist to the default XMLHttpRequest behavior. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    gtkcord

    gtkcord

    A Gtk3 Discord client in Golang

    A lightweight Discord client which uses GTK3 for the user interface. Because the official client is lagging too hard for me to ignore. gtkcord3 won't be receiving any new features. It is being maintained at a minimal level just to ensure that it's usable on my computer. Crashed will still be fixed as I use the application, but that's about it.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 17
    sns auth

    sns auth

    Universal third-party login SDK, support WeChat, WeChat scan code, etc

    Universal third-party login SDK, support WeChat, WeChat scan code, QQ, Weibo login, Alipay login, Facebook, Line, Twitter, Google. In the interface file, 4 methods are defined, which must be implemented by each third-party base class, and are used for related third-party login operations and data acquisition. WeChat has an additional method for obtaining the address requested by the proxy. Version 2.0 no longer automatically sets the state through the system. If necessary, please handle the verification by yourself, and the state can also be put in the config. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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 and provides a placeholder for an input component. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IrcAppender

    IrcAppender

    IrcAppender forwards important log4j messages to an IRC channel

    IrcAppender is an appender for the Apache log4j system which forwards important logging event to an IRC channel. Output is controlled by the log4j configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Wechaty

    Wechaty

    Conversational RPA SDK for chatbot makers

    ...You are welcome to join our Wechaty Developers' Home by scanning the above QR code, then send the secret code wechaty to Friday.BOT. Wechaty is a modern Conversational RPA SDK for Chatbot Makers which can create a bot in a few lines of code. Wechaty offers out-of-the box support for the common features you'd expect from turning your IM account into chatbot, and can be easily customised and extended by developers to create a chatbot that is tailored to their precise needs. Wechaty support lots of popular instant messaging platforms. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Astro Boy Chat Room

    Astro Boy Chat Room

    Atom chat room nestjs+vue full stack chat room

    In my spare time, I wanted to make a chat room to consolidate front-end skills, so I started the development journey of Astro chat room on June 24, 2020. The project is developed in full typescript, which is to lay the foundation for future functional iterations. Of course, I also like typescript very much. At present, the chat room has a complete chat function. More cool features will be developed in the future! Interested friends can fork to develop by themselves, you can change it at will! I have time to upgrade new features! A superset of JavaScript, its biggest advantage is to provide a type system and improve the readability and maintainability of the code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BotMan

    BotMan

    A framework agnostic PHP library to build chat bots

    Write your chatbot logic once and connect it to one of the available messaging services, including Amazon Alexa, Facebook Messenger, Slack, Telegram or even your own Website. BotMan is framework agnostic, which means you can use it in your existing codebase, whatever framework you might use. Starting a new chatbot project? BotMan Studio is a Laravel 5.5 boiler project to get you started in no time! BotMan is all about having an expressive, yet powerful syntax that allows you to focus on the business logic, not on framework code. BotMan is a framework agnostic PHP library that is designed to simplify the task of developing innovative bots for multiple messaging platforms, including Slack, Telegram, Microsoft Bot Framework, Nexmo, HipChat, Facebook Messenger and WeChat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FasFollow

    FasFollow

    FasFollow is a social media website, and use to connect people.

    FasFollow is a social media website which allows users to connect with friends, relatives or people they don't know, online. It allows users to share pictures, music, videos, and articles, as well as their own thoughts and opinions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    linjam

    A cross platform NINJAM client with linear chain-streaming mode

    ...Some of the ways proposed to accomplish this include: offering a minimal interface with some reasonable default settings, some normalizing/conditioning features such as auto-gain and limiter, and the option to elect a "sound man". It is hoped that these, and its other convenience features will encourage musicians without prior experience in audio production (which today is essentially a pre-requisite) to engage with the bliss that is NINJAM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    IP-Chat

    IP-Chat

    UDP based desktop chatting app which supports AES-256 bit encryption.

    Simple Encrypted chat application built with Java. It uses AES-256 bit block cipher algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB