nowfound

Alternatives

Products that do what MODVC does

The place for Voice Chat

  1. 1WL

    WhisperFusion builds upon the capabilities of open source tools WhisperLive and WhisperSpeech to provide a seamless conversations with an AI chatbot.

    2024 · github.com

  2. 2WO

    Hey HN! Braden here, creator of Whispering, an open-source speech-to-text app. I really like dictation. For years, I relied on transcription tools that were almost good, but they were all closed-source. Even a lot of them that claimed to be “local” or “on-device” were still black boxes that left me wondering where my audio really went. So I built Whispering. It’s open-source, local-first, and most importantly, transparent with your data. Your data is stored locally on your device, and your audio goes directly from your machine to a local provider (Whisper C++, Speaches, etc.) or your chosen…

    2025 · github.com

  3. 3IB

    I spent the last few days building out a nicer ChatGPT-like interface to use Mistral 7B and Llama 3 fully within a browser (no deps and installs). I’ve used the WebLLM project by MLC AI for a while to interact with LLMs in the browser when handling sensitive data but I found their UI quite lacking for serious use so I built a much better interface around WebLLM. I’ve been using it as a therapist and coach. And it’s wonderful knowing that my personal information never leaves my local computer. Should work on Desktop with Chrome or Edge. Other browsers are adding WebGPU support as well - see…

    2024 · github.com

  4. 4
    xPrivo141

    Open Source, Free Anonymous AI Chat - Ready to Run Locally

    Dec 2025

  5. 5

    Open source voice chat infra that rivals GPT-4o

    2024

  6. 6BP
  7. 7
    Overtalk286

    A free walkie-talkie for the web

    2024

  8. 8
    Chaton88

    1:1 video chat P2P open source

    2021

  9. 9
    Voicer107

    Like Lego for building shareable web pages quickly

    2019

  10. 10

    Build voice and chat apps for the browser - open source

    2020

  11. 11
    Mornin111

    An anonymous audio conferencing service

    2020

  12. 12PS

    Welcome to Project S.A.T.U.R.D.A.Y. This is a project that allows anyone to easily build their own self-hosted J.A.R.V.I.S-like voice assistant. In my mind vocal computing is the future of human-computer interaction and by open sourcing this code I hope to expedite us on that path. I have had a blast working on this so far and I'm excited to continue to build with it. It uses whisper.cpp [1], Coqui TTS [2] and OpenAI [3] to do speech-to-text, text-to-text and text-to-speech inference all 100% locally (except for text-to-text). In the future I plan to swap out OpenAI for llama.cpp [4]. It is…

    2023 · github.com

  13. 13WH

    Hi All ,I been working on my idea , A Voice CRM solution for 2 years.When I started brainstorming the idea the only option I have to receive phone calls thru browser was a flash widget or use 3rd party providers like Twilio or Phono . Thanks to WebRTC we now integrated our VoIP services to receive and make calls directly thru browser .Please have a look and give us your feedback .Thanks Voz.io Team .

    2013 · voz.io

  14. 14CR

    Hey HN, what I wanted to build here is a proper universal layer for persisted agentic sessions, that could be seamlessly interacted both via web and a messenger (Telegram). I really like what's done so far and would be nice to hear some feedback from you. The interesting thing is that I started to use Chatcode during its development as soon it was possible, so used this tool to build itself. I know that there could be trust/privacy concerns, because it relies on a gateway that you need to install on your machine in order to work, but: 1. You can use it on any machine, just have some…

    Jun 2026 · chatcode.dev

  15. 15IL

    Hello HN, I want to share something that I worked on for quite a while as my side project - www.heahy.com an IRC like chat where you can share various media and even record yourself (using web MediaRecorder api). Here is a thread with short explanation on how it works: https://www.heahy.com/channel/homepage/thread/3900adb9e441a09abc757461 I am looking for any feedback and if you have any ideas, advice or questions I am eager to hear it here or on heahy!

    2020

  16. 16OS

    hi! video[0] The idea is you could carry around this hardware and ask it any questions about the conference. Who is speaking, what are they speaking about etc... it connects via WebRTC to a LLM and you get a bunch of info. This is a workshop/demo project I did for a conference. When I was talking to the organizers I mentioned that I enjoy doing hardware + WebRTC projects. They thought that was cool and so we ran with it. I have been doing these ESP32 + voice ai projects for a bit now. Started with an embedded sdk for livekit[1] that jul 2024 and been noodling with it since then. This…

    Oct 2025 · github.com

  17. 17FI

    This is something fun I’ve been hacking on recently: ridiculously simple group chat. Go to http://faces.io and then get your friends to do the same. That’s it! :-D Currently works best in Chrome. It’s definitely beta status at best. Audio can get weird—be ready to mute. ;-) Let me know what you think!

    2014

  18. 18HV

    I'm running several voice-only virtual coffee events on the Discord server in the URL, only for today. The rules are pretty simple: 1. Wait for the "event" to start (see times at the end) 2. If there are no tables with 1 participant, join any one. 3. If there is a table with 1 participant, join that one. 4. When the event ends, all the voice channels are deleted and you have to wait till the next event starts. I initially wanted to build my own web app but then I realised it would be so much easier to just leverage Discord's infrastructure. I also built a bot in a couple hundred lines of Go…

    2023 · discord.com

  19. 19HV

    I built Hyprvoice, a small tool that lets you type with your voice on Wayland — no X11, no kludgy bridges. Press a key, talk, and your words appear wherever your cursor is. It’s written in Go, uses PipeWire for audio, and talks directly to the compositor. The workflow is simple: press key → start recording press again → stop and inject text Notifications show recording/transcribing states, and it works with multiple backends — currently OpenAI Whisper, with whisper.cpp (local/offline) in progress. Everything runs through a lightweight daemon with IPC over a unix socket. Text…

    Oct 2025 · github.com

  20. 20MA

    A fun weekend project: https://www.modembin.com It's a pastebin, except text/files are encoded into .wav files using real FSK modem audio. Image sharing is supported via Slow-Scan Television (SSTV), a method of transmitting images as FM audio originally used by ham radio operators. Everything runs in the browser with zero audio libraries and the encoding is vanilla TypeScript sine wave math: phase-continuous FSK with proper 8-N-1 framing, fractional bit accumulation for non-integer sample rates, and a quadrature FM discriminator on the decode side (no FFT windowing or…

    Mar 2026 · modembin.com

  21. 21GS

    This weekend I finally shipped Gryt, a project I’ve been building since 2022 — an open-source, self-hostable Discord-style app focused on reliable voice chat + text. I’m the creator. I started it after getting fed up with Discord disconnects/paywalls and wanted something self-hosted and auditable. I started on this in 2022 and had an early proof-of-concept working back then (auth + friends list), but I quickly realized WebRTC voice isn’t something you can duct-tape together. I spent a big chunk of the next couple years learning the stack (ICE/DTLS-SRTP, NAT traversal, SFU design),…

    Feb 2026 · gryt.chat

  22. 22

    Hello HN! I'm Matt and today I'd like to show you Cascade Chat. One of my earliest internet experiences was with mIRC. I always admired its straightforward, pleasant UI and the way it wove a hackable core into the code. The way you could build on the visual and API layers of the underlying IRC client to me was fascinating software machinery. It was truly a client that you could build on top of. As my career has progressed, I moved away from Windows and adopted Linux as my daily driver. That was where I found HexChat, the closest thing I could find to mIRC many years later. While I really…

    Jul 2026 · github.com

  23. 23VX

    Hi HN, I saw this tweet: "Hear me out: X but it's only voice messages (with AI transcriptions)" - and couldn't stop thinking about it. So I built VoxConvo. Why this exists: AI-generated content is drowning social media. ChatGPT replies, bot threads, AI slop everywhere. When you hear someone's actual voice: their tone, hesitation, excitement - you know it's real. That authenticity is what we're losing. So I built a simple platform where voice is the ONLY option. The experience: Every post is voice + transcript with word-level timestamps: Read mode: Scan the transcript like normal text or…

    Nov 2025 · voxconvo.com

  24. 24

    X, but you have to use your voice.

    Nov 2025

Ranked by how close each launch is in meaning, then by votes. Refine with a description →