nowfound

Alternatives

Products that do what LINQ CLI – an iMessage API you can use from the command line does

Hey my name is Patrick, I’m a co-founder and CTO of Linq. We’re an API for sending and receiving iMessages (it does RCS/SMS too). It can do everything you can manually in iMessage (typing indicators, reactions, delivery emphasis, FindMy etc.) Our main customers are companies building conversational agents but we’re wanting to make it easier for developers to get started for free. To do that we built a CLI that lets you manage up to 20 contacts and gives you full API access for free. I’d love your feedback so we can keep improving it. Install via npm using: npm install -g…

  1. 1IM
  2. 2
    cli-typer100

    Practice touch typing in the command line

    2018

  3. 3

    Make notes, tasks, and search, directly from the terminal.

    Apr 2026

  4. 4

    Use AI for writing & translating your messages 10x faster

    Apr 2026

  5. 5

    AI-powered CLI that builds, deploys, and manages content.

    Feb 2026

  6. 6
    Blooio84

    iMessages API that scales to send blue bubbles from anywhere

    Jan 2026

  7. 7

    Save one iMessage conversation as a private offline album

    11d ago · messagealbum.com

  8. 8

    Hands-free AI iMessage auto-replies for Mac

    Feb 2026

  9. 9II

    I was building my personal agent, but I had to use Telegram, as it was the easiest platform to integrate. I wanted to build the harness and agent, not the infrastructure around these two, yet my UX was struggling. I stick to iMessage, and then I had to use another app to interact with my agent... So I spent a weekend on building a TypeScript SDK, that unifies how to interact with different iMessage providers (as there is no official way to use iMessage), so you can play around with them, without having to commit to one, nor with a need to rewrite half of the codebase to change the…

    Jul 2026 · github.com

  10. 10IB

    TLDR; I built a tool that turns any API into a CLI designed for ai agents --- Got tired of dealing with bloated context windows from MCP servers and skills that stuff entire API docs into the agent's context CLIs fix this, agents run a single command to self-discover everything an API has to offer So, built a tool to generate them for any api. All CLIs are written in Go, fast and lightweight, no dependencies Help text (via the --help flag) is the killer feature: all context for each command/endpoint/parameter is extracted directly from the user-facing API docs and enhanced with…

    Mar 2026 · instantcli.com

  11. 11UT

    Ever noticed that the 140 chars tweet sometimes feels like CLIing? Me too. So I made CtrlTwit with which you can use twitter as CLI to any other app (that has an API). For example: you can like an instagram photo simply by replying "@instagram like #ctrltwit" to a tweet with an instagram photo. Or, you can RSVP to a meetup simply by replying "@meetup rsvp yes #ctrltwit" to a tweet with a meetup link. Or you can tweet "@foursquare where to eat? #ctrltwit" and fsq will reply with the best restaurant recommendation based on your location. There are more examples on the website and of course I'd…

    2014

  12. 12OS
  13. 13L0

    What's your tool chain for data and document processing? - jq is great, but limited to JSON; and jQuery limited to HTML; templating systems get messy for non-trivial logic; TypeScript lacks pattern matching and schema support. So I built Lambda — an expressive functional language that combines the power of Lisp, TypeScript, and many DSLs like jq, jQuery, RelaxNG, etc. It has a lightweight 9 MB runtime, built from scratch in C/C++, that provides an end-to-end document processing pipeline (parse → validate/query/transform → layout → render/view). Internally, Lambda parse…

    Mar 2026 · github.com

  14. 14CO

    Supports text and image generation. For text generation you can query, chat or enter a glob + a query. For any of the commands xargs-like argument replacement can be used. It's written using only go's standard library (plus go experimental, within my boilerplate package)

    2024 · github.com

  15. 15JA

    I thought it’d be fun to create an agent that lives in iMessage, and most of all that works in group chats on iMessage. I called her Jade Multiplayer experiences with agents haven’t been really explored as much, and it was interesting to test the boundaries of LLMs with respect to that. I used durable objects from Cloudflare for the backend, and a MacMini that’s always online to handle the reading and writing to iMessage. The nice part is that it decides whether to reply in the group chat, a bit like a human would. It doesn’t always reply like you’d expect in a ChatGPT-like setting. And it…

    2025 · itsjade.chat

  16. 16CF

    Hey everyone! For the past two weeks my friend and I have been heads-down building Cloi, a fully local debugging agent that runs right in your terminal. You probably know the drill—every AI coding tool asks for API keys, subscriptions, and uploads your entire codebase to the cloud. Cloi does none of that: it runs entirely on your machine, with no cloud, no API keys, no subscriptions, and zero data leaving your system. What Cloi does: - Contextual error capture: Grabs your stack trace, local files, and environment to understand the issue. - Local LLM inference: Spins up Ollama on your box and…

    2025 · github.com

  17. 17TC

    Agents can run non-interactive commands, but they often fail once a workflow needs a real terminal (SSH sessions, installers, debuggers, REPLs, TUIs). I built term-cli so an agent can drive an interactive terminal session (keystrokes in, output out, wait for prompts). And it comes with agent skill for easy integration. It supports in-band file transfer: the agent can move files through the terminal stream itself (same channel as the interactive session), which is useful when the agent doesn’t have scp/sftp, shared volumes, or direct filesystem access across boundaries. Recent example:…

    Mar 2026 · github.com

  18. 18AL

    2019 · github.com

  19. 19NC
  20. 20FA

    Hi, Please check out my new library funcy. It's really simplified AWS Lambda APIs in my projects, so I thought I would open-source it. It strongly-types all request parameters, has support for CORS, content-negotiation, security headers, etc.. out of the box and works via a very simply declarative interface with progressive disclosure. It's currently pre-release, let me know what you think :)

    2024 · github.com

  21. 21FF

    2017 · freetxtapi.com

  22. 22AS

    Hello everyone, While working on other projects, I found myself always having to connect and use SELECT * to see dummy entries or new users. I favored the CLI for monitoring my database entries, especially because I was testing and just adding dummy users + our first normal users in projects. So it became a bit tiring always having to connect to postgres, mysql and give select * queries from the CLI.

    2024 · github.com

  23. 23OV

    Hi Hackernews, we're Maitreya, Prateek and Marmik. Over the past few months we've been working on building a platform to build, scale and monitor voice based LLM applications. Demo (https://www.youtube.com/watch?v=OSrOmyR7oQs) 1⃣ Open Source orchestration: We're open-sourcing our orchestration to quickly setup and create LLM based voice driven conversational applications https://github.com/bolna-ai/bolna/ 2⃣ Hosted API Platform: Exposing our managed solution via APIs to build voice driven applications…

    2024 · bolna.dev

  24. 24CA

    Fun agent I've been playing with - the idea is it only has access to a bash tool, and it's directed to create CLIs for use (with additional direction to make the CLIs composable, follow the Unix philosophy, etc). It persists these CLIs and knowledge about them get injected into the system prompt dynamically, so each time it runs it gets access to a larger and larger toolset of composable CLIs. One interesting dynamic that's emerged from this is I've started using these CLIs myself since they're the same interface for the agent or for me, and it's turned into kind of non-chat channel to…

    Jan 2026 · github.com

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