[OS]ClipSync update – your Mac now auto-copies OTPs the moment they hit your Android
https://redd.it/1ro5tpb
@macappsbackup
https://redd.it/1ro5tpb
@macappsbackup
Rulebook: automatic file organization (looking for TestFlight testers)
https://redd.it/1rneyso
@macappsbackup
https://redd.it/1rneyso
@macappsbackup
MOapp experiences
Hi all. Last Tuesday, I purchased a license for Write 2 by MOapp. Now, almost a week later, I have still not received my registration information. I am therefore taking steps to get a refund. I am however curious if anybody else have had similar experiences with this company (sales are handled by FastSpring). I used to have an accounting app from them years ago, and it was frictionless back then. So, the question is, am I the only one with a bad experience with MOapp, or do others have similar experiences?
https://redd.it/1roup4a
@macappsbackup
Hi all. Last Tuesday, I purchased a license for Write 2 by MOapp. Now, almost a week later, I have still not received my registration information. I am therefore taking steps to get a refund. I am however curious if anybody else have had similar experiences with this company (sales are handled by FastSpring). I used to have an accounting app from them years ago, and it was frictionless back then. So, the question is, am I the only one with a bad experience with MOapp, or do others have similar experiences?
https://redd.it/1roup4a
@macappsbackup
Reddit
From the macapps community on Reddit
Explore this post and more from the macapps community
Just found TablePro, a free and open-source SQL/database client for Mac!
https://tablepro.app/
While running brew update, this popped up in the new casks list. The UI looks super clean and modern..Anyone else already tried it?
https://redd.it/1rp2si7
@macappsbackup
https://tablepro.app/
While running brew update, this popped up in the new casks list. The UI looks super clean and modern..Anyone else already tried it?
https://redd.it/1rp2si7
@macappsbackup
TablePro
TablePro - Fast, native database client for Mac
Fast, native macOS database client for MySQL, PostgreSQL, SQLite, MongoDB, Redis, and 13 more. Built-in AI assistant. Free and open-source.
Blocked my Stream Deck from the internet… turns out it’s still incredibly useful
https://preview.redd.it/qr3kjiyh61og1.png?width=2796&format=png&auto=webp&s=a5a9e9fdd78e7692ebca600497708c285fd3d41b
I get a lot of use out of my [Elgato Stream Deck](https://www.elgato.com/us/en/s/stream-deck-app). It's one of the best hardware purchases I've made in a long time.
It didn't start that way.
Shortly after I bought it, I discovered that the device falls under the privacy policy of its parent company, Corsair. The policy reads like it was written by lawyers trying to cover every possible future use case.
According to the policy, potential data categories include:
* identity information (name, account ID, email)
* device identifiers and serial numbers
* IP address and network data
* usage data and clickstream behavior
* crash diagnostics and performance metrics
* location information
* audio/visual content uploaded through services
* inferred behavioral profiles based on collected data
That's a lot of potential data collection for what is essentially a programmable USB button panel.
The Stream Deck itself doesn't need the internet to do its core job. At its heart, it's a USB device that sends keyboard shortcuts, launches apps, and runs scripts. None of that requires a network connection.
However, the official Elgato software integrates a plugin marketplace and update system. Plugins can call APIs, communicate with remote servers, and run Node.js components. That's where the network traffic starts.
# The Practical Privacy Fix
The simplest solution is to block the Stream Deck software from accessing the internet.
A Mac firewall utility like [Radio Silence, Lulu or Little Snitch](https://appaddict.app/post/mac-firewall-apps) can block outbound connections for:
* `Stream Deck.app`
* `com.elgato.StreamDeck`
Once that's done, the device works exactly the same for local automation.
Two additional precautions:
* Avoid marketplace plugins
* Consider replacing the official software with [**BetterTouchTool**](https://appaddict.app/post/better-touch-tool-favorite), which can control the Stream Deck directly
With that out of the way, you can focus on what the hardware is actually good at: triggering useful automation.
Here are the ways I use mine.
# How I Actually Use My Stream Deck
# Buttons that create new things
One press creates a new working object in the app where I need it:
* email message
* text message
* [Things](https://appaddict.app/post/things-3-maybe-the-pinnacle-in-app-design) task
* calendar appointment
* [BBEdit](https://appaddict.app/post/bbedit-it-doesn-t-suck) document
* [Drafts](https://appaddict.app/post/drafts-pro-50-off-for-new-users) note
* [Obsidian](https://obsidian.amerpie.lol/) note
* [Dropover](https://appaddict.app/post/dropover-best-in-class) shelf
* Apple [Shortcuts](https://appaddict.app/post/enhance-apple-shortcuts-with-these-apps)
* [Keyboard Maestro](https://appaddict.app/post/keyboard-maestro-the-app-that-makes-everything-better-tips-for-the-for-the-automation-curious) macros
* new Finder window
This removes the friction of navigating menus or remembering shortcuts.
# Window layouts
One tap moves the current window to a specific layout:
* left half
* right half
* top half
* bottom half
* full screen
* quadrant layouts
It's faster than dragging windows or remembering a dozen keyboard shortcuts.
# Morning checklist
One page of buttons is dedicated to my daily startup routine.
Each button jumps directly to the next task:
* email
* messages
* social feeds
* backups
* updates
* Obsidian daily note
It sounds simple, but it prevents the usual morning "where should I start?" drift.
# System and shell scripts
The Stream Deck is also a convenient launcher for scripts I run regularly:
* [Topgrade](https://appaddict.app/post/topgrade-upgrade-all-the-things) updates
* SSH into machines in my home lab
* [Homebrew backup](https://appaddict.app/post/automate-your-homebrew-backups-and-easily-reinstall-your-mac-apps)
* restart Finder
* mount network drives
* move downloaded media to backup
https://preview.redd.it/qr3kjiyh61og1.png?width=2796&format=png&auto=webp&s=a5a9e9fdd78e7692ebca600497708c285fd3d41b
I get a lot of use out of my [Elgato Stream Deck](https://www.elgato.com/us/en/s/stream-deck-app). It's one of the best hardware purchases I've made in a long time.
It didn't start that way.
Shortly after I bought it, I discovered that the device falls under the privacy policy of its parent company, Corsair. The policy reads like it was written by lawyers trying to cover every possible future use case.
According to the policy, potential data categories include:
* identity information (name, account ID, email)
* device identifiers and serial numbers
* IP address and network data
* usage data and clickstream behavior
* crash diagnostics and performance metrics
* location information
* audio/visual content uploaded through services
* inferred behavioral profiles based on collected data
That's a lot of potential data collection for what is essentially a programmable USB button panel.
The Stream Deck itself doesn't need the internet to do its core job. At its heart, it's a USB device that sends keyboard shortcuts, launches apps, and runs scripts. None of that requires a network connection.
However, the official Elgato software integrates a plugin marketplace and update system. Plugins can call APIs, communicate with remote servers, and run Node.js components. That's where the network traffic starts.
# The Practical Privacy Fix
The simplest solution is to block the Stream Deck software from accessing the internet.
A Mac firewall utility like [Radio Silence, Lulu or Little Snitch](https://appaddict.app/post/mac-firewall-apps) can block outbound connections for:
* `Stream Deck.app`
* `com.elgato.StreamDeck`
Once that's done, the device works exactly the same for local automation.
Two additional precautions:
* Avoid marketplace plugins
* Consider replacing the official software with [**BetterTouchTool**](https://appaddict.app/post/better-touch-tool-favorite), which can control the Stream Deck directly
With that out of the way, you can focus on what the hardware is actually good at: triggering useful automation.
Here are the ways I use mine.
# How I Actually Use My Stream Deck
# Buttons that create new things
One press creates a new working object in the app where I need it:
* email message
* text message
* [Things](https://appaddict.app/post/things-3-maybe-the-pinnacle-in-app-design) task
* calendar appointment
* [BBEdit](https://appaddict.app/post/bbedit-it-doesn-t-suck) document
* [Drafts](https://appaddict.app/post/drafts-pro-50-off-for-new-users) note
* [Obsidian](https://obsidian.amerpie.lol/) note
* [Dropover](https://appaddict.app/post/dropover-best-in-class) shelf
* Apple [Shortcuts](https://appaddict.app/post/enhance-apple-shortcuts-with-these-apps)
* [Keyboard Maestro](https://appaddict.app/post/keyboard-maestro-the-app-that-makes-everything-better-tips-for-the-for-the-automation-curious) macros
* new Finder window
This removes the friction of navigating menus or remembering shortcuts.
# Window layouts
One tap moves the current window to a specific layout:
* left half
* right half
* top half
* bottom half
* full screen
* quadrant layouts
It's faster than dragging windows or remembering a dozen keyboard shortcuts.
# Morning checklist
One page of buttons is dedicated to my daily startup routine.
Each button jumps directly to the next task:
* messages
* social feeds
* backups
* updates
* Obsidian daily note
It sounds simple, but it prevents the usual morning "where should I start?" drift.
# System and shell scripts
The Stream Deck is also a convenient launcher for scripts I run regularly:
* [Topgrade](https://appaddict.app/post/topgrade-upgrade-all-the-things) updates
* SSH into machines in my home lab
* [Homebrew backup](https://appaddict.app/post/automate-your-homebrew-backups-and-easily-reinstall-your-mac-apps)
* restart Finder
* mount network drives
* move downloaded media to backup
locations
For repetitive maintenance tasks, a physical button beats digging around in Terminal history.
# Clipboard tools
Several buttons interact with the clipboard:
* convert text to title case
* lower case
* upper case
* open Raycast clipboard history
* display clipboard contents onscreen
* create a Markdown link from the current URL
These are tiny actions that happen constantly during writing.
# Quick links
I keep a page of buttons for frequently visited sites and tools.
Another page opens my favorite YouTube channels directly in the external viewer I use instead of the browser.
# Screenshot tools
The Stream Deck is also a control surface for [**CleanShot X**](https://appaddict.app/post/cleanshot-x):
* region capture
* window capture
* OCR
* scrolling capture
* screen recording
* open screenshot history
This turns screenshot workflows into one-tap actions.
# Spaces navigation
Dedicated buttons jump directly to specific macOS Spaces.
That's faster than swiping or using Mission Control when switching between focused workspaces.
# System control panel
One page acts as a control menu for system actions:
* quit all apps
* Mission Control
* toggle desktop widgets
* screen share to other Macs on my network
* [Raycast](https://appaddict.app/post/how-to-get-the-most-from-raycast) "Kill Extension"
* log out
* restart
Think of it as a customizable hardware control panel for macOS.
# The iOS Companion
I also use the [Stream Deck iOS app.](https://apps.apple.com/us/app/elgato-stream-deck-mobile/id1440014184)
It's subscription-based, but it gives me a second Stream Deck surface on an iPhone or iPad. That's useful when the physical device is already full or when I want a secondary control panel on another screen. You have to own a physical Stream Deck in order to use it.
For something that started out looking like an overengineered YouTuber gadget, the Stream Deck has quietly become one of the most practical automation tools on my desk.
https://redd.it/1rp1xwk
@macappsbackup
For repetitive maintenance tasks, a physical button beats digging around in Terminal history.
# Clipboard tools
Several buttons interact with the clipboard:
* convert text to title case
* lower case
* upper case
* open Raycast clipboard history
* display clipboard contents onscreen
* create a Markdown link from the current URL
These are tiny actions that happen constantly during writing.
# Quick links
I keep a page of buttons for frequently visited sites and tools.
Another page opens my favorite YouTube channels directly in the external viewer I use instead of the browser.
# Screenshot tools
The Stream Deck is also a control surface for [**CleanShot X**](https://appaddict.app/post/cleanshot-x):
* region capture
* window capture
* OCR
* scrolling capture
* screen recording
* open screenshot history
This turns screenshot workflows into one-tap actions.
# Spaces navigation
Dedicated buttons jump directly to specific macOS Spaces.
That's faster than swiping or using Mission Control when switching between focused workspaces.
# System control panel
One page acts as a control menu for system actions:
* quit all apps
* Mission Control
* toggle desktop widgets
* screen share to other Macs on my network
* [Raycast](https://appaddict.app/post/how-to-get-the-most-from-raycast) "Kill Extension"
* log out
* restart
Think of it as a customizable hardware control panel for macOS.
# The iOS Companion
I also use the [Stream Deck iOS app.](https://apps.apple.com/us/app/elgato-stream-deck-mobile/id1440014184)
It's subscription-based, but it gives me a second Stream Deck surface on an iPhone or iPad. That's useful when the physical device is already full or when I want a secondary control panel on another screen. You have to own a physical Stream Deck in order to use it.
For something that started out looking like an overengineered YouTuber gadget, the Stream Deck has quietly become one of the most practical automation tools on my desk.
https://redd.it/1rp1xwk
@macappsbackup
appaddict.app
CleanShot X
There are a lot of options for screenshot utilities on the Mac, from the built in ability to capture images that's built in to the OS, to the full featured freemium app Shottr by indie developer Electric Endeavors for still images to even more powerful still…
Deskeen 2.1 - The first major update for Deskeen 2
https://youtu.be/Q4WCQKqfXnY
https://redd.it/1rp2s6o
@macappsbackup
https://youtu.be/Q4WCQKqfXnY
https://redd.it/1rp2s6o
@macappsbackup
YouTube
What's New in Deskeen 2.1
This is a description of the various functions added to Deskeen 2.1.
Apple On-Device OpenAI - API
Giving something back, to the community who gave so much already to me.
https://github.com/gety-ai/apple-on-device-openai
"A SwiftUI application that creates an OpenAI-compatible API server using Apple's on-device Foundation Models. This allows you to use Apple Intelligence models locally through familiar OpenAI API endpoints."
Was searching for it recently, works perfectly, easy, quick. Silicon AI as a server so you can use your mac if you need an API key. Fits my (my!) needs smoothly.
I'm happy and wanted to share.
I'm not related to Gety.
This is a post here and r/MacOSApps (thank you both!)
https://redd.it/1rr8hj2
@macappsbackup
Giving something back, to the community who gave so much already to me.
https://github.com/gety-ai/apple-on-device-openai
"A SwiftUI application that creates an OpenAI-compatible API server using Apple's on-device Foundation Models. This allows you to use Apple Intelligence models locally through familiar OpenAI API endpoints."
Was searching for it recently, works perfectly, easy, quick. Silicon AI as a server so you can use your mac if you need an API key. Fits my (my!) needs smoothly.
I'm happy and wanted to share.
I'm not related to Gety.
This is a post here and r/MacOSApps (thank you both!)
https://redd.it/1rr8hj2
@macappsbackup
GitHub
GitHub - gety-ai/apple-on-device-openai: OpenAI-compatible API server for Apple on-device models
OpenAI-compatible API server for Apple on-device models - gety-ai/apple-on-device-openai
Dear Developers, I'm here to give you feedback on your app.
It's pretty obvious to me that there are lots of people building things that need feedback but not enough feedback going around. I'd like to take some time tomorrow and the next day to review some of your apps and provide feedback. Send me some links.
15 years as a dev, so I'll hopefully be able to give some useful feedback. I'm working on a screen recording tool (yes mine is special and different), so I'll use that to record my first impressions and leave a video link as a reply to your comment.
If it's a paid tool, please DM me, or I'll just have to stop at the landing page.
https://redd.it/1rrk7jf
@macappsbackup
It's pretty obvious to me that there are lots of people building things that need feedback but not enough feedback going around. I'd like to take some time tomorrow and the next day to review some of your apps and provide feedback. Send me some links.
15 years as a dev, so I'll hopefully be able to give some useful feedback. I'm working on a screen recording tool (yes mine is special and different), so I'll use that to record my first impressions and leave a video link as a reply to your comment.
If it's a paid tool, please DM me, or I'll just have to stop at the landing page.
https://redd.it/1rrk7jf
@macappsbackup
Reddit
From the macapps community on Reddit
Explore this post and more from the macapps community
This media is not supported in your browser
VIEW IN TELEGRAM
Sonexis - Drag-and-drop real-time system-wide audio effects for your Mac
https://redd.it/1rrkdsw
@macappsbackup
https://redd.it/1rrkdsw
@macappsbackup