#macos

Found 8 articles tagged with #macos

Building Menu Bar Apps with SwiftUI

A practical guide to building macOS menu bar apps with SwiftUI — from the basics of MenuBarExtra to window management, settings, and common patterns.

Distributing macOS Apps: App Store vs Notarization vs Homebrew

A comparison of the three main ways to distribute macOS apps — Mac App Store, direct notarized download, and Homebrew — covering code signing, sandboxing, updates, and tradeoffs.

Running ONNX Models on Apple Silicon

A practical guide to running ONNX models on Apple Silicon — from Python prototyping to shipping inside a macOS app with ONNX Runtime's CoreML Execution Provider.

Writing a Swift Inference Pipeline for Chatterbox Turbo

How I ported the Chatterbox TTS model to run fully on-device using ONNX Runtime Swift bindings — including KV cache management, memory-safe autorelease scoping, and audio resampling without a single third-party DSP library.

May 10, 2026#Swift#AI#ML#macOS

YouTube Creators vs App Store Developers

Your chance of turning YouTube into a career is maybe 1 in 1,000. Your chance of making an indie app that earns at least $1k–$5k/month is closer to 1 in 5–10 if you keep shipping.

Benefits of Using MLX Models on Mac

MLX is a machine learning framework developed by Apple, specifically designed to be lightweight and optimized for Apple silicon.

May 13, 2025#AI#ML#MLX#macOS

How to install sqlite3 on macOS

SQLite comes pre-installed on macOS, so you typically don't need to install it separately. If not you have a few options to install it using Homebrew or download from the official website.

What apps and services are contained in iCloud?

It's a suite of cloud-based technologies and services, which provide users with seamless synchronization, backup, and access to their data across Apple devices and browsers.

Jun 23, 2023#apple#ios#macos