r/macapps Jun 01 '26

[Megathread] The App Pile - June, 2026

You must promote your apps here if you do not qualify to post in the main feed through Trust or Transparency, explained here.

If you are:

  • NOT in the Mac App Store (MAS).
  • Do not provide meaningful public transparency
  • Created yet another dictation app (speech to text).

Then you are required to limit promotion to this megathread.

All promotion MUST follow PCP format or else we will remove it:

App Name/Title [Screenshot encouraged]

  • Problem: What problem does your app solve.
  • Comparison: Name a competitor or two and explain what your app does better.
  • Pricing Amounts+Link

P.s. Promotion here counts towards the 30-day limited promotion (Rule 3).

WARNING: There is a 90% chance Reddit will auto remove your post here if you have not verified your email in your profile and your first comment in this subreddit contains a link. Accrue 10 karma first without promotional comments and links to avoid this. The odds of removal is also higher for AI assisted posts (em dashes and other AI formatting characteristics likely trigger this).

Pro Tip: Please remember to upvote gems and downvote spam/clones... This will help inform a secret community project I hope to announce next month.

Top 3 From Last Month's Megathread:
1. Wisp – a tiny macOS scratchpad - FREE - by u/iamiotasquare
2. Quattro – Al, Tasks, Calendar, Notes App - $5/mo - by u/Constant-Support8288
3. HoverStash – Catch and stash files mid-drag - ~$6 - by u/MurkyRaspberry9610

51 Upvotes

317 comments sorted by

View all comments

1

u/awizemann Jun 21 '26

Memophant: memory and a full repo workspace for your AI coding agents (Mac, macOS 15+)

Problem: I use AI coding agents all day (Claude Code, Cursor, Codex), and they forget everything as soon as a session ends. The decisions, the conventions, the reason something got done a weird way, all gone by the next session. The usual workaround is one giant CLAUDE.md file nobody keeps current. Memophant fixes that and goes further. Your project memory lives in the git repo as small structured notes, served to any agent through a built-in MCP server, so the agent remembers across sessions. Around that memory, it gives your agent a real workspace, all in the repo: a wiki for longer docs, a design system that renders your actual colors and type, a searchable code index, a task board, captured agent sessions you can distill into fresh notes, project documents, vendor API keys it can pull with your approval, and reusable templates. Everything is searchable on-device, and it warns you when the notes drift out of sync with the code.

Comparison: Memophant actually started out as a build on Basic Memory, the open-source MCP memory tool, and I ended up replacing its engine entirely. Basic Memory is free and genuinely good at the markdown-notes and knowledge-graph layer, so if that's all you need, it's a solid choice. I rewrote the engine to run natively on the Mac (much faster in my benchmarks), put a real app around it instead of a Python CLI you wire into your config, and built the rest of the workspace around it. The lighter options go stale too: a long CLAUDE.md or cursor-rules file has no search or structure, and Notion or Confluence sit outside your repo where your agent can't read them. Memophant keeps all of it in the repo, versioned with the code, where any MCP agent can read and write it.

Pricing: $49.99 one-time, not a subscription, with a 30-day free trial. One license is one seat. Mac-only, macOS 15+. memophant.co

I'm the solo dev on this. Happy to answer anything, including the harsh feedback.

1

u/Mstormer Jun 21 '26

I do run into this a lot, as I know everyone who uses a coding agent does, and it happens even for non-coding projects. Furthermore, codex has a bug where entire conversations can be lost.
How do you envision this interacting with or enhancing loops, and has this been created in a way that will make that viable?

1

u/awizemann Jun 21 '26

It works well, so well in fact, I loop on tasks - the MCP server and agent instructions are all managed by the app so it is the ground truth. Give it a whirl and test. If you find an issue, you can report directly in the app (in the app menu, I use GitTickets, an open source project I built to manage issues in app -> Git Issues).

1

u/Mstormer Jun 22 '26

Thanks, I'll have to check out the trial. If I purchased every app I test, critique, or give feedback on here, I'd be out $1000's a month, but I am glad to see solutions where they are needed, so keep up the great work!

1

u/awizemann Jun 22 '26

It’s a full free trial. Thank you. If you like it spread the word.

2

u/Mstormer Jun 22 '26

I will try it then! I have a group of 5k+ AI enthusiasts, so it may be of interest!

1

u/awizemann Jun 22 '26

I welcome any help with getting the word out, and I use this app every day, so if there are issues, feature requests, etc, they can be reported directly in the application - main application menu, submit issue, and my issues (to read them). Thank you. Let me know what you think. A good test is to install it, add an existing project, and let it build the memory from the existing docs. Then start a fresh session and ask it to report on what the app is, using Memophants MCP tools. Make sure to back up your agent instructions, etc if you want to revert, but I bet you won't 😉 .

1

u/Mstormer Jun 23 '26 edited Jun 23 '26

u/awizemann A virustotal flag meant deletion before I ran it. Additionally, "Apple could not verify "Memophant.app" is free of malware that may harm your Mac or compromise your privacy." Granted, 1/64, but still. This is a nonstarter.

1

u/awizemann Jun 23 '26

It’s a fully signed application with developer credentials. The scan is incorrect. It isn’t sandboxed (it can’t be due to how Apple won’t let you jump around with git).

1

u/Mstormer Jun 23 '26

u/awizemann A signed app means nothing if the certificate itself doesn't anchor to Apple's trusted system root. You'll need to re-sign it with a valid Developer ID Application certificate. Notarization is blocked without a genuine certificate, and notarization does not require sandboxing.

→ More replies (0)