macapps Subreddit Mac Apps Reddit r/macapps Backup by AppleStyle on Telegram – Telegram
macapps Subreddit Mac Apps Reddit r/macapps Backup by AppleStyle on Telegram
86 subscribers
2.46K photos
563 videos
16.3K links
r/macapps subreddit backup on Telegram. A backup Project by @RoadToPetabyte and @AppleStyleOfficial http://pixly.me/rtp Join our subreddit backup on Discord, Telegram and Pinterest: https://discord.gg/abCudZwgBr or @redditbackup
Download Telegram
List of 10 Mac Apps that Do One Thing Well

This post includes a list of macOS utilities, which do one single thing very well, they don’t try to do everything, they aren’t all in one apps. Below, I included both the list and breakdowns of some additions I made, so it will be easier to find apps, that match exactly what you’re looking for.

1. Scratchpad(paid, $8) - quick notes

2. IINA(free, open source) POPULAR - media player, that has more features than QuickTime

3. Photosort(paid, $5) - finds/sorts photos, which take the most space

4. Dory(paid, $12) NEW - switching apps effortlessly

5. Speediness(free) - check Wi-Fi speed quickly

6. Downie(paid, $20) POPULAR - download YouTube videos

7. Superwhisper(freemium) - very high-quality audio trannoscription

8. Rocket(freemium) - better emoji picker

9. Consul(paid, $14) NEW - convert files by simply retyping the file extension

10. Command X(paid, $5) POPULAR - cutting files with Command + X shortcut

Signs breakdown

POPULAR - means that it is a well known utility

NEW - it was recently released, possible launch discounts

Pricing breakdown

Paid + price - lifetime price for an app

Freemium - has a generous free version, but also offers a pro version

Free - either fully open source(code is opened to everybody) or just free of charge

https://redd.it/1qwu4gs
@macappsbackup
Made a simple OCR tool for Mac(LudyLens) - giving away 100 free licenses

https://reddit.com/link/1qx1q1r/video/pb2uu4b5irhg1/player



Hey everyone,

I've been working on a small utility called LudyLens(Formerlly called TextGlance). It's basically a screen text grabber - hit a keyboard shortcut, drag a box around any text on your screen, and it copies it to your clipboard and show up in pin-able window. That's it.

I built it because I got tired of retyping text from images, PDFs that won't let you select text, or random screenshots. The OCR runs locally on your Mac using Apple's Vision framework, so nothing leaves your machine (i know there is some tools already, but i'm indie dev, making tools make me happy) .

Some things it does:

\- Global hotkey to capture any region

\- Supports 20 languages including CJK

\- Keeps a history of your captures

\- QR code / barcode reader

\- OCR from your phone

It requires macOS 15+ and runs on both Intel and Apple Silicon.



You can grab it at **ludy.app/ludylens**

I have 100 free lifetime licenses to give away. Just DM me if you want one.

If you find it useful, an upvote would help get the word out. And I'd genuinely appreciate any feedback - still actively working on this and want to make it better.






https://redd.it/1qx1q1r
@macappsbackup
Automate Your Homebrew Backups and Easily Reinstall your Mac Apps

A Section of my Homebrew Brewfile

The number of Mac apps you can install through the free package manager Homebrew keeps growing by the day. Tools like Cork, Taphouse, and Updatest can even convert apps you originally installed through other methods into versions that Homebrew can manage and update for you. Homebrew also includes a built-in backup feature that creates what it calls a Brewfile--basically a plain-text noscript listing everything Homebrew has installed on your system. That file can later be used to reinstall your entire app catalog in one shot, which is incredibly useful if you're setting up a new Mac or rebuilding your current one from scratch. If you're the kind of user who regularly tweaks your setup, experiments with new apps, and keeps everything updated, then your Brewfile needs regular backups to stay relevant. Otherwise, it quickly turns into an outdated snapshot of a system you no longer have. The noscript below automates that process. It generates a fresh Brewfile on demand, places it inside a date-stamped folder, and saves it wherever you want--ideally somewhere that syncs to the cloud or another machine. You can run it manually, schedule it with cron, or trigger it through a Keyboard Maestro macro at a set time each day. In short, it turns "I should really back up my Homebrew setup more often" into something that just happens automatically. Important note: This noscript assumes you're running an Apple Silicon Mac. If you're on an Intel machine, you'll need to adjust the Homebrew path, since it lives in a different location on those systems.

/usr/bin/osanoscript <<'APPLESCRIPT'
tell application "Terminal"
activate
do noscript "/bin/zsh -lc 'export PATH=\"/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:$PATH\"; \
set -e; \
# Ensure Homebrew + Bundle are available
if ! command -v brew >/dev/null; then echo \"Homebrew not found in PATH\"; exit 1; fi; \
brew bundle --help >/dev/null 2>&1 || brew tap homebrew/bundle; \
# Create dated folder inside an archive location
STAMP_DATE=$(date +%F); \
STAMP_TIME=$(date +%H-%M-%S); \
DEST=\"<PATH TO ARCHIVE LOCATION HERE>$STAMP_DATE\"; \
kdir -p \"$DEST\"; \
# Filename: Brewfile-YYYY-MM-DD_HH-MM-SS
OUTFILE=\"$DEST/Brewfile-${STAMP_DATE}_${STAMP_TIME}\"; \
# Dump Brewfile there
brew bundle dump --file=\"$OUTFILE\" --force; \
echo; echo \"Brewfile saved to: $OUTFILE\"; \
# Reveal it in Finder
open -R \"$OUTFILE\"; \
echo; echo \" Done.\"; \
# Keep the Terminal session open
exec $SHELL'"
end tell
APPLESCRIPT

How to use this If you've never automated a Brewfile backup before, here's the simple, practical way to put this to work: Save the noscript somewhere logical. Drop it in a folder you already use for utilities or personal noscripts--something like \~/Scripts or \~/bin. Decide where you want backups to live. The best location is a folder that automatically syncs--iCloud Drive, Dropbox, Koofr, etc. That way you always have off-machine copies. Run it once manually. Open Terminal, execute the noscript, and confirm that it creates a dated folder containing a Brewfile exactly where you expect. Automate it. Keyboard Maestro: Create a simple macro with a "Time of Day" trigger that runs the noscript every night. cron/launchd: Schedule it to run daily or weekly if you prefer a pure system-level approach. Test a restore someday. Run the noscript manually The real value of a Brewfile is being able to reinstall everything with a single command. On a fresh Mac, you can just run: brew bundle --file=YourSavedBrewfile

This whole process takes about ten minutes to set up and pays for itself the first time you migrate to a new Mac or need to rebuild your system. If you live in Homebrew--and a lot of us do--having automated, versioned Brewfile backups is one of those small, boring habits that quietly saves
Local LLM that runs on Apple MLX AND has web search capabilities?

I'm wanting a local LLM that runs on Apple MLX with web search functionality built-in. Ideally runs on iOS too.

https://redd.it/1qx33w2
@macappsbackup
Meva — A lightweight native markdown viewer with live file watching

https://reddit.com/link/1qx7lqk/video/r4i40gsoxshg1/player

Hello everyone - Wanted to share something I've been working on.

I built a markdown viewer specifically for people who work with AI tools like Claude, ChatGPT, and Cursor.

The problem I was trying to solve:

I kept generating markdown files — code explanations, technical design and architecture docs, api specs — and had no good way to read them. VS Code's preview pane fights for screen space. Most markdown apps want to be full editors when I just want to read. And none of them update live when an AI tool is streaming output to a file.

What Meva does:

Native app — blazingly fast and lightweight < 15MB
Live file watching — point it at a file and it updates in real-time as content changes
Renders LaTeX math, Mermaid diagrams, syntax-highlighted code blocks
Folder navigation — open a directory and browse all your .md files in one place
Keyboard-first — quick open, navigation shortcuts, minimal mouse required

Privacy-first by design:

100% offline after download
No accounts required
No cloud sync
No analytics or telemetry
Your files never leave your device

What it doesn't do:

No editing. It's a viewer, not an editor. I wanted it to do one thing well.

Free to try, one-time purchase for full version. No subnoscription.

Would love feedback from the community — what's missing? What would make this more useful for your workflow?

Check it out at : usemeva.com

https://preview.redd.it/fuf0rp0pwshg1.jpg?width=1704&format=pjpg&auto=webp&s=1c7ca006cd4d607814d3f50b6059a3dbccbcfec3

https://redd.it/1qx7lqk
@macappsbackup
It's time to cancel my Setapp subnoscription.

New apps are mostly AI slop since their policy turned to only accept apps with AI features.
I’m done paying this pointless tax and only pay for those high quality apps individually.

https://redd.it/1qx82gm
@macappsbackup