strawberry

Local voice assistant using Gemma4 (by pncnmnp)

Strawberry Alternatives

Similar projects and alternatives to strawberry

  1. Pion WebRTC

    Pure Go implementation of the WebRTC API

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. pipecat

    11 strawberry VS pipecat

    Open Source framework for voice and multimodal conversational AI

  4. dograh

    7 strawberry VS dograh

    Open source voice AI platform. Self-hosted alternative to Vapi and Retell. On Prem, BYOK across Speech to Speech or LLM/STT/TTS, with a visual workflow builder, MCP native and telephony support.

  5. pronghorn

    Fast, low-latency voice assistant protocol. Wire-level UDP streaming replacement for Wyoming. (by jaggederest)

  6. j-moshi

    2 strawberry VS j-moshi

    J-Moshi: A Japanese Full-duplex Spoken Dialogue System

  7. webrtc-zero-downtime-restart

    A playground to make WebRTC easier to deploy, safer and more robust

  8. pipecat-esp32

    Pipecat ESP32 Client SDK

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better strawberry alternative or higher similarity.

strawberry discussion

Log in or Post with

strawberry reviews and mentions

Posts with mentions or reviews of strawberry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-04.
  • OpenAI delivers low-latency voice AI at scale
    10 projects | news.ycombinator.com | 4 May 2026
    The whole setup works on my M2 MacBook Pro with 16 GB RAM. I use Gemma 4B via LiteRT-LM.

    I've found that LiteRT-LM has a much lower DRAM footprint than Ollama. I've also made tons of optimizations in the code - for eg, you can do quite a bit with a 16k context window for a voice assistant while managing a good footprint, so I keep track of the token usage and then perform an auto-compaction after a while. I use sub-agents and only do deep-think calls with them, so the context window is separated out. In a multi-turn conversation, if Gemma 4 directly processes audio input, the KV cache fills up within a few turns, so I channel it all via Whisper.

    I did not want to use openWakeWord or Picovoice because they had limitations on which wake word you could choose. Alternative was to train a model of my own. So I created my own wake word detection pipeline using Whisper Tiny - works surprisingly well: https://github.com/pncnmnp/strawberry/blob/main/main.py#L143...

    Also, I have VAD going with smart turn v3 (like I mentioned above) + I use browser/websocket for AEC + Barge-in (https://github.com/pncnmnp/strawberry/blob/main/audio_ws.py).

    I'm using the MacBook's built-in microphones for this, though, and I haven't fully tested it with other microphones. I've been ironing out the rough edges on a daily basis. I should write a quick blog on this too.

Stats

Basic strawberry repo stats
2
0
-
about 1 month ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?