Alternatives
Products that do what Briquette, a Mac OS X client for 37signal's Campfire app does
Hey all, We just pushed a new update to the Mac App Store for our Campfire client. Mainly bug fixes, performance enhancements, and support for foreign encoding. We're always looking for suggestions for further improvements and constructive feedback, so if you use Campfire, give it a shot and let us know what you think! http://briquetteapp.com/ http://itunes.apple.com/us/app/briquette/id413619425?mt=12&ls=1 It's $4.99 (USD) via the App Store, but if you see this early enough, here's a few promo codes: MA7LMP9KNLRK WWMNL7TTPE4X AARE49946X4N T97N7W9K7FWF A34JFRJWK4TM Thanks!
- 1SF
I've built a thing! A few months back someone (not me) posted my Mac app Droplings to HN. It was incredibly rough around the edges back then, and in alpha. Well, it's finished now and sparkles like crazy. Please take a look! :)
2012 · servus.io
- 2

- 3AM
2024 · github.com
- 4

- 5

Cause "You're absolutely right" is probably absolutely wrong
Apr 2026 · npmjs.com
- 6IB
I’ve been playing around with local LLMs for the past couple of months and decided to build something that can run on an iPhone. It’s a universal app built with SwiftUI and the excellent ggml library. The model is an SFT fine tuned and 4 bit quantised version of the RedPajama-INCITE-Chat-3B-v1 OSS LLM. It works reasonably well on recent-ish (~3 year old) iPhones, iPads and Macs. It was launched on the App Store yesterday[1] and Product Hunt today[2]. It seems to be reasonably ok at natural language interactions, but given its size, does pretty badly at coding and reasoning. Also, it…
2023
- 7IG
Hey HN, For years, my local development setup has been a fragile mess of tools that never quite played nicely together. On my mac, it was a constant battle with Homebrew services starting (or not starting) on boot, conflicting PHP and Node versions managed by `asdf` or `nvm`, and a collection of `docker-compose.yml` files that I'd copy-paste and tweak for every single project. The cognitive load was just too high. Setting up SSL was another chore involving `mkcert`. Sharing a quick demo with a colleague meant firing up ngrok. And if I wanted to run two projects that needed different versions…
Oct 2025 · servbay.com
- 8AB
Hey! Alexis and Tobi here. We built a native macOS client for ChatGPT API that is free to use (macOS Ventura). https://www.jamgpt.app/ We built and fine-tuned it to scratch our own specific text-processing itches, so we just wanted to share this with the community. If you work with a lot of text or code like we do, check it out. Its core features include: - Instantly talk to ChatGPT from anywhere on your Mac by pressing a keyboard shortcut. - Avoid typing out repetitive prompts by saving prompts and accessing them quickly. - Just download and start typing as you would with…
2023
- 9TF
I’d originally launched my app: Private LLM[1][2] on HN around 10 months ago, with a single RedPajama Chat 3B model. The app has come a long way since then. About a month ago, I added support for 4-bit OmniQuant quantized Mixtral 8x7B Instruct model, and it seems to outperform Q4 models at inference speed and Q8 models at text generation quality, while consuming only about 24GB of RAM[3] at 8k context length. The trick is: a) to use a better quantization algorithm and b) to use unquantized embeddings and the MoE gates (the overhead is quite small). Other notable features include many more…
2024
- 10CT
Built this at a Startup Weekend last November. We've been sitting on this code for months. Would love to have some people signup and throw us a little feedback. Clearly this isn't finished, but with a little crowd support, we could just wrap it up in a weekend. A few things: - Works with Youtube and Vimeo, probably a few others. - Web UI is still pretty sloppy - zero onboarding. sorry. - We have native iPhone and iPad clients that are a handful of bugs from being shipped. Anyone interested in beta testing them, shoot me an email at ddinch :at: gmail. We will beam you up via TestFlight (great…
2011 · clpstr.com
- 11MS
Hello HN community ! Finally I have a "Show HN" post. I'm bootstrapping my first Mac app, it's a standalone Xdebug PHP debugger. It aims to help any PHP developers out there who don't want to use IDE to debug code. My app it's slimmer, faster to load and easy to work and setup :) Hope you guys like it Site: http://codebugapp.com/
2012
- 12GL
Hey everyone! I made a Mac app for exploring large language models. It’s fast, small, has a tiny memory footprint. It’s immutable by design with both immediate time travel and automatic versioning as foundational elements. The app is written in Swift and a bit of Rust for the tokenizer. I used SwiftUI for structure and animations and Cocoa for advanced behavior. All storage is SQLite and local-only. You can go through the database as needed and backup it as well. The app has support for variants, which is the `n` parameter in the OpenAI chat completion API—equivalent to the drafts feature in…
2023 · thellm.app
- 13

I made this after seeing someone posit the idea online yesterday over lunch then spent some time refining it. So far it's pretty impressive IMO! Right now I am running Qwen3-30B-A3B on my 24gb unified memory m4 MacBook Pro at 50 tok/sec and this should definitely not be working for such a large model on my middling hardware. Things are detailed in the README to get up and running and DESIGN.md has details on all the choices and such made along the way.
23d ago · github.com
- 14IM
Hey HN! I made a completely open sourced alternative to Weights and Biases with (insert cringe) blazingly fast performance (yes we use rust and clickhouse) Weights and Biases is super unperformant, their logger blocks user code... logging should not be blocking, yet they got away with it. We do the right thing by being non blocking. Would love any thoughts / feedbacks / roasts etc
2025 · github.com
- 15OC
Hello HN, I must admit, I might be fashionably late to the GPT party, but it was back in early February when I first delved into the world of ChatGPT. To say I was instantly captivated by its capabilities would be an understatement. You see, prior to my ChatGPT encounter, I often found myself laboring for days on various technical challenges, such as wrestling with cross-platform libraries and tracking down elusive memory leaks, among other things. Then, around March of this year, I began my quest for solutions that could alleviate my development burdens, sparing me from having to create…
2023
- 16BA
Brygga is in early development. The core client works end-to-end (connect, join, send, receive, persist) but many features you'd expect from a mature IRC client are still missing. Repo: https://github.com/buggerman/Brygga
Apr 2026
- 17IB
Hi HN I built a fun little tool: It uses Groq’s LLaMA 3.3 + Puppeteer to analyze a website Then it roasts the design/content/UX with humor And finishes with 3–5 genuinely helpful improvement tips You can try it here: https://ai-roast-vert.vercel.app I wanted to: Practice fast idea-to-launch cycle (built in 2 days) Experiment with a viral-friendly product Monetize with a $0.55 pro version that gives a detailed roast + download Would love your feedback — on the idea, the tone, the usefulness — anything! Thanks in advance
Sep 2025 · ai-roast-vert.vercel.app
- 18WP
https://itunes.apple.com/dk/app/id880331892 One of those side projects that turned out fun, but have absolutely no idea on how to get people using it. (we keep sharing it on our social networks, and got close to a 100 downloads) Funny story about the name is that we made up a name before we knew what the app was going to be. It was just a fun exercise we indulged in at the pub, a bunch of laughs over silly app names for imaginary projects.
2014
- 19IT
Hi! This is a version 2.0 2x Context window 7-8x Faster Less hallucinations :)
2025 · shortcutbuilder.com
- 20IM
Hello all, I made a small transcription app for your Mac based on OpenAI’s Whisper. Would love some feedback. My plan is to make it easy to load weights from any fine-tuned whisper model to enable specialized dictation for any subfield. It’s still early in development. Thanks!
2023 · twitter.com
- 21IB
I built a tool to roast landing pages with AI agents. I was gathering feedback from watching landing page roast videos, and figured out I could prompt LLMs to analyse a screenshot and roast based on the same criteria. It's not 100% accurate yet, but it has been really insightful when I've tested it on my own websites. Let me know what you think!
2024 · roastmylandingpage.io
- 22CP
Hi HN! I've never posted anything on here before, but this project was too fun to pass up. I've been learning a lot about agents lately, and wanted to see if I could replicate some of the results of Windsurf and Cursor. Generally I love these tools, but when you're stuck behind an "enterprise" firewall, they don't work as well. This sad state of affairs motivated me to understand SWE agents more. Does it work? Yes. Is it as good as Cursor and Windsurf? Not quite, but it's pretty darn close, depending on the model you use. I'm lacking a few features like semantic indexing, MCP support, but…
2025 · github.com
- 23LF
We built a no/low-code tool that lets you spin up MCPs from a single prompt. MCPs give LLMs access to tools, data, and actions—but they’re hard to build and deploy. Our tool abstracts that: describe what you want, and it auto-generates and hosts the necessary components. No UI flows, no manual chaining—just prompt and go. Examples: • Pull email, parse a DocSend, check Reddit, draft reply • Extract data from a niche site + send a Slack alert • Combine tools without writing glue code Live demo: https://www.youtube.com/watch?v=4uCiaQrgfoE Built over a weekend after getting…
2025 · generatemcp.com
- 24NM
Hello everyone, I've built a simple macOS app for chatting with models downloaded by Ollama - https://github.com/sheshbabu/Chital It's written in Swift, consumes less memory and loads fast. It has these features: * Support for multiple chat threads * Switch between different models * Markdown support * Automatic chat thread title summarization It's my first time working with Swift and Xcode, and it has been an interesting journey. The performance of the application is a big plus when building native apps, but I wonder if I'll be able to add features like document…
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →