<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Macos on Victor Salles</title><link>https://victorsalles.com/en/tags/macos/</link><description>Recent content in Macos on Victor Salles</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 17 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://victorsalles.com/en/tags/macos/index.xml" rel="self" type="application/rss+xml"/><item><title>Running Two Claude Accounts Simultaneously on a Mac</title><link>https://victorsalles.com/en/posts/running-multiple-claude-codes-on-the-same-machine/</link><pubDate>Fri, 17 Apr 2026 00:00:00 +0000</pubDate><guid>https://victorsalles.com/en/posts/running-multiple-claude-codes-on-the-same-machine/</guid><description>How to run two Claude accounts simultaneously on a Mac, with shared configuration and full conversation history.</description></item><item><title>Building an Offline Voice System for macOS</title><link>https://victorsalles.com/en/posts/building-offline-voice-system-macos/</link><pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate><guid>https://victorsalles.com/en/posts/building-offline-voice-system-macos/</guid><description>How I built a fully offline text-to-speech and speech-to-text system for macOS using Kokoro-82M and mlx-whisper — no cloud APIs, streaming audio in under a second.</description></item><item><title>LaunchPad Manager</title><link>https://victorsalles.com/en/projects/launchpad-manager/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://victorsalles.com/en/projects/launchpad-manager/</guid><description>&lt;h2 id="a-native-macos-app-for-managing-launchd-services">A native macOS app for managing launchd services&lt;/h2>
&lt;p>macOS uses &lt;code>launchd&lt;/code> to manage background services, scheduled tasks, and daemons. The built-in tooling for this is &lt;code>launchctl&lt;/code> — a CLI tool with inconsistent syntax and no visual interface. LaunchPad Manager fixes that.&lt;/p>
&lt;p>&lt;strong>What it does:&lt;/strong>&lt;/p>
&lt;p>A SwiftUI app with three main sections:&lt;/p>
&lt;p>&lt;strong>Dashboard&lt;/strong> — Shows all registered services with live status indicators, filtering by domain (user/system/global), sorting by name or status, and hover-accessible actions (start, stop, unload). Status auto-refreshes every 10 seconds via the &lt;code>launchctl&lt;/code> actor.&lt;/p></description></item><item><title>Mac Backup Automation</title><link>https://victorsalles.com/en/projects/mac-backup-automation/</link><pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate><guid>https://victorsalles.com/en/projects/mac-backup-automation/</guid><description>A comprehensive backup script for macOS developer environments — SSH keys, dotfiles, Homebrew, Claude agents, Docker volumes, and more.</description></item><item><title>Voice Automation</title><link>https://victorsalles.com/en/projects/voice-automation/</link><pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate><guid>https://victorsalles.com/en/projects/voice-automation/</guid><description>&lt;h2 id="offline-voice-io-for-macos">Offline voice I/O for macOS&lt;/h2>
&lt;p>A complete text-to-speech and speech-to-text system for macOS that runs entirely on-device. No cloud APIs, no subscriptions — just local AI models doing real work.&lt;/p>
&lt;p>&lt;strong>The problem:&lt;/strong> I spend hours reading and writing text on screen. I wanted a way to have my Mac read anything to me with a single hotkey, and transcribe audio without sending data to external servers.&lt;/p>
&lt;p>&lt;strong>What it does:&lt;/strong>&lt;/p>
&lt;p>Press &lt;code>⌥S&lt;/code> and whatever text you&amp;rsquo;ve selected (or copied) gets read aloud using Kokoro-82M, an 82-million parameter TTS model running locally on Apple Silicon. The system automatically detects whether the text is Portuguese or English and picks the right voice. Audio starts streaming in under a second — no temp files, no waiting for the full synthesis to finish.&lt;/p></description></item></channel></rss>