nowfound

Alternatives

Products that do what I vibe reverse engineered my Bluetooth mouse to support it on macOS does

I bought a Razer Basilisk V3 X HyperSpeed to use as a Bluetooth mouse for my mac without realizing Razer doesn't offer software support for it. So instead of returning it, I used coding agents (mostly codex) to reverse engineer the BLE spec and then build an app around it! Along the way I added support for a few other Razer mice. I have essentially no reverse engineering experience, so I likely would not have attempted this project without a coding agent to help. The general process was: Capture BLE packets with btvs on windows, perform an action on the mouse with synapse open, then send the…

  1. 1
    VibePad128

    Control AI coding assistants with a gamepad from your couch

    Feb 2026

  2. 2SF

    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

  3. 3

    Run AI agents like Claude Code, Codex, Opencode on mobile

    Dec 2025

  4. 4TI
  5. 5
    Breva108

    Turn your Mac trackpad into a gentle breathing guide

    Jul 2026 · apps.apple.com

  6. 6

    A wireless charging mousepad

    2017

  7. 7
    Pawvis101

    Control your Mac via camera & train gestures, local & FOSS

    15d ago · pawvis.app

  8. 8

    Awesome, powerful keyboard remapper for OSX.

    2014

  9. 9WB

    Hi, we’re Simon, Don and Dan, and we’re developing infrastructure for enabling Bluetooth devices that can communicate with your web backend (we’re calling it Blecon). Think your own AirTags network, but for sensors talking to your servers. We’ve got most of the underlying tech for the network infrastructure in place, and now have samples of a first manufacturer device that supports Blecon - a small rechargeable accelerometer tag. Not much live yet, but we put a summary of this first device and how it works in the link (plus you’ll find some early developer docs for the network infrastructure…

    2022 · blecon.net

  10. 10OS

    2014 · nordicsemiconductor.github.io

  11. 11CP

    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

  12. 12IB

    Definitely one of those "20 minute adventure gone wrong" projects where all I wanted initially was a quick wireless rubber ducky for bitlocker keys and the like and then I kept adding stuff like AES-256..... Currently working on adding WebAuthn/FIDO support because the hardware is already there and scope creep is a lifestyle at this point. Would love feedback, especially on the security side. Repo and PCB files are fully open source.

    Jul 2026 · github.com

  13. 13TA
  14. 14IV

    I recently made this game Doge Decimator with the websim team, and wanted to make a process video for the steps I took to make it in an AI-native platform! You can check out every single iteration the site went through from the links in the description :)

    2025 · youtube.com

  15. 15VR

    I built Vibe Remote because I wanted to code from my bed or the park without lugging a laptop around. With tools like Claude Code, Codex, and Gemini-cli, we don't need a full IDE for every task anymore. Vibe Remote turns your phone into a powerful remote console. Why it’s more than just a chat: * AI Agent Hub: Zero-config support for Claude Code, Codex, and OpenCode. * Built-in Web Preview: View your localhost services directly inside the app. Essential for UI debugging. * Full Session Management: Start a task on your Mac, grab your phone, and monitor progress from a cafe. * Dev Ops: Manage…

    Mar 2026 · vibe-remote.com

  16. 16IV

    The Epilog Zing lasers were 50w desktop industrial lasers from circa 2010. They never had support outside of windows. This was based off of LibLaserCut which is a Java project that reverse engineered these machine's protocols. This is a CUPS driver implemented in Swift and C. Maybe this is a small example of AI doing something positive, like breathing new life into old machines :)

    Dec 2025 · github.com

  17. 17MW
  18. 18PU

    After seeing a cool demo of a hack on Twitter, I built a cross platform version of it that works well and uses streaming. From anywhere on Mac and Linux, trigger Ollama and optionally feed it your clipboard. I built it yesterday and it's already very useful to me. I'm pretty excited about it and wanted to share!

    2024 · github.com

  19. 19

    I'm a 23yo solo dev from Spain with a passion for UI/UX and I built Gramola, a music dock for macOS that is there when you need it. No more opening a music app to change what you're listening to; just move your mouse to the edge of the screen, and all your music is there in a gorgeous CoverFlow style, or ready to be instantly searched. Fully usable with a mouse, but also fully usable with keyboard, accessibility built in, and both Spotify and Apple Music support as well as local tracks via the Music app. Free to try for 7 days! I would love to know what you think :) Please feel free to…

    16d ago · apps.apple.com

  20. 20

    Around 3 months ago, we were thinking why none of the iPhone apps running an LLM are built as a full harness (as in inference + agentic loop + context management + tools + MCP servers and etc.). It became more interesting when we noticed even the new Siri is not fully on device (and not available in EU for that matter). Having built a few agentic products around a custom harness in the past, we thought this shouldn't be that hard. well, we underestimated how "dumb" a 4B model can be, especially when it comes to tool calling. :D We tried 8 different models and we settled on Qwen 3.5 4B and we…

    18d ago · orvena.app

  21. 21KY

    Hey HN! I wanted to practice "vibe coding" and see how far and fast I can go by only prompting, without actual coding. I decided to make a simple CLI app that scrapes web docs into a single md file (I was annoyed that LLM keeps writing Tailwind 3 code for a Tailwind 4 project). In just a couple of hours, the CLI app was ready! Then iterated on arguments for another couple of hours. Result: https://github.com/vladstudio/web2llm Then I decided to go further and "productize" the CLI by making a web app for it. Another half-day, and the web app is ready!…

    2025 · web2llm.dev

  22. 22

    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

  23. 23VC

    I've been using Cursor, Co-Pilot, ChatGPT, Claude and what not since quite some time now, and we are at a stage where we can just "vibe code" whole apps from idea to execution in a few prompts. I tried this personally to create some side projects that solved little problems for me. But I always got stuck at a point where it just goes into an infinite loop of issues and can't solve the issue by itself. Well I'm a developer, so it's easier for me to dive into the code and solve the problem myself, but that would take a hell lot of time to understand all the code AI wrote for me. If I keep…

    2025

  24. 24IV

    So, I've never written a line of Rust in my life. I wouldn't know an `&mut this` from a mutandis. But I saw a tweet about a month ago that said, in this new era of AI, you'd be able to just take a library that you love, throw a TUI around it, and call it an app. So I spent about 200 bucks last month, here's what I came up with: Imbolc is a DAW that runs entirely in your terminal. It talks to scsynth over OSC and ships 58 instruments and 39 effects. VSTs are a work in progress, also GarageBand loops if you want to recreate "Umbrella". The codebase is about 60k? lines of Rust across 5 crates,…

    Feb 2026 · github.com

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