Repository: serhii-londar/open-source-mac-os-apps
Stars: 48194
README.md
<div align="center">
<a href="https://vshymanskyy.github.io/StandWithUkraine">
<img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg" alt="Stand With Ukraine" />
</a>
<img src="./icons/icon.png">
<h1>Awesome macOS Open Source Applications</h1>
<p>A curated list of open source applications for macOS</p>
<p>
<a href="https://github.com/sindresorhus/awesome"><img alt="Awesome" src="https://awesome.re/badge.svg" /></a>
<a href="https://gitter.im/open-source-mac-os-apps/Lobby"><img alt="Join the chat at gitter" src="https://badges.gitter.im/Join%20Chat.svg" /></a>
<a href="https://t.me/opensourcemacosapps"><img alt="Telegram Channel" src="https://img.shields.io/badge/Telegram-Channel-blue.svg" /></a>
</p>
<p>
<img src="https://img.shields.io/badge/Total%20Apps-689-blue" alt="Total Apps"/>
<img src="https://img.shields.io/badge/Categories-49-green" alt="Categories"/>
<img src="https://img.shields.io/badge/Last%20Updated-April%2015,%202026-orange" alt="Last Updated"/>
</p>
</div>
<p align="center">
<a href="#audio">Audio</a> โข
<a href="#backup">Backup</a> โข
<a href="#browser">Browser</a> โข
<a href="#chat">Chat</a> โข
<a href="#cryptocurrency">Crypto</a> โข
<a href="#database">Database</a> โข
<a href="#development">Dev</a> โข
<a href="#editors">Editors</a> โข
<a href="#graphics">Graphics</a> โข
<a href="#productivity">Productivity</a> โข
<a href="#utilities">Utilities</a>
</p>
List of awesome open source applications for macOS. This list contains a lot of native, and cross-platform apps. The main goal of this repository is to find free open source apps and start contributing. Feel free to contribute to the list, any suggestions are welcome!
To receive all new or popular applications you can join our telegram channel.
Support
Hey friend! Help me out for a couple of :beers:! <span class="badge-patreon"><a href="https://www.patreon.com/serhiilondar" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
๐ Statistics
| Metric | Count |
|--------|-------|
| ๐ฑ Total Applications | 689 |
| ๐ Categories | 49 |
| ๐ Top Languages | Swift: 305 โข Objective-C: 137 โข Javascript: 113 โข C++: 59 โข Typescript: 41 |
Languages
You can see in which language an app is written. Currently there are following languages:
| Language | Icon |
|----------|------|
| C | <img src='./icons/c-64.png' alt='C' height='16'/> |
| C++ | <img src='./icons/cpp-64.png' alt='C++' height='16'/> |
| C# | <img src='./icons/csharp-64.png' alt='C#' height='16'/> |
| Clojure | <img src='./icons/clojure-64.png' alt='Clojure' height='16'/> |
| CoffeeScript | <img src='./icons/coffeescript-64.png' alt='CoffeeScript' height='16'/> |
| CSS | <img src='./icons/css-64.png' alt='CSS' height='16'/> |
| Elm | <img src='./icons/elm-64.png' alt='Elm' height='16'/> |
| Go | <img src='./icons/golang-64.png' alt='Go' height='16'/> |
| Haskell | <img src='./icons/haskell-64.png' alt='Haskell' height='16'/> |
| Java | <img src='./icons/java-64.png' alt='Java' height='16'/> |
| JavaScript | <img src='./icons/javascript-64.png' alt='JavaScript' height='16'/> |
| Lua | <img src='./icons/Lua-64.png' alt='Lua' height='16'/> |
| Objective-C | <img src='./icons/objective-c-64.png' alt='Objective-C' height='16'/> |
| Python | <img src='./icons/python-64.png' alt='Python' height='16'/> |
| Ruby | <img src='./icons/ruby-64.png' alt='Ruby' height='16'/> |
| Rust | <img src='./icons/rust-64.png' alt='Rust' height='16'/> |
| Shell | <img src='./icons/shell-64.png' alt='Shell' height='16'/> |
| Swift | <img src='./icons/swift-64.png' alt='Swift' height='16'/> |
| TypeScript | <img src='./icons/typescript-64.png' alt='TypeScript' height='16'/> |
| Metal | <img src='./icons/metal-64.png' alt='Metal' height='16'/> |
Contents
- Audio
- Backup
- Browser
- Chat
- Cryptocurrency
- Database
- Development
- Git
- iOS / macOS
- JSON Parsing
- Web development
- Other development
- Downloader
- Editors
- CSV
- JSON
- Markdown
- TeX
- Text
- Extensions
- Finder
- Games
- Graphics
- IDE
- Images
- Keyboard
- Menubar
- Music
- News
- Notes
- Other
- Podcast
- Productivity
- Screensaver
- Security
- Sharing Files
- Social Networking
- Streaming
- System
- Terminal
- Touch Bar
- Utilities
- VPN & Proxy
- Video
- Wallpaper
- Window Management
Applications
๐ต Audio (39)
- [[Un]MuteMic](https://github.com/CocoaHeadsBrasil/MuteUnmuteMic) - macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/235208/10419593/143171fc-704a-11e5-8270-374ca898685b.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Audacity - Free, open source, cross-platform audio software
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://www.audacityteam.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.audacityteam.org/wp-content/uploads/2017/12/Audacity-220-Mac-normal.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AUHost - Application which hosts AudioUnits v3 using AVFoundation API.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MainWindow.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Aural Player - Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/mainDemo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/playerView.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/ABLoop.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(5 more screenshots available in the repository)
</p>
</details>
- AutoMute - Automatically mute the sound when headphones disconnect / Mac awake from sleep.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://yoni.ninja/automute/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/31284/49688097-ac653900-fb15-11e8-9c48-3db96df5dcbf.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/31284/49688098-ae2efc80-fb15-11e8-8034-14c67fb69d90.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Background Music - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/kyleneideck/BackgroundMusic/master/Images/README/Screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- BlackHole - BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- CAM - macOS camera recording using ffmpeg
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/hanayik/CAM/master/gh-screenshots/1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/hanayik/CAM/master/gh-screenshots/2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/hanayik/CAM/master/gh-screenshots/3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Clementine - Clementine is a modern music player and library organizer for Windows, Linux and macOS.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.clementine-player.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Cog - Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://cogx.org/
- eqMac2 - System-Wide Equalizer for the Mac.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/8472525/29003031-13d1cd60-7aa7-11e7-9868-6afc36a34b52.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/8472525/33244041-488cf4b4-d2e8-11e7-986c-49826dd853e1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- fre:ac - The fre:ac audio converter project.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://freac.org/images/freac-ubuntu.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- iTunes-Volume-Control - This app allows you to control the iTunes volume using volume up and volume down hotkeys.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/0e72c553e7a1078295948921350e923e03f9a8f4/68747470733a2f2f7261772e6769746875622e636f6d2f616c626572746934322f6954756e65732d566f6c756d652d436f6e74726f6c2f6d61737465722f6954756e6573253230566f6c756d65253230436f6e74726f6c2f496d616765732f73637265656e73686f742e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- jmc - jmc is new macOS media organizer.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://puu.sh/xoZYo/bd6d6deeb0.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/SJ5RgM5.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://puu.sh/xoZHp/31dddfc751.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Karaoke Forever - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://www.karaoke-eternal.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/bhj/KaraokeEternal/blob/master/docs/assets/images/README.jpg?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LocalRadio - LocalRadio is software for listening to "Software-Defined Radio" on your Mac and mobile devices.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cdn.jsdelivr.net/gh/dsward2/LocalRadio@d3eb87c/Documents/LocalRadio-animation.svg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LosslessCut - The swiss army knife of lossless video/audio editing without re-encoding.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://mifi.no/losslesscut/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mifi/lossless-cut/master/main_screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LyricGlow - macOS application displaying synchronized lyrics with animated word-by-word glow effects for Spotify, Apple Music, and YouTube Music.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ateymoori/lyricglow/main/screenshots/lyricglow-synchronized-lyrics-english.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ateymoori/lyricglow/main/screenshots/lyricglow-artist-images-album-covers.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ateymoori/lyricglow/main/screenshots/lyricglow-rtl-lyrics-persian.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Lyricism - macOS app to show you lyric what currently iTunes or Spotify is playing.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.23.34%20AM.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-07-21%20at%204.34.33%20PM.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.22.59%20AM.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LyricsX - Lyrics for iTunes, Spotify and Vox.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/desktop_lyrics.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_3.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_2.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- MonitorControl - Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/MonitorControl/MonitorControl/tree/master/.github' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Mous Player - Simple yet powerful audio player for BSD/Linux/macOS.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt-conv.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt5-macos.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- MPV - Lightweight, highly configurable media player.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://mpv.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://mpv.io/images/mpv-screenshot-34cd36ae.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- NoiseBuddy - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- PlayStatus - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Plug - Discover and listen to music from Hype Machine.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.plugformac.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wulkano/Plug/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pulp - Audio Sample manager.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/bazalp/pulp/main/assets/img/app-pulp.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Scope - Audio Oscilloscope
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://billthefarmer.github.io/audiotools/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/audiotools/Scope-swift.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- shairport-sync - macOS/Linux/FreeBSD/OpenBSD Airplay audio receiver.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- ShazamScrobbler - Scrobble vinyl, radios, movies to Last.fm.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/1932338/10404677/7d1ffe58-6ed4-11e5-99d0-c29480a0bfda.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Sonora - Minimal, beautifully designed music player for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sonoramac/Sonora/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Spotify4BigSur - Spotify widget for Notification Center.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/fabiusBile/Spotify4BigSur/blob/master/medium_light.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SpotMenu - Spotify and iTunes in your menu bar.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/kmikiy/SpotMenu/master/Demo/demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SpotSpot - Spotify mini-player for macOS.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- StargateDAW - An all-in-one digital audio workstation (DAW) and plugin suite
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/stargatedaw/stargate/main/assets/audio_item.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/stargatedaw/stargate/main/assets/note_item.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/stargatedaw/stargate/main/assets/plugins.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(3 more screenshots available in the repository)
</p>
</details>
- Suohai - Audio input/output source lock for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Sunnyyoung/Suohai/master/Screenshot/0x01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Tickeys - Instant audio feedback for typing. macOS version.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/video_thumb.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Tuner - Musical Instrument Tuner
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://billthefarmer.github.io/ctuner/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/ctuner/Tuner-swift.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/ctuner/Tuner-preferences.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/ctuner/Note-filter.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- waveSDR - macOS native desktop Software Defined Radio application using the RTL-SDR USB device.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/getoffmyhack/waveSDR/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐พ Backup (6)
- backy - Tiny multiprocessing utility for file backups.
Languages: <img src='./icons/golang-64.png' alt='Go icon' title='Go' height='16'/> Go
- BorgBase/Vorta - Simple and Secure Offsite Backups
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://www.borgbase.com/
- Mackup - Keep your application settings in sync (macOS/Linux).
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- shallow-backup - Easily create lightweight documentation of installed applications, dotfiles, and more.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/alichtman/shallow-backup/blob/main/img/shallow-backup-demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Syncalicious - Keeping multiple macOS preferences in sync can be painful, but it shouldn't be.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- UrBackup - UrBackup is Client/Server network backup for Windows, macOS and Linux.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
๐ Browser (13)
- Beaker Browser - Beaker is an experimental peer-to-peer Web browser.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='http://nerdist.com/wp-content/uploads/2016/05/the-mad-king-game-of-thrones.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/beakerbrowser/beaker/master/build/icons/256x256.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Brave Browser - Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- browserosaurus - macOS tool that prompts you to choose a browser when opening a link.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Chromium - Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://www.chromium.org/
- Finicky - Always opens the right browser.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Firefox - Fast, privacy aware browser from a non-profit. Runs on Windows, macOS and Linux.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.mozilla.org/en-US/firefox/browsers/
- Helium - Floating browser window for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Min Browser - A fast and efficient minimal web browser.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://minbrowser.org
- otter-browser - Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/050724a64db6ea50c8dd28144b26942b76883752/68747470733a2f2f6f747465722d62726f777365722e6f72672f73637265656e73686f74732f312e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pennywise - Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/275d176aeaab2b9cf09701a091c8fb7ecfe6256a/68747470733a2f2f692e696d6775722e636f6d2f753766415439392e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/71ba8a4a28624f1f102272685f72a80fe70a2c03/68747470733a2f2f692e696d6775722e636f6d2f43654c596f75782e706e673f31' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/601c0dc538bad004c231201e8fe86e16ed3729d0/68747470733a2f2f692e696d6775722e636f6d2f4262715a6d634b2e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Plash - Make any website your desktop wallpaper.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sindresorhus.com/plash
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/170270/74323375-0287d900-4db8-11ea-8b26-5566565fa8a1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Privacy Redirect for Safari - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- seb-mac - Safe Exam Browser for macOS and iOS.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
๐ฌ Chat (20)
- Adium - Instant messaging application that can connect to XMPP (Jabber), IRC and more.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://adium.im/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://adiumx.com/blog/uploads/2009/03/twitter-full.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Beagle IM - Powerful XMPP client with support for file transfer, VoIP and end-to-end encryption.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://beagle.im/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://beagle.im/img/services/darkOrLight.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ChitChat - Native Mac app wrapper for WhatsApp Web.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/riXrTvx.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Electronic WeChat - Better WeChat on macOS and Linux.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/7262715/14876747/ff691ade-0d49-11e6-8435-cb1fac91b3c2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Element - Element is a collaboration app (currently Electron) for the Matrix protocol.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Franz - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/meetfranz/franz/master/build-helpers/images/icon.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Google Allo for Desktop - Native macOS & Windows desktop app for Google Allo.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/5g1VU3S.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- GroupMe - Unofficial GroupMe App.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/dcrousso/GroupMe/master/media/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MessagesHistoryBrowser - macOS application to comfortably browse and search through your Messages.app history.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- RocketChat - Free open source chat system for teams. An alternative to Slack that can also be self hosted.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://www.rocket.chat/
- Seaglass - A truly native Matrix client for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/neilalexander/seaglass/master/image.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Signal Desktop - Electron app that links with your Signal Android or Signal iOS app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Swiftcord - Native Discord client built in Swift & SwiftUI. Light on your RAM and CPU.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/SwiftcordApp/Swiftcord/blob/main/README_Resources/heroScreenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Telegram - Source code of Telegram for macOS on Swift.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Telegram Desktop - Telegram Desktop messaging app.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/docs/assets/preview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Textual - Textual is an IRC client for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.codeux.com/textual/private/images/v600media/YosemiteDarkFullscreen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.codeux.com/textual/private/images/v600media/YosemiteDarkThumbnail.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.codeux.com/textual/private/images/v600media/YosemiteLightFullscreen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Thunderbird - Backed by Mozilla, Thunderbird is an extensible email, newsfeed, chat, and calendaring client.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://www.thunderbird.net/en-US/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.thunderbird.net/media/img/l10n/en-US/thunderbird/landing/screenshot-mac.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.thunderbird.net/media/img/l10n/en-US/thunderbird/calendar/screenshot-mac.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.thunderbird.net/media/img/thunderbird/features/addon-manager.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Torchat-Mac - TorChat for Mac is a macOS native and unofficial port of torchat.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- WhatsAppBar - Send WhatsApp message from menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/AppScreenshoot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WaPref.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WhatsAppBarGif.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Wire Desktop - Standalone Electron app for the chatapp Wire.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
๐ฐ Cryptocurrency (5)
- Bitcoin Core - Official Bitcoin Core software for running a full Bitcoin node.
Languages: <code>C++</code> <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
Website: https://bitcoincore.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/bitcoin-core/bitcoincore.org/blob/master/assets/images/releases/fee-bump-menu.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CoinBar - macOS menu bar application for tracking crypto coin prices.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/04.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/02.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Copay - A secure bitcoin wallet platform for both desktop and mobile devices.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
- Crypto Bar - macOS menu bar application built with Electron.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Float coin - Native menu bar app with floating window and support for many Exchanges.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/kaunteya/FloatCoin/master/Images/Banner.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐๏ธ Database (18)
- Bdash - Simple SQL Client for lightweight data analysis.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/bdash-app/bdash/1.2.2/assets/capture1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/bdash-app/bdash/1.2.2/assets/capture2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Beekeeper Studio - SQL editor and manager with support for SQLite, MySQL, MariaDB, Postgres, CockroachDB, SQL Server, and Amazon Redshift.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://www.beekeeperstudio.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/master/apps/studio/screenshots/beekeeper-studio-demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/master/apps/studio/screenshots/main.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DB Browser for SQLite - SQLite database management GUI.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sqlitebrowser/sqlitebrowser/master/images/sqlitebrowser.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DBeaver - Universal database tool and SQL client.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
<details>
<summary>Screenshots</summary>
<p>
<img src='https://dbeaver.io/product/dbeaver-ss-classic.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://dbeaver.io/product/dbeaver-ss-mock.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://dbeaver.io/product/dbeaver-ss-erd.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- DbGate - Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://dbgate.org
<details>
<summary>Screenshots</summary>
<p>
<img src='https://dbgate.org/assets/screenshots/datagrid.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://dbgate.org/assets/screenshots/query.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://dbgate.org/assets/screenshots/diagram.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(6 more screenshots available in the repository)
</p>
</details>
- Medis - ๐ป Medis is a beautiful, easy-to-use Mac database management application for Redis.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/94bf1d9f514351e5064e6bf9245fc3a48e2a5a8c/687474703a2f2f6765746d656469732e636f6d2f73637265656e2e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- mongoDB.app - The easiest way to get started with mongoDB on the Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://gcollazo.github.io/mongodbapp/assets/img/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MongoHub - Add another lightweight Mac Native MongoDB client.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- Postbird - PostgreSQL GUI client for macOS.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/26019/41055418-dcc55700-69f3-11e8-8d3e-572cf5febedc.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/26019/41055416-dc5a5464-69f3-11e8-87b8-994e763da816.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/26019/41055417-dc8eb56a-69f3-11e8-8145-6f0d5eb147a6.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Postgres.app - The easiest way to get started with PostgreSQL on the Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Redis Desktop Manager - Cross-platform open source database management tool for Redis ยฎ
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://rdm.dev/static/img/features/all.png?v=20202' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- redis-pro - Redis management with SwiftUI.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/2920167/125376778-4f614c00-e3be-11eb-8c11-7195e4cdb665.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Redis.app - The easiest way to get started with Redis on the Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://jpadilla.github.io/redisapp/assets/img/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- reventlou - Personal database as an information management system.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/b3z/reventlou/blob/master/assets/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Robo 3T - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://robomongo.org/static/screens-transparent-6e2a44fd.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Sequel Ace - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://sequel-ace.com/
- Sequel Pro - MySQL/MariaDB database management for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://sequelpro.com/images/logo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://sequelpro.com/images/browse.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- sqlectron - A simple and lightweight SQL client desktop/terminal with cross database and platform support.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://sqlectron.github.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://sqlectron.github.io/demos/sqlectron-demo-gui-v1.31.0.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐จโ๐ป Development (16)
- Apache Netbeans - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://netbeans.apache.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.dropbox.com/s/r9ewe87xer4nypj/netbeans_dark.png?dl=0' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.dropbox.com/s/qs2gh43lrsbdkid/netbeans_light.png?dl=0' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Brackets - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://brackets.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://brackets.io/img/hero.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Clipboard - An easy-to-use clipboard manager with time saving features that work across all terminals.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://GetClipboard.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/website/static/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/readme-assets/ClipboardDemo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ColorSet - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/csharp-64.png' alt='C# icon' title='C#' height='16'/> C# <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://imazing.com/colorset
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/DigiDNA/ColorSet/master/Assets/ColorSet.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DevLint - A lightweight app for formatting and correcting Swift syntax.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Eclipse - Eclipse is an open-source integrated development environment (IDE) used in computer programming, featuring a base workspace and an extensible plug-in system for customizing the environment.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://www.eclipse.org
- GitAhead - A graphical Git client designed to help you understand and manage your source code history.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://gitahead.github.io/gitahead.com/
- Gridfy - Quickly calculate column widths and get correct results for your grid.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://gridfy.astroon.pro/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Slllava/gridfy/refs/heads/main/media/pr-01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Slllava/gridfy/refs/heads/main/media/pr-02.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Slllava/gridfy/refs/heads/main/media/pr-03.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- JustTags - JustTags in a macOS app for working with BERTLV EMV tags.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://kaphacius.github.io/just-tags/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/kaphacius/just-tags/raw/main/Screenshots/02_view.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/kaphacius/just-tags/raw/main/Screenshots/04_diff.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- KiCad - A software suite for electronic design automation.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://www.kicad.org/
- Layout Designer for UICollectionView - A simple but powerful tool that helps you make complex layouts for UICollectionView.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/nl/app/layout-designer/id1507238011?l=en&mt=12
<details>
<summary>Screenshots</summary>
<p>
<img src='https://amir.app/git/layout_designer_preview.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LocationSimulator - Application to spoof your iOS or iPhoneSimulator location.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://schlaubischlump.github.io/LocationSimulator
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Schlaubischlump/LocationSimulator/master/Preview/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- M-Courtyard - Desktop app for fine-tuning LLMs on Apple Silicon Macs with zero code. Import documents, generate training datasets with AI, LoRA fine-tune, test, and export to Ollama โ entirely offline.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://github.com/Mcourtyard/m-courtyard
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Mcourtyard/m-courtyard/main/docs/screenshots/dashboard.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Mcourtyard/m-courtyard/main/docs/screenshots/data-preparation.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Mcourtyard/m-courtyard/main/docs/screenshots/training-progress.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pasteboard Viewer - Inspect the system pasteboards.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sindresorhus.com/pasteboard-viewer
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sindresorhus/Pasteboard-Viewer/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/screenshot1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Stringz - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- utmapp - Virtualization for other operating systems.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://mac.getutm.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/utmapp/UTM/main/screenmac.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
#### ๐ฆ Git (20)
- Cashew - Cashew macOS Github Issue Tracker.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- Git Interactive Rebase Tool - Full feature terminal based sequence editor for interactive rebase.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://gitrebasetool.mitmaro.ca/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/MitMaro/git-interactive-rebase-tool/master/docs/assets/images/girt-demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- GitAhead - A graphical Git client designed to help you understand and manage your source code history.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://gitahead.github.io/gitahead.com/
- GitBlamePR - Mac app that shows pull request last modified each line of a file
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Gitee - Gitee, macOS status bar application for Github.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://img.shields.io/github/v/release/nightonke/gitee.svg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/notification_1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_pie_1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(11 more screenshots available in the repository)
</p>
</details>
- Github contributions - GitHub contributions app, for iOS, WatchOS, and macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/3276768/19214602/f39af4c0-8d87-11e6-8b3d-3d9c7b94d57c.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- GitHub Desktop - Simple collaboration from your desktop.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/359239/26094502/a1f56d02-3a5d-11e7-8799-23c7ba5e5106.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- GithubListener - Simple app that will notify about new commits to watched repositories.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ad/GithubListener/master/notifyexample.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- GithubNotify - Simple macOS app to alert you when you have unread GitHub notifications.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Gitify - Your GitHub notifications on your menu bar.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://www.gitify.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/manosim/gitify/blob/main/assets/images/press.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- GitSync - Minimalistic Git client for Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/stylekit/img/master/Element210-01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- GitUp - The Git interface you've been missing all your life has finally arrived.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/t6iC9TC.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/ZfxM7su.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/29hxDcJ.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- GitX - Graphical client for the git version control system.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- GPM - macOS application for easily operating GitHub Projects.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- osagitfilter - Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.
Languages: <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell <code>applescript</code>
- Streaker - GitHub contribution streak tracking menubar app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/jamieweavis/streaker/main/.github/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- TeamStatus-for-GitHub - macOS status bar application for tracking code review process within the team.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/marcinreliga/TeamStatus-for-GitHub/master/doc/preview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Tempo - Replace the Git CLI with a clear UI and AI assist.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/maoyama/Tempo/refs/heads/main/Screenshots/Screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/maoyama/Tempo/refs/heads/main/Screenshots/Screenshot2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Trailer - Managing Pull Requests and Issues For GitHub & GitHub Enterprise.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='http://ptsochantaris.github.io/trailer/images/ipadscreenshot-820-1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Xit - Xit is a graphical tool for working with git repositories.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Uncommon/Xit/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
#### ๐ JSON Parsing (4)
- j2s - macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable).
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- JSON Mapper - Simple macOS app to generate Swift Object Mapper classes from JSON.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- JSON to Model class - Template based highly customizable macOS app to generate classes from JSON string, supports many languages.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/chanonly123/Json-Model-Generator/master/demo1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- JSONExport - Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/5157350/5228493/72693010-7713-11e4-9e42-625a8590424a.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
#### ๐ง Other Development (5)
- Boop - A scriptable scratchpad for developers.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://boop.okat.best
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/IvanMathy/Boop/main/Boop/Documentation/Images/UI.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ChefInspector - Node and Attribute viewer for Chef
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Yasumoto/ChefInspector/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- macho-browser - Browser for macOS Mach-O binaries.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- MQTTX - An elegant Cross-platform MQTT 5.0 desktop client.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-gif.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-preview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- vegvisir - Browser based GUI for LLDB Debugger.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/sections.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/blank.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(5 more screenshots available in the repository)
</p>
</details>
#### ๐ Web Development (14)
- aws-s3-uploader - Simple macOS app for uploading files to Amazon Web Services.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/RafalWilinski/s3-uploader/master/upload_anim.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Corectl App for macOS - Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/TheNewNormal/corectl.app/master/corectl_app.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CoreOS VM - CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/TheNewNormal/coreos-osx/master/coreos-osx.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- HTTP Toolkit - HTTP Toolkit is a cross-platform tool to intercept, debug & mock HTTP.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://httptoolkit.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/inspect-screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Insomnia - Insomnia is a cross-platform REST client, built on top of Electron.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/getinsomnia/insomnia/master/screenshots/main.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- iTunesConnect - macOS app to let you access iTunesConnect.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- KubeMonitor - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/DanSanche/KubeMonitor/master/Screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- KubeSwitch - KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/nsriram/KubeSwitch/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Lantern - Dedicated Mac app for website auditing and crawling.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- LocalSites - Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks).
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- nodeScratchpad - Evaluate Nodejs/JS code snippets from Menubar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Requestly - A lightweight open-source API Development, Testing & Mocking platform
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://requestly.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/user-attachments/assets/a962b213-8744-4ffc-bd04-fcf891f48914' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/user-attachments/assets/7bc00c7e-c280-40eb-9a2a-c070ecdea662' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SimpleLocalize CLI - Open source tool for managing i18n keys in software projects.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://simplelocalize.io
- stts - macOS app for monitoring the status of cloud services.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/OAK3hR0.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
#### ๐ฑ iOS / macOS (44)
- AppBox - Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/getappbox/Home/master/Images/UploadIPA-Dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/getappbox/Home/master/Images/Dashboard-Dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/getappbox/Home/master/Images/AppURL.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AppIcons - Tool for generating icons in all sizes as required by macOS and iOS apps.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/kuyawa/Gallery/master/AppIcons/appicons.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AppStoreReviewTimes - Gives you indication about the average iOS / macOS app stores review times.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/Y0jr8lF.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/rwBYris.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Asset Catalog Tinkerer - App that lets you open .car files and browse/extract their images.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot_themestore.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/quicklook_thumb.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Assets - Assets is a macOS app that manages assets for your development projects (Xcode, web, etc).
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Attabench - Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/attaswift/Attabench/master/Images/Attabench-screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/attaswift/Attabench/master/Images/Header.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/attaswift/Attabench/master/Images/SampleBenchmark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AVXCAssets Generator - Takes path for your assets images and creates appiconset and imageset for you in just one click.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Board For GitHub - Small application to monitor your GitHub project web page in a native macOS app :octocat:!
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/2.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/Banner.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Brisk - macOS app for submitting radars.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/br1sk/brisk/master/.github/AppIcon.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/br1sk/brisk/master/.github/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- calabash-launcher - iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/18147900/32694248-d8c2d7c8-c73b-11e7-8803-81590d61fbf9.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/18147900/32609402-e9b05aa2-c55f-11e7-99d6-c2c1b5b8195d.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/18147900/34467506-8ca05b50-eef4-11e7-9ca0-1373ba7ddd19.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- Cleaner for Xcode - Cleaner for Xcode.app built with react-native-macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Clendar - Clendar is an universal calendar app. Written in SwiftUI.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/us/app/clendar-a-calendar-app/id1548102041
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/1097578/143703321-bb867392-e0c5-4f67-93a0-e299164b0acf.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/1097578/143700120-e377dc4c-51c0-4089-9295-b5cd4da95f41.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CocoaRestClient - Native Apple macOS app for testing HTTP/REST endpoints.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-4.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- Corona Tracker - Coronavirus tracker app for iOS & macOS with maps & charts.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://coronatracker.samabox.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/121827/77247007-03751b80-6c3e-11ea-91fc-b3d535fda6a2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/121827/77246699-e25efb80-6c3a-11ea-8a49-30bd87ff33c0.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DevLint - A lightweight app for formatting and correcting Swift syntax.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- FilterShop - macOS App to explore CoreImage Filters.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/KrisYu/FilterShop/master/showcase.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- IconGenerator - macOS app to generate app icons.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/gif.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/banner.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Iconizer - Create Xcode image catalogs (xcassets) on the fly.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/raphaelhanneken/iconizer/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Iconology - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/us/app/iconology/id1463452867
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/liamrosenfeld/Iconology/main/Iconology/Assets.xcassets/Logo.imageset/logo-long-black.svg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Icons.app - App for macOS which is designed to generate consistent sized icons of an existing application in various states, jiggling (shaking) etc.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- InjectionIII - overdue Swift rewrite of Injection.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Input Source Pro - Input Source Pro is macOS utility designed for multilingual users who frequently switch input sources.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://inputsource.pro
- iOS Images Extractor - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/devcxm/iOS-Images-Extractor/master/iOSImagesExtractor/iOSImagesExtractor/Images.xcassets/AppIcon.appiconset/AppIcon-256.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://cloud.githubusercontent.com/assets/8568955/7927878/874f0594-0918-11e5-9fe3-452372f5affd.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- iSimulator - iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Knuff - The debug application for Apple Push Notification Service (APNs).
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/499192/12481271/36b610e0-c048-11e5-9be6-ee9e996036a2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LayerX - Intuitive app to display transparent images on screen.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='http://img.youtube.com/vi/35KixjZBDjY/0.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Localizable.strings - Mac app to localize your iOS and macOS projects.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Localization Editor - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Localizations - Localizations is an macOS app that manages your Xcode project localization files (.strings).
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- LocationSimulator - Application to spoof your iOS or iPhoneSimulator location.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://schlaubischlump.github.io/LocationSimulator
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Schlaubischlump/LocationSimulator/master/Preview/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Menubar Colors - macOS app for convenient access to the system color panel.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/nvzqz/Menubar-Colors/master/Example.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Notarize - Notarization status monitoring tool for macOS, supporting multiple developer accounts
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/macmade/Notarize/master/Assets/MainWindow.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PodsUpdater - macOS app which helps you manage dependency releases in your Podfile.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ProfilesManager - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/shaojiankui/ProfilesManager/master/demo.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PushNotifications - macOS app to test push notifications on iOS and Android.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/TeamId.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/iOSToken.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Android.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(6 more screenshots available in the repository)
</p>
</details>
- ResignTool - This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/H8kRoPf.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Resizr - MacOS application for creating AppIcon for iOS and Android apps.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- SmartPush - iOS Push Notification Debug App.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/shaojiankui/SmartPush/master/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Stringz - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- TransporterPad - iOS/Android app deployment tool for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- WWDC - Unofficial WWDC app for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- WWDC.srt - Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/WWDCSubGetter/Assets.xcassets/AppIcon.appiconset/Icon_256x256.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/ScreenShots/Session02.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/ScreenShots/VideoLink.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- Xcodes.app - The easiest way to install and switch between multiple versions of Xcode.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- xib2Storyboard - Tool to convert Xcode .xib to .storyboard files.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
โฌ๏ธ Downloader (10)
- App Downloader - Easily search and download macOS apps from the huge
homebrew cask app catalog. Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- App Fair - Find and install macOS apps from Homebrew Cask and Fairground App catalogs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://appfair.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://appfair.app/screenshots/screen1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://appfair.app/screenshots/screen2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://appfair.app/screenshots/screen3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Applite - User-friendly GUI app for Homebrew Casks. Install, update, and uninstall apps with a single click.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://aerolite.dev/applite
<details>
<summary>Screenshots</summary>
<p>
<img src='https://aerolite.dev/img/applite/discover-page.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://aerolite.dev/img/applite/productivity.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Extream Download Manager - a powerful tool to increase download speeds up to 500%
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://subhra74.github.io/xdm/
- FileZilla - Free open-source FTP, FTPS, and SFTP client.
Languages: <code>c++</code>
Website: https://filezilla-project.org
- Get It - Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Motrix - A full-featured download manager.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://motrix.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-light%402x.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-downloading-light%402x.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-dark%402x.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Pillager - macOS Video Downloader written in Swift and Objective-C.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Pjirlip/Pillager/master/docu/pillagerpreview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Pjirlip/Pillager/master/docu/useffmpeg.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- udemy-downloader-gui - desktop application for downloading Udemy Courses.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- YouTube Downloader for macOS - Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://denbeke.be/blog/wp-content/uploads/2017/11/Youtube-downloader-macOS-Swift.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ Editors (7)
- AuroraEditor - Lightweight Code Editor (IDE) for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://auroraeditor.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/63672227/187914690-2277654c-6cab-4738-b151-1c85947bea8b.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Chime - An editor for macOS
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.chimehq.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.chimehq.com/assets/images/laptop-frame-large.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CodeEdit - CodeEdit App for macOS โ Elevate your code editing experience. Open source, free forever.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.codeedit.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/806104/194004176-3143d19f-1ad9-449c-bd41-8c4f9998f44b.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DevLint - A lightweight app for formatting and correcting Swift syntax.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Geany - Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <code>c++</code>
Website: https://www.geany.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.geany.org/media/uploads/screenshots/geany_dark_2019-05-20.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- mxMarkEdit - A visual editor of Markdown document, tasks and tables.
Languages: <code>free-pascal</code>
Website: https://github.com/maxnd/mxMarkEdit
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Zed - Zed is an open source, high-performance, and multiplayer code editor
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://zed.dev
#### ๐ CSV (1)
- TableTool - A simple CSV editor for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://apps.apple.com/app/table-tool/id1122008420
#### ๐ JSON (2)
- JSON Editor - Dead simple JSON editor using josdejong/jsoneditor
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/1403842/73547401-2ecf5b80-4482-11ea-8b03-753c1621c116.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- JSON-Splora - GUI for editing, visualizing, and manipulating JSON data.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/CiXIrrg.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/wellsjo/JSON-Splora/master/app/assets/logos/logo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
#### ๐ Markdown (11)
- Gingko - Tree-structured markdown editor for macOS, Windows, and Linux.
Languages: <img src='./icons/elm-64.png' alt='Elm icon' title='Elm' height='16'/> Elm
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/gingko/client/master/docs/images/screenshot-alien-screenplay.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- linked - ๐งพ Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <code>vue</code> <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
Website: https://uselinked.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/5164617/112966541-9f3b4080-914a-11eb-9dff-00ea2a121b93.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/5164617/112368648-97f3dd00-8cdb-11eb-8865-0203264d420b.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MacDown - Markdown editor for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Mark Text - Realtime preview markdown editor for macOS Windows and Linux.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- MarkEdit - MarkEdit is a free and open-source Markdown editor, for macOS. It's just like TextEdit on Mac but dedicated to Markdown.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://markedit.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/MarkEdit-app/MarkEdit/blob/main/Screenshots/01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/MarkEdit-app/MarkEdit/raw/main/Screenshots/02.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/MarkEdit-app/MarkEdit/blob/main/Screenshots/03.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- mxMarkEdit - A visual editor of Markdown document, tasks and tables.
Languages: <code>free-pascal</code>
Website: https://github.com/maxnd/mxMarkEdit
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Notenik - Note-taking app with many organizational options.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://notenik.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://notenik.app/images/notenik-list-and-display.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Obsidian plugins & themes - Community plugins list, theme list, and releases of Obsidian.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://obsidian.md/
- Pine - A modern MacOS markdown editor.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/ptzSBmo.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/14fd8828c4ab0e59f62cd7457fff295fe8113f26/68747470733a2f2f692e696d6775722e636f6d2f767841614e65582e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/77b139742c8d23e154de89331b5fcfd3672878bf/68747470733a2f2f692e696d6775722e636f6d2f354c51314c6c342e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- QOwnNotes - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.qownnotes.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.qownnotes.org/screenshots/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Zettlr - A Markdown Editor for the 21st century.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://www.zettlr.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Zettlr/Zettlr/develop/resources/screenshots/zettlr_view.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
#### ๐ TeX (2)
- BibDesk - Use BibDesk to edit and manage your bibliography
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://bibdesk.sourceforge.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://bibdesk.sourceforge.io/screenshots/Publication.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://bibdesk.sourceforge.io/screenshots/Main-Window.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Qilin Editor - Text editor for exact sciences with built-in KaTeX/AsciiMath support.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/VOGLGv5.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/LYzVw99.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/utXxWLf.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
#### โ๏ธ Text (13)
- AuroraEditor - Lightweight Code Editor (IDE) for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://auroraeditor.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/63672227/187914690-2277654c-6cab-4738-b151-1c85947bea8b.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CotEditor - Lightweight Plain-Text Editor for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/coteditor/CotEditor/master/[email protected]' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Geany - Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <code>c++</code>
Website: https://www.geany.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.geany.org/media/uploads/screenshots/geany_dark_2019-05-20.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MacVim - Text editor for macOS.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- micro - A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals.
Languages: <img src='./icons/golang-64.png' alt='Go icon' title='Go' height='16'/> Go
Website: https://micro-editor.github.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://micro-editor.github.io/screenshots/micro-monokai.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://micro-editor.github.io/screenshots/micro-one-dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://micro-editor.github.io/screenshots/micro-darcula.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(8 more screenshots available in the repository)
</p>
</details>
- mxMarkEdit - A visual editor of Markdown document, tasks and tables.
Languages: <code>free-pascal</code>
Website: https://github.com/maxnd/mxMarkEdit
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/maxnd/mxMarkEdit/blob/main/screenshots/screenshot3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Notesnook - A fully open source and end-to-end encrypted note taking alternative to Evernote.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://notesnook.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://notesnook.com/_next/static/images/[email protected]' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Noto - Plain text editor for macOS with customizable themes.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/BlqwbV7.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/SXh8o7n.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- reventlou - Personal database as an information management system.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/b3z/reventlou/blob/master/assets/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SubEthaEdit - General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://subethaedit.net/images/screenshots/en-contribute-bright-thumb.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://subethaedit.net/images/screenshots/en-find-bright-thumb.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- TextMate - TextMate is a graphical text editor for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/textmate/textmate/gh-pages/images/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Tincta - One-window text editor with syntax highlighting.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://codingfriends.github.io/Tincta/
- VimR - Refined Neovim experience for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
๐งฉ Extensions (14)
- AdGuard for Safari - The most advanced ad blocking extension for Safari
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://adguard.com/en/welcome.html
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/30d586bf934b280622aeac16949d86bb67184250b2b7902b9ea7fcf53e35ca39/68747470733a2f2f63646e2e616467756172642e636f6d2f7075626c69632f416467756172642f436f6d6d6f6e2f7361666172695f66696c746572732e706e673f' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- BetterPiP - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://media.giphy.com/media/3b7gn1cvDnjDk9Kngv/giphy-downsized-large.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Is It Private? - A Safari Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://florian.codes/projects/is-it-private/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ffittschen/IsItPrivate/master/Assets/Screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Middleclick - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/artginzburg/MiddleClick-Ventura/blob/master/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- nef - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://nef.bow-swift.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/bow-swift/nef-plugin/master/assets/nef-plugin-action-export.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/bow-swift/nef-plugin/master/assets/nef-xcode-preferences.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PageExtender - Extend pages with your own CSS and JS files.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://phili.pe/posts/introducing-page-extender-for-safari/app.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PiPifier - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/Banner.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/pipifier_ios_usage.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PiPTool - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Privacy Redirect for Safari - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Sessions - Safari extension to save your working sessions
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/Screens/Registrazione%20schermo%202019-11-26%20alle%2001.14.21.mov' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Swimat - Swimat is an Xcode plug-in to format your Swift code.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://jintin.github.io/Swimat/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Jintin/Swimat/master/README/preview.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ThenGenerator - Xcode Source Editor Extension for 'Then'
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/property.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ultra TabSaver - Ultra TabSaver is an open-source Tab Manager for Safari
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Swift-open-source/UltraTabSaver/main/Ultra-TabSaver.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Yape - Yet Another PiP Extension. Finds all HTML5 videos on a webpage and allows you to play them in Picture-in-Picture mode from the Safari toolbar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/leonspok/Yape/raw/master/README%20resources/example_screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/leonspok/Yape/raw/master/README%20resources/preferences_screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ Finder (13)
- cd to... - Finder Toolbar app to open the current directory in the Terminal
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Clipy - Clipy is a Clipboard extension app for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Clipy/Clipy/master/Resources/clipy_logo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://clipy-app.com/img/screenshot1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CopyQ - Clipboard manager with advanced features
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- dupeGuru - dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://dupeguru.voltaicideas.net/
- Duplicate Finder - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/16394562/94992308-bc3bf000-05bb-11eb-95a9-907ec334c660.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Finder Go - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- FiScript - Execute custom scripts from the MacOS context menu (CTRL+click) in Finder.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/landingNoText.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/logo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- muCommander - A lightweight, cross-platform file manager with a dual-pane interface.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://www.mucommander.com/
- OpenInCode - Finder toolbar app to open current folder in Visual Studio Code.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/F5ZrCmS.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OpenInTerminal - Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/11001224/78589385-b797b880-7872-11ea-9062-c11a49461598.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/11001224/78589369-b36b9b00-7872-11ea-8a9e-e3f23e7ce80e.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Quick Look plugins - List of useful Quick Look plugins for developers.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QLColorCode.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QLStephen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QLMarkdown.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(5 more screenshots available in the repository)
</p>
</details>
- SaneClick - Finder extension with 51+ right-click actions for file management, image conversion, and developer tools.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://saneclick.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClick/main/docs/screenshots/main-window.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- zoxide - zoxide is a smarter cd command for your terminal.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ฎ Games (13)
- 0 A.D. - Real-time strategy game of ancient warfare
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://play0ad.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://play0ad.com/wp-content/gallery/screenshots/EgyptianPyramids.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://play0ad.com/wp-content/gallery/screenshots/screenshot0088.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Amazing Tic Tac Toe - Fun Tic Tac Toe game equipped with multiplayer (local and online) and leveled single player available on the App Store.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://ariessciences.com/highlight?product=tic-tac-toe
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Aries-Sciences-LLC/Tic-Tac-Toe/master/ScreenShots/previews/inGameDemos.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Aries-Sciences-LLC/Tic-Tac-Toe/master/ScreenShots/previews/multiplayerModes.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Battle for Wesnoth - Turn-based tactical strategy game, featuring both single-player and online multiplayer combat.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- Boxer - The DOS game emulator thatโs fit for your Mac.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Chess - The chess app that comes with macOS.
Languages: <code>objective-c</code>
Website: https://www.apple.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Dolphin - Powerful emulator for Nintendo GameCube and Wii games.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- Dynamic Dark Mode - Dynamic Dark Mode is the app you are looking for to power up Dark Mode on macOS Mojave and beyond.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apollozhu.github.io/Dynamic-Dark-Mode/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/10842684/54065701-b240e800-41f2-11e9-8f7a-5d502ab27c4e.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OpenEmu - Retro video game emulation for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='http://openemu.org/img/intro-md.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OpenRCT2 - Re-implementation of RollerCoaster Tycoon 2.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/888d993a9716208446bd0d5a762977d6b7993058/68747470733a2f2f692e696d6775722e636f6d2f6537434b3553632e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Sabaki - An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: http://sabaki.yichuanshen.de
- Screentendo - Turn your screen into a playable level of Mario.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/AaronRandall/Screentendo/master/Screentendo/Screentendo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Stockfish - Beautiful, powerful chess application.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Widelands - Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers IIโข (ยฉ Bluebyte) but has significantly more variety and depth to it.
Languages: <code>c++</code> <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/Lua-64.png' alt='Lua icon' title='Lua' height='16'/> Lua <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://www.widelands.org
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.widelands.org/static/img/welcome.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐จ Graphics (17)
- Aseprite - Animated sprite editor & pixel art tool (Windows, macOS, Linux).
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- Blender - Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://www.blender.org
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.blender.org/wp-content/uploads/2019/07/blender_render-1280x720.jpg?x94097' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.blender.org/wp-content/uploads/2019/07/blender_vfx-1280x720.jpg?x94097' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.blender.org/wp-content/uploads/2019/07/modeling02-1280x720.jpg?x94097' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(3 more screenshots available in the repository)
</p>
</details>
- CaptuocrToy - Tool to capture screenshot and recognize text by online ocr apis.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/gragrance/CaptuocrToy/master/screenshot.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ColorSet - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/csharp-64.png' alt='C# icon' title='C#' height='16'/> C# <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://imazing.com/colorset
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/DigiDNA/ColorSet/master/Assets/ColorSet.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- FreeCAD - FreeCAD is an open-source 3D parametric modeler
Languages: <code>c++</code> <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://www.freecad.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.freecad.org/images/feature-03.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Gaphor - Gaphor is the simple modeling tool for UML and SysML.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://gaphor.org
- GifCapture - Gif capture app for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/gifcapture.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/Icon.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g2.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Gifcurry - Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming.
Languages: <img src='./icons/haskell-64.png' alt='Haskell icon' title='Haskell' height='16'/> Haskell
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/KFZyEqq.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/ByyCNuk.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Gifski - Convert videos to high-quality GIFs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/screenshot2.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/screenshot1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/screenshot3.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- InfiniteCanvas - Proof of concept Mac drawing application.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/CleanCocoa/InfiniteCanvas/master/assets/title-sketch.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Krita - Krita is a cross-platform application for creating digital art files from scratch like illustrations, concept art, matte painting, textures, comics and animations.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://krita.org/en/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://krita.org/wp-content/uploads/2019/08/krita-ui-40.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LibreCAD - LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation are free from our large, dedicated community of users, contributors and developers.
Languages: <code>c++</code> <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://librecad.org
<details>
<summary>Screenshots</summary>
<p>
<img src='https://librecad.org/img/welcome.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- macSVG - macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/dsward2/macSVG/master/README_images/macsvg-screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Material Colors Native - Choose your Material colours and copy the hex code.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/jIJ4Gcf.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Nugget - Video editing software designed for motion effects and versatility.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/cartesiancs/nugget-app/refs/heads/main/.github/screenshotv1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pencil2D Animation - Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- ScreenToLayers for macOS - ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/duyquoc/ScreenToLayers/master/Others/presentation.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ป IDE (14)
- Apache Netbeans - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://netbeans.apache.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.dropbox.com/s/r9ewe87xer4nypj/netbeans_dark.png?dl=0' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.dropbox.com/s/qs2gh43lrsbdkid/netbeans_light.png?dl=0' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AuroraEditor - Lightweight Code Editor (IDE) for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://auroraeditor.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/63672227/187914690-2277654c-6cab-4738-b151-1c85947bea8b.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Brackets - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://brackets.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://brackets.io/img/hero.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CodeEdit - CodeEdit App for macOS โ Elevate your code editing experience. Open source, free forever.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.codeedit.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/806104/194004176-3143d19f-1ad9-449c-bd41-8c4f9998f44b.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Eclipse - Eclipse is an open-source integrated development environment (IDE) used in computer programming, featuring a base workspace and an extensible plug-in system for customizing the environment.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://www.eclipse.org
- Geany - Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <code>c++</code>
Website: https://www.geany.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.geany.org/media/uploads/screenshots/geany_dark_2019-05-20.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- IntelliJ IDEA Community Edition - IntelliJ IDEA is an integrated development environment written in Java for developing computer software
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://www.jetbrains.com/idea/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.jetbrains.com/idea/img/screenshots/[email protected]' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LiveCode - Cross-platform development IDE.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://livecode.org/
- Oni - Oni is a modern take on modal editing code editor focused on developer productivity.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
- Vim - ubiquitous text editor
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <code>Vim script</code>
Website: https://www.vim.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Vim-search-copen-quickfix.png/640px-Vim-search-copen-quickfix.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Visual Studio Code - Code editor developed by Microsoft.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- VSCodium - VSCodium is a community-driven, freely-licensed binary distribution of Microsoft's VS Code with all telemetry removed.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://vscodium.com/
- Zed - Zed is an open source, high-performance, and multiplayer code editor
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://zed.dev
- ZeroBraneStudio - ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines.
Languages: <img src='./icons/Lua-64.png' alt='Lua icon' title='Lua' height='16'/> Lua
<details>
<summary>Screenshots</summary>
<p>
<img src='https://studio.zerobrane.com/images/debugging.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ผ๏ธ Images (17)
- APNGb - macOS app which assembles and disassembles animated png files.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Crunch - Insane(ly slow but wicked good) PNG image optimization.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- ExifCleaner - Remove image metadata with drag and drop, multi-core batch processing, and dark mode.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://exifcleaner.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://exifcleaner.com/images/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://exifcleaner.com/images/batchprocessing.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://exifcleaner.com/images/darkmode.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Flameshot - Powerful yet simple to use screenshot software.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://flameshot.org
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Freehand - macOS Status Bar App for quick sketch.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wddwycc/Freehand/master/_images/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Gimp - Gimp is GNU Image Manipulation Program.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- Iconology - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/us/app/iconology/id1463452867
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/liamrosenfeld/Iconology/main/Iconology/Assets.xcassets/Logo.imageset/logo-long-black.svg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ImageAlpha - Mac GUI for pngquant, pngnq and posterizer.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://pngmini.com/screenshot-1.3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Imagine - Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
- Inkscape - Inkscape is a Free and open source vector graphics editor.
Languages: <code>c++</code>
Website: https://inkscape.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://media.inkscape.org/media/resources/file/inkscape-0.48-moonlight-views.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- InVesalius - 3D medical imaging reconstruction software
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Katana - Katana is a simple screenshot utility for macOS that lives in your menubar.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- Krita - Krita is a cross-platform application for creating digital art files from scratch like illustrations, concept art, matte painting, textures, comics and animations.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://krita.org/en/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://krita.org/wp-content/uploads/2019/08/krita-ui-40.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PhotoMiner - macOS app for finding and lost forgotten photos on your disks.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/06.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/02.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/04.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(3 more screenshots available in the repository)
</p>
</details>
- Screenbar - macOS menubar app for automating screenshots.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.screenbar.net/assets/images/screenbar-window.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Seashore - Easy to use macOS image editing application for the rest of us.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/robaho/seashore/master/doc/ss1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- WebPonize - WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
โจ๏ธ Keyboard (10)
- AnnePro-mac - macOS application for controlling AnnePro keyboard over bluetooth.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Fluor - Handy tool for macOS allowing you to switch Fn keys' mode based on active application.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- GokuRakuJoudo - Karabiner-Elements configuration manager, rescue to bloated karabiner.json
Languages: <img src='./icons/clojure-64.png' alt='Clojure icon' title='Clojure' height='16'/> Clojure
- Input Source Pro - Input Source Pro is macOS utility designed for multilingual users who frequently switch input sources.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://inputsource.pro
- Karabiner - Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Karabiner-Elements - Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Kawa - Better input source switcher for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/1013641/9109734/d73505e4-3c72-11e5-9c71-49cdf4a484da.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/hatashiro/kawa/master/resource/png/logo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Keycastr - Keystroke visualizer.
Languages: <code>Objective-C</code>
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/keycastr/keycastr/blob/5a9a9e5b498aad7f3bc26e3c2c95862359dbf3e4/assets/preview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Thor - Switch the right application ASAP.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/gbammc/Thor/master/screenshot_settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/gbammc/Thor/master/screenshot_list.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Unshaky - A software attempt to address the "double key press" issue on Apple's butterfly keyboard
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://unshaky.nestederror.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/aahung/Unshaky/blob/master/README/menubar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/aahung/Unshaky/blob/master/README/how-unshaky-works.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ง Mail (7)
- Correo - Menubar/taskbar Gmail App for Windows and macOS.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- dejalu - Fast and Simple Email Client.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/dinhviethoa/dejalu/master/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ElectronMail - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/search.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/export.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Mailspring - ๐ A beautiful, fast and maintained fork of @nylas Mail by one of the original authors
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://getmailspring.com/
- Rambox - Cross Platform messaging and emailing app that combines common web applications into one.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- SimpleLogin - Email Alias solution: protect your real email address.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Thunderbird - Backed by Mozilla, Thunderbird is an extensible email, newsfeed, chat, and calendaring client.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://www.thunderbird.net/en-US/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.thunderbird.net/media/img/l10n/en-US/thunderbird/landing/screenshot-mac.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.thunderbird.net/media/img/l10n/en-US/thunderbird/calendar/screenshot-mac.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://www.thunderbird.net/media/img/thunderbird/features/addon-manager.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ฅ Medical (1)
- InVesalius - 3D medical imaging reconstruction software
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ Menubar (52)
- Airpass - Status bar Mac application to overcome time constrained WiFi networks.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Akku - The missing macOS bluetooth headset battery indicator app.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/ruby-64.png' alt='Ruby icon' title='Ruby' height='16'/> Ruby
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/0f9f9231ff083edead13ad239d7a73566e7b1933c3f176e11ce04e7e624bb24a/68747470733a2f2f6a6172692e6c6f6c2f384f516d4c6e794b72752e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AnyBar - macOS menubar status indicator.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- app-menu - The missing Applications Menu for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/barseghyanartur/app-menu/blob/main/Docs/app_menu_screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/barseghyanartur/app-menu/blob/main/Docs/app_menu_configuration_dir_access.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- baRSS โ Menu Bar RSS Reader - RSS & Atom feed reader that lives in the system status bar.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/relikd/baRSS/main/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- BarTranslate - A handy (native) menu bar translator app that supports Google Translate.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://thijmendam.github.io/BarTranslate/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/ThijmenDam/BarTranslate/raw/master/promo/BarTranslate-AppStore-promo-1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/ThijmenDam/BarTranslate/raw/master/promo/BarTranslate-AppStore-promo-2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Bye-AppQuit - A minimal native macOS app to quickly view and Bulk kill running processes.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/designsbymuzeer/Bye-Mac-App
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/user-attachments/assets/63dade24-d967-4946-89e5-f8ae44097b31' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ClipFlow - Clipboard history manager for macOS with terminal-style navigation, image previews, and cursor-following popup.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/praneeth552/clipflow
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/praneeth552/clipflow/main/screenshots/clipflow-popup.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/praneeth552/clipflow/main/screenshots/clipflow-menubar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CloudyTabs - Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://joshparnham.com/projects/cloudytabs/CloudyTabs.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DatWeatherDoe - Simple menu bar weather app for macOS written in Swift.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- DisplayMenu - Simple (bare-bones) macOS menubar extra to apply display presets.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Dozer - Hide MacOS menubar items.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Mortennn/Dozer/master/Stuff/demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- eul - macOS status monitoring app written in SwiftUI.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Grayscale Mode - Manage grayscale mode from menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/12229032/78544215-6b6b5a80-7817-11ea-8b80-12bbbfc16053.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/12229032/78544289-84740b80-7817-11ea-9092-e76fcb027702.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- gSwitch - macOS status bar app that allows control over the gpu on dual gpu macbooks.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Hidden Bar - An ultra-light MacOS utility that helps hide menu bar icons
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/dwarvesf/hidden/blob/develop/img/tutorial.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ice - Powerful menu bar manager for macOS
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://icemenubar.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://icemenubar.app/gallery/Show%20On%20Hover.mov' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- iGlance - macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Itsycal - A tiny calendar for that lives in the Mac menu bar.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://www.mowglii.com/itsycal/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.mowglii.com/itsycal/[email protected]' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- KubeContext - import, manage and switch between your Kubernetes contexts on Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS4.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LinkLiar - Keep your MAC address random for privacy (intuitive GUI for ifconfig)
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://halo.github.io/LinkLiar/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cdn.jsdelivr.net/gh/halo/LinkLiar@master/docs/screenshot_3.0.1b.svg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MacNTop - macOS menu bar system monitor with retro CRT aesthetics.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/CorvidLabs/MacNTop
- Market Bar - Tiny stocks watcher for the menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- MeetingBar - Menu bar app for your calendar meetings
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/leits/MeetingBar/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Menubar Brightness - macOS app to change the screen brightness on the menubar.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- MenuMeters - CPU, memory, disk, and network monitoring tools for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- MiniSim - MacOS menu bar app for launching iOS ๏ฃฟ and Android ๐ค emulators.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.minisim.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/52801365/223483262-aa3bad72-2948-4893-87a0-578e5d3d8e89.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Monitor Bar - Monitor Bar app supports three modes, compact, normal, extra. It monitors battery, Disk, Memory, CPU, Network bandwidth, Wi-Fi.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Night Shift Control - Night Shift Control is a simple macOS menubar app for controlling Night Shift. It's aim is to bring features from f.lux which are missing from Night Shift such as disabling Night Shift for certain apps.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/isaiasmatewos/night-shift-control/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Nocturnal - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/joshjon/nocturnal/master/Docs/Images/Nocturnal-Screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- NoiseBuddy - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- OnlySwitch - All-in-One status bar button, hide MacBook Pro's notch, dark mode, AirPods, Shortcuts
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.jacklandrin.com/2021/12/01/onlyswitch/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.jacklandrin.com/wp-content/uploads/2022/01/onlySwitch_17.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pareto Security - A MenuBar app to automatically audit your Mac for basic security hygiene.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://paretosecurity.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/239513/126497099-1b89a8ef-68f2-4aae-9f05-f124748685d2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pi Stats - macOS app to visualize Pi-hole information.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Bunn/PiStats/master/images/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pika - Is an easy to use, open-source, native colour picker for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <code>metal</code>
Website: https://superhighfives.com/pika
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/449385/103492507-4e55cd80-4e23-11eb-9366-d31c2bb74030.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PlayStatus - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PSIBar - Quickly hacked up PSI macOS status bar app.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Quick Weather - Simple and elegant menubar weather app on the App Store.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://ariessciences.com/highlight?product=quick-weather
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Aries-Sciences-LLC/Quick-Weather/master/ScreenShots/Previews/page1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Aries-Sciences-LLC/Quick-Weather/master/ScreenShots/Previews/page3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Quickeys - A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/alexrosenfeld10/Quickeys/master/Images/Quickeys.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- RustCast - Blazingly fast, customisable multi tool, application launcher
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://rustcast.umangsurana.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://rustcast.umangsurana.com/rustcast-v0-5-0.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneBar - Privacy-first menu bar manager with Touch ID lock, Always-Hidden Zone, and automation triggers.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sanebar.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneBar/main/docs/images/icon-panel.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneBar/main/docs/images/second-menu-bar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ScreenHint - A simple screenshotting utility for thinking clearly.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://screenhint.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/screenhint-in-action.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/code-hints.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/bike-ride-hints.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SensibleSideButtons - Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- Shifty - macOS menu bar app that gives you more control over Night Shift.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/thompsonate/Shifty/master/docs/en/images/prefs-general-screenshot-shadow.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SlimHUD - Cyanocitta - Replacement for MacOS' volume, brightness and keyboard backlight HUDs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/Animations/animations.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/settingsWindow.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Stats - macOS system monitor in your menu bar
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/0e25eeb8b466356b0bcd847d064da3084baa5aed9bf53fab3bad2f0f0fbd1ee9/68747470733a2f2f7365726869792e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4769746875625f7265706f2f73746174732f706f7075707325334676322e332e322e706e673f7633' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SwiftBar - Powerful macOS menu bar customization tool.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://swiftbar.app
- TimeScribe - Simple and free working time recording.
Languages: <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://timescribe.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/menubar_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/dayview_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/app_activity_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- TimeScribe - Simple and free working time recording.
Languages: <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://timescribe.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/menubar_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/dayview_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/app_activity_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- Vercel Deployment Menu Bar - Open-source macOS menu bar app to monitor Vercel deployment status in real time.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://vercel-deployment-menu-bar.vercel.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/andrewk17/vercel-deployment-menu-bar/main/vercel-menu-bar-deployment-status-macos.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- VPN Bypass - Route specific domains and services around your corporate VPN while keeping the rest of your traffic protected.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/GeiserX/VPN-Bypass
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/GeiserX/VPN-Bypass/main/assets/screenshot-dropdown.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/GeiserX/VPN-Bypass/main/assets/screenshot-settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- xbar - Put the output from any script or program into your macOS Menu Bar.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
๐ง Music (16)
- Carol - A minimal and beautiful lyrics app that stays in the menu bar of macOS.
Languages: <img src='./icons/csharp-64.png' alt='C# icon' title='C#' height='16'/> C#
- ChordDetector - Tiny menu bar app that listens iTunes and Spotify to detect chords of songs!
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- DeezPlayer - Deezer Desktop app for Windows, Linux and macOS.
Languages: <img src='./icons/coffeescript-64.png' alt='CoffeeScript icon' title='CoffeeScript' height='16'/> CoffeeScript
- iTunes Graphs - macOS app to visualise your iTunes library as graphs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Karaoke Forever - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://www.karaoke-eternal.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/bhj/KaraokeEternal/blob/master/docs/assets/images/README.jpg?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Lilypond UI - Create beautiful musical scores with LilyPond.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/doches/lilypond-ui/develop/docs/lilypond-ide.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- lyricsify - Simple Spotify lyrics viewer menu bar app for macOS in Swift.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/en.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/fa.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MPV - Lightweight, highly configurable media player.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://mpv.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://mpv.io/images/mpv-screenshot-34cd36ae.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- NoiseBuddy - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- PlayStatus - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Plug - Discover and listen to music from Hype Machine.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.plugformac.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wulkano/Plug/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SoundCleod - SoundCloud for macOS and Windows.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/a29d773a5a06dcca271d137ab82b46b8609bade4/68747470733a2f2f7261772e6769746875622e636f6d2f73616c6f6d766172792f736f756e64636c656f642f6d61737465722f73637265656e73686f742e6a7067s' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/8c4c858d36597bca72f9eea033f42f6882efc048/68747470733a2f2f7261772e6769746875622e636f6d2f73616c6f6d766172792f736f756e64636c656f642f6d61737465722f73637265656e73686f742d6461726b2e6a7067' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- spicetify-cli - Command-line tool to customize the official Spotify client. Supports Windows, MacOS and Linux.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://spicetify.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/spicetify/spicetify-cli/master/.github/assets/logo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Spotify-Cli-Mac - Control Spotify without leaving your terminal. :notes:
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://asciinema.org/a/ejbbvaa8833wq4xn4d2xuc9jx.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- StargateDAW - An all-in-one digital audio workstation (DAW) and plugin suite
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/stargatedaw/stargate/main/assets/audio_item.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/stargatedaw/stargate/main/assets/note_item.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/stargatedaw/stargate/main/assets/plugins.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(3 more screenshots available in the repository)
</p>
</details>
- YouTube-Music - macOS wrapper for music.youtube.com.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
๐ฐ News (6)
- baRSS โ Menu Bar RSS Reader - RSS & Atom feed reader that lives in the system status bar.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/relikd/baRSS/main/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Diurna - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ngquerol/Diurna/master/diurna.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- hacker-menu - Hacker News Delivered to Desktop.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/jingweno/hacker-menu/master/images/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- NetNewsWire - Feed reader for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Vienna - Vienna is a RSS/Atom newsreader for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Winds - A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://getstream.io/winds/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/a632526f284f114b74e16c393ce5ccac4ddefa48e168d7f81f5b3fa0be6abe5e/68747470733a2f2f692e696d6775722e636f6d2f573166706f77562e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/6041b4f4b94786f08926fb72b1a99c4f72031d104c3100bf1a360ff9dc90276d/68747470733a2f2f692e696d6775722e636f6d2f416c56674454672e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/2c483da82086b0b3b34ca830bef20c369bc2dad69cf821160139c6bc16cf62fb/68747470733a2f2f692e696d6775722e636f6d2f7a6157744e66562e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
๐ Notes (19)
- BibDesk - Use BibDesk to edit and manage your bibliography
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://bibdesk.sourceforge.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://bibdesk.sourceforge.io/screenshots/Publication.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://bibdesk.sourceforge.io/screenshots/Main-Window.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Boostnote - Note-taking application made for programmers just like you.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/BoostIO/Boostnote/master/resources/repository/top.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Dnote - A simple command line notebook with multi-device sync and web interface.
Languages: <img src='./icons/golang-64.png' alt='Go icon' title='Go' height='16'/> Go <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://www.getdnote.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/dnote/dnote/master/assets/cli.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- FromScratch - Little app that you can use as a quick note taking or todo app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- FSNotes - Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/glushchenko/fsnotes/master/code.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://f001.backblazeb2.com/file/og-files/ios.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- joplin - Note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Jupyter Notebook Viewer - Notebook viewer for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- linked - ๐งพ Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <code>vue</code> <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
Website: https://uselinked.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/5164617/112966541-9f3b4080-914a-11eb-9dff-00ea2a121b93.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/5164617/112368648-97f3dd00-8cdb-11eb-8865-0203264d420b.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- notable - Simple note taking application.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/notable.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/unsaved-changes.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/help.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(4 more screenshots available in the repository)
</p>
</details>
- Notenik - Note-taking app with many organizational options.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://notenik.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://notenik.app/images/notenik-list-and-display.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Notes - Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Notesnook - A fully open source and end-to-end encrypted note taking alternative to Evernote.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://notesnook.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://notesnook.com/_next/static/images/[email protected]' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- NoteTaker - Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/insidegui/NoteTaker/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- QOwnNotes - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.qownnotes.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.qownnotes.org/screenshots/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Simplenote - Simplest way to keep notes.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://simplenoteblog.files.wordpress.com/2017/12/screen-shot-2017-12-22-at-9-05-33-am.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Standard Notes - Safe place for your notes, thoughts, and life's work.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- Stik - Instant thought capture for macOS. Global hotkey summons a post-it note, type and close. Notes stored as plain markdown files.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://stik.ink
- tmpNote - Very simple macOS app to make temporary notes.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/buddax2/tmpNote/master/Resources/screenshot_new.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Tusk - Unofficial, third-party, community driven Evernote app with a handful of useful features.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
๐ฆ Other (25)
- Betaflight Configurator - Cross platform configuration tool for the Betaflight firmware.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://betaflight.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://lh3.googleusercontent.com/di77U8MJEDNqdZ3UQugKJy6TEDtHsPegDH8fOaCM0m8E7zImA6bW1epvftG5LdpUsxE-eAkJtKAfDqIvOf-RXr8VUhg=w640-h400-e365-rj-sc0x00ffffff' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Cakebrew - Manage your Homebrew formulas with style using Cakebrew.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.cakebrew.com/assets/img/app-bg.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ChipMunk - Log analysis tool.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
- DevDocs for macOS - An unofficial DevDocs API documentation viewer.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/dteoh/devdocs-macos/master/img/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Gas Mask - Hosts file manager for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Gramps - A genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://gramps-project.org
- Hosts - Cocoa GUI for /etc/hosts.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- ImageOptim - GUI image optimizer for Mac.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Keyframes Player - Simple macOS app to preview animations created with Facebook's keyframes framework.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/insidegui/KeyframesPlayer/master/screenshot.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Lepton - Democratizing Code Snippets Management (macOS/Win/Linux).
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Letters - Teach your kids the alphabet and how to type.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/9a6e15d41e4976c204add53b0ee9ac95e97ad86f/687474703a2f2f692e67697068792e636f6d2f336f365a73536b78743056326e37396b546d2e676966' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/98880/35166585-a81ed35e-fd52-11e7-87e1-9e82a03cc36d.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/98880/35166588-a90e5c12-fd52-11e7-8fcc-45679328392c.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- macGist - Simple app to send pasteboard items to GitHub's Gist.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Numi - Beautiful calculator app for macOS
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://numi.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/8ae63f55d6518e83f9b5782eda1b5d998c5d86313a594ded060a26d4442d9a3d/68747470733a2f2f6e756d692e6170702f696d616765732f6e756d692d73637265656e73686f742d79656c6c6f772e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Platypus - Mac developer tool that creates application bundles from command line scripts.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- QorumLogs - Swift Logging Utility for Xcode & Google Docs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- React Native Debugger - Desktop app for inspecting your React Native projects. macOS, Linux, and Windows.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/3001525/29451479-6621bf1a-83c8-11e7-8ebb-b4e98b1af91c.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Reactotron - Desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- RktMachine - Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/title.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ruby.app - macOS app that contains a full Ruby installation (for use with Ruby/Gosu).
Languages: <img src='./icons/ruby-64.png' alt='Ruby icon' title='Ruby' height='16'/> Ruby
- Shuttle - Simple SSH shortcut menu for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/fitztrev/shuttle/gh-pages/images/how-shuttle-works.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SwiftyBeaver - Convenient logging during development & release in Swift.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- SwitchShuttle - Simple commands shortcut menu for macOS.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/s00d/switchshuttle/raw/main/icons/intro.gif?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- syncthing-macosx - Frugal nativemacOS macOS Syncthing application bundle.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/1050166/48157165-35970f00-e2cf-11e8-8009-10bfbf7fbce2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Unused - Mac app for checking Xcode projects for unused resources.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Vagrant Manager - Manage your vagrant machines in one place with Vagrant Manager for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/1NTsz6S.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
โถ๏ธ Player (6)
- IINA - The modern video player for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://iina.io
- MacMorpheus - 3D 180/360 video player for macOS for PSVR with head tracking.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/emoRaivis/MacMorpheus/master/wiring_diagram.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Movie Monad - Desktop video player built with Haskell that uses GStreamer and GTK+.
Languages: <img src='./icons/haskell-64.png' alt='Haskell icon' title='Haskell' height='16'/> Haskell
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/r1btBMF.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/gdsyIMv.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MPlayerX - Media player on macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- MPV - Lightweight, highly configurable media player.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://mpv.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://mpv.io/images/mpv-screenshot-34cd36ae.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Plug - Discover and listen to music from Hype Machine.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.plugformac.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wulkano/Plug/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐๏ธ Podcast (7)
- Cumulonimbus - Simple, beautiful podcast app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/S7K9wrr.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Doughnut - Podcast player and library for mac
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/CD1212/Doughnut/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- gPodder - gPodder is a simple, open source podcast client.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://gpodder.github.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://gpodder.github.io/assets/screenshot-2022-03-24-crop.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- mkchromecast - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- PodcastMenu - PodcastMenu is a simple app which puts Overcast on your Mac's menu bar so you can listen to your favorite podcasts while you work.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Podlive for macOS - macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with Studio Link On Air.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/phranck/podlive-macos/master/screenshot1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Winds - A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://getstream.io/winds/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/a632526f284f114b74e16c393ce5ccac4ddefa48e168d7f81f5b3fa0be6abe5e/68747470733a2f2f692e696d6775722e636f6d2f573166706f77562e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/6041b4f4b94786f08926fb72b1a99c4f72031d104c3100bf1a360ff9dc90276d/68747470733a2f2f692e696d6775722e636f6d2f416c56674454672e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/2c483da82086b0b3b34ca830bef20c369bc2dad69cf821160139c6bc16cf62fb/68747470733a2f2f692e696d6775722e636f6d2f7a6157744e66562e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
โฑ๏ธ Productivity (78)
- ActivityWatch - Open-source automated time tracker that tracks how you spend time on your devices.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://activitywatch.net
- Ao - Elegant Microsoft To-Do desktop app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- App Fair - Find and install macOS apps from Homebrew Cask and Fairground App catalogs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://appfair.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://appfair.app/screenshots/screen1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://appfair.app/screenshots/screen2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://appfair.app/screenshots/screen3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- BibDesk - Use BibDesk to edit and manage your bibliography
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://bibdesk.sourceforge.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://bibdesk.sourceforge.io/screenshots/Publication.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://bibdesk.sourceforge.io/screenshots/Main-Window.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Blink Eye - An Open-Source minimalist Eye Care reminder & Break Timer app for Windows, macOS, and Linux.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://blinkeye.vercel.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://utfs.io/f/93hqarYp4cDdNL4sT1PM7wKnvWGVmy3zl0x94o8NjODZSHbY' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://utfs.io/f/93hqarYp4cDdmJoyN5IGuo7faHJYtjPxRrsSq0VbWB8zM4yl' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://utfs.io/f/93hqarYp4cDdmJoyN5IGuo7faHJYtjPxRrsSq0VbWB8zM4yl' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Bye-AppQuit - A minimal native macOS app to quickly view and Bulk kill running processes.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/designsbymuzeer/Bye-Mac-App
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/user-attachments/assets/63dade24-d967-4946-89e5-f8ae44097b31' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Calculeta - Calculator for macOS which working on statusbar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Cerebro - Cross-platform launcher app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Clendar - Clendar is an universal calendar app. Written in SwiftUI.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/us/app/clendar-a-calendar-app/id1548102041
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/1097578/143703321-bb867392-e0c5-4f67-93a0-e299164b0acf.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/1097578/143700120-e377dc4c-51c0-4089-9295-b5cd4da95f41.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Clipboard - An easy-to-use clipboard manager with time saving features that work across all terminals.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://GetClipboard.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/website/static/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/readme-assets/ClipboardDemo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ClipMenu - Clipboard manager for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/naotaka/ClipMenu/master/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Clocker - macOS app to plan and organize through timezones.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Condution - Create tasks, manage due dates, and filter with powerful perspectives.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://www.condution.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.condution.com/static/media/demo.528a92c2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ControlPlane - Automate running tasks based on where you are or what you do.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- DevUtils.app - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator...
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://devutils.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://devutils.com/screenshot-dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Dockit - An application that can dock any window to the edge of the screen.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: [official site](official site)
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/XiCheng148/Dockit/blob/main/Resources/preview.gif?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DropPoint - Make drag-and-drop easier using DropPoint. Helps to drag content without having to open side-by-side windows.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/QkUPoOb.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/WElktc0.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- espanso - Cross-platform Text Expander, a powerful replacement for Alfred Snippets
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://espanso.org
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/federico-terzi/espanso/master/images/example.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- far2l - Linux/Mac fork of FAR Manager v2
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- File Architect - Create file and folder structures from plain text descriptions.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://filearchitect.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/filearchitect/app/main/docs/screenshots/filearchitect-main.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Flycut - Clean and simple clipboard manager for developers.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Freeter - App that allows you to gather everything you need for work in one place, organized by projects and workflows, and have a quick access to them.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://freeter.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://freeter.io/images/app-screen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ice - Ice is a versatile menu bar manager that goes beyond hiding and showing items to offer a rich set of productivity features.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://icemenubar.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://icemenubar.app/gallery/ice-bar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://icemenubar.app/gallery/menu-bar-item-search.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Itsycal - A tiny calendar for that lives in the Mac menu bar.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://www.mowglii.com/itsycal/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.mowglii.com/itsycal/[email protected]' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- KeyHolder - Record shortcuts in macOS, like Alfred.app.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Kiwix - Kiwix for iOS and macOS, build on Swift.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Layout Designer for UICollectionView - A simple but powerful tool that helps you make complex layouts for UICollectionView.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/nl/app/layout-designer/id1507238011?l=en&mt=12
<details>
<summary>Screenshots</summary>
<p>
<img src='https://amir.app/git/layout_designer_preview.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- linked - ๐งพ Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <code>vue</code> <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
Website: https://uselinked.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/5164617/112966541-9f3b4080-914a-11eb-9dff-00ea2a121b93.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/5164617/112368648-97f3dd00-8cdb-11eb-8865-0203264d420b.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Linked Ideas - macOS application to write down and connect ideas.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/uqb1x43.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Mac Screenshot Tracker - An open source, free and hackable screenshot tracker. Re-watch what you've been working on!
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/instance01/mac-screenshot-tracker/master/.github/screen1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/instance01/mac-screenshot-tracker/master/.github/screen2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Maccy - Lightweight search-as-you-type clipboard manager.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/665846/36135303-8c4f80ae-10b4-11e8-9940-978e228cb6bd.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- macOrganizer - macOS app for organizing files or removing unnecessary files.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Manta - Flexible invoicing desktop app with beautiful & customizable templates.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- MeetingBar - Menu bar app for your calendar meetings
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/leits/MeetingBar/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Middleclick - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/artginzburg/MiddleClick-Ventura/blob/master/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Numi - Beautiful calculator app for macOS
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://numi.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/8ae63f55d6518e83f9b5782eda1b5d998c5d86313a594ded060a26d4442d9a3d/68747470733a2f2f6e756d692e6170702f696d616765732f6e756d692d73637265656e73686f742d79656c6c6f772e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OmniPrompt - Your ultimate GPT companion for seamless access on your Mac
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://omniprompt.app/
- Paperless Desktop - Desktop app that uses the paperless API to manage your document scans.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/F5GNK4X.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/FrgAptE.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PDF Archiver - Nice tool for tagging and archiving tasks.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Pennywise - Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/275d176aeaab2b9cf09701a091c8fb7ecfe6256a/68747470733a2f2f692e696d6775722e636f6d2f753766415439392e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/71ba8a4a28624f1f102272685f72a80fe70a2c03/68747470733a2f2f692e696d6775722e636f6d2f43654c596f75782e706e673f31' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/601c0dc538bad004c231201e8fe86e16ed3729d0/68747470733a2f2f692e696d6775722e636f6d2f4262715a6d634b2e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Pomodoro Cycle - Pomodoro Cycle for macOS
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://github.com/ziulev/pomodoro-cycle-app/releases
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/jet8a/pomodoro-cycle-app/master/screenshots/preview.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- QOwnNotes - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.qownnotes.org/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.qownnotes.org/screenshots/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Quicksilver - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Quickwords - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/asCk1Ds.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Readest - Readest is a modern, feature-rich ebook reader designed for avid readers.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://readest.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/readest/readest/main/data/screenshots/annotations.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/readest/readest/main/data/screenshots/tts_control.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/readest/readest/main/data/screenshots/wikipedia_vertical.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- reventlou - Personal database as an information management system.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/b3z/reventlou/blob/master/assets/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- RustCast - Blazingly fast, customisable multi tool, application launcher
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://rustcast.umangsurana.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://rustcast.umangsurana.com/rustcast-v0-5-0.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneClip - Clipboard manager with Touch ID protection, AES-256-GCM encryption, and sensitive data detection.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://saneclip.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClip/main/docs/images/screenshot-popover.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClip/main/docs/images/screenshot-settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneSales - Universal indie sales tracker for LemonSqueezy, Gumroad, and Stripe with on-device privacy.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sanesales.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneSales/main/docs/images/screenshot-mac-dashboard.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneSales/main/docs/images/screenshot-mac-charts.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneSales/main/docs/images/screenshot-iphone-dashboard.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ScreenHint - A simple screenshotting utility for thinking clearly.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://screenhint.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/screenhint-in-action.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/code-hints.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/bike-ride-hints.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Screenpipe - 24/7 screen and audio recording with AI-powered search. Local-first, privacy-focused rewind alternative.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://screenpi.pe
<details>
<summary>Screenshots</summary>
<p>
<img src='https://screenpi.pe/og-image.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SelfControl - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart โ you must wait for the timer to run out.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Sessions - Safari extension to save your working sessions
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/Screens/Registrazione%20schermo%202019-11-26%20alle%2001.14.21.mov' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Slime - App icon assets generator written in SwiftUI
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/20198012/143677189-c13cc444-5e2c-4342-9e22-27a7bff64915.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Speed Reader - Read faster with the power of silencing vocalization with SpeedReader.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/app/speed-reader/id1258448209
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Spotter - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- sqlectron - A simple and lightweight SQL client desktop/terminal with cross database and platform support.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://sqlectron.github.io/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://sqlectron.github.io/demos/sqlectron-demo-gui-v1.31.0.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- status-bar-todo - Simple macOS app to keep TODO-list in status bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/1434418/21689532/52b0c1ba-d379-11e6-882a-b16d4f8fce00.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- StickyNotes - A Windows 10-esque Sticky Notes app implemented in AppKit.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/LumingYin/StickyNotes/releases
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/LumingYin/StickyNotes/master/images/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Strategr - No-fuss time management.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://khrykin.github.io/StrategrDesktop/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/0aab0a8a9be68c3f98628a5c7dc2a09da176ea7a/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f6d61696e5f6f726967696e616c2e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://camo.githubusercontent.com/1e9cc6df1bafd86c7f619cca3d4b3c30f9917398/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f626c61636b5f6d61696e2e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- stretchly - Cross-platform electron app that reminds you to take breaks when working with computer.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Super Productivity - Free to do list & time tracker for programmers & designers with Jira integration.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://super-productivity.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_standard.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ThenGenerator - Xcode Source Editor Extension for 'Then'
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/property.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Thyme - The task timer for OS X.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Time to Leave - Log work hours and get notified when it's time to leave the office and start to live.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS <code>html</code>
Website: https://timetoleave.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/3754225/94519528-4e549900-0248-11eb-8872-b6fb2d47f43c.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/3754225/94762058-4e79a380-03c4-11eb-8f28-1c480dbf8b5c.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Timer - Simple Timer app for Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/michaelvillar/timer-app/master/screenshots/light-mode.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/michaelvillar/timer-app/master/screenshots/dark-mode.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- TimeScribe - Simple and free working time recording.
Languages: <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://timescribe.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/menubar_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/dayview_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/app_activity_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- TimeScribe - Simple and free working time recording.
Languages: <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://timescribe.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/menubar_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/dayview_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/WINBIGFOX/timescribe/refs/heads/main/.github/images/app_activity_en_light.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- Toggl Desktop - Toggl Desktop app for Windows, Mac and Linux.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- TomatoBar - Pomodoro Technique Timer for macOS with Touch Bar support.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- TrelloApp - Unofficial wrapper application for Trello.com written in Swift. This is almost a "Hello World" for a site specific browser.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Ueli - A keystroke launcher for macOS (and Windows) like Spotlight or Alfred.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://ueli.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/oliverschwendener/ueli/blob/dev/assets/feature-simple-folder-search.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ultra TabSaver - Ultra TabSaver is an open-source Tab Manager for Safari
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Swift-open-source/UltraTabSaver/main/Ultra-TabSaver.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Watson - A CLI application for time tracking.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://tailordev.github.io/Watson/img/logo-watson-600px.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://tailordev.github.io/Watson/img/watson-demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Whale - Unofficial Trello app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/1000ch/whale/master/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Xournal++ - Take handwritten notes with ease
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/Lua-64.png' alt='Lua icon' title='Lua' height='16'/> Lua <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- Yippy - macOS open source clipboard manager
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://yippy.mattdavo.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/mattDavo/Yippy/raw/master/images/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Yomu - Manga reader app for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
๐ Screensaver (10)
- Aerial - Apple TV Aerial Screensaver for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/37544189/47649972-1f76a980-db7f-11e8-910b-1d5d50931ae2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://cloud.githubusercontent.com/assets/499192/10754100/c0e1cc4c-7c95-11e5-9d3b-842d3acc2fd5.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/37544189/47649971-1f76a980-db7f-11e8-97be-d1f90b943c9d.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(3 more screenshots available in the repository)
</p>
</details>
- Brooklyn - Screensaver inspired by Apple's Event on October 30, 2018.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/pedrommcarrasco/Brooklyn/master/Design/showcase.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/pedrommcarrasco/Brooklyn/master/Design/preferenceMenu.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Epoch Flip Clock Screensaver - Unix epoch timestamp flip clock screensaver.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/chrstphrknwtn/epoch-flip-clock/master/epochFlipClock.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Image-As-Wallpaper - Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Irvue - Screensaver for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Life Saver - An abstract screensaver based on Conway's Game of Life implemented with SpriteKit
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/screensaver/lifesaver-screenshots-1.1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/amiantos/lifesaver/blob/master/Design/tvos/tvos-ss-1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/amiantos/lifesaver/blob/master/Design/tvos/tvos-ss-2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MinimalClock - Simple and elegant screensaver that displays the time.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://mattiarossini.github.io/MinimalClock/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/mattiarossini/MinimalClock/blob/master/Screenshot.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MusaicFM - iTunes Screensaver Clone for Spotify and Last.fm
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/OuF5nOe.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Predator - A predator-inspired clock screensaver for macOS
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/preview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- The GitHub Matrix Screensaver - The GitHub Matrix Screensaver for macOS.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://winterbe.com/image/matrix-has-you.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://winterbe.com/image/matrix.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ Security (11)
- Cloaker - simple drag-and-drop, password-based file encryption.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://adequate.systems/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/spieglt/Cloaker/blob/master/demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Cryptomator - Multi-platform transparent client-side encryption of your files in the cloud.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://cryptomator.org/
- LuLu - LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- macOS GateKeeper Helper - Simple macOS GateKeeper script. It helps you to control your GateKeeper.
Languages: <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Pareto Security - A MenuBar app to automatically audit your Mac for basic security hygiene.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://paretosecurity.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/239513/126497099-1b89a8ef-68f2-4aae-9f05-f124748685d2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Privacy Redirect for Safari - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- SaneClip - Clipboard manager with Touch ID protection, AES-256-GCM encryption, and sensitive data detection.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://saneclip.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClip/main/docs/images/screenshot-popover.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClip/main/docs/images/screenshot-settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneHosts - System-level ad and tracker blocker via /etc/hosts with 200+ curated blocklists and Touch ID protection.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sanehosts.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneHosts/main/website/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- stronghold - Easily configure macOS security settings from the terminal.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/alichtman/stronghold/master/img/stronghold-logo-left.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/alichtman/stronghold/master/img/demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Swifty - Free and offline password manager.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://getswifty.pro
<details>
<summary>Screenshots</summary>
<p>
<img src='https://alchaplinsky.com/images/misc/swifty_screen_01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://alchaplinsky.com/images/misc/swifty_screen_02.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- VeraCrypt - Disk encryption with strong security based on TrueCrypt.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.veracrypt.fr
๐ค Sharing Files (11)
- Cyberduck - Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://cyberduck.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cdn.cyberduck.io/img/mac/browser-bookmarks.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://cdn.cyberduck.io/img/mac/browser.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Deluge - Lightweight cross-platform BitTorrent client.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- Easy Share Uploader - Allows users to easily host their local images to the internet through multiple services and available on App Store.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://ariessciences.com/highlight?product=easy-share-uploader
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Aries-Sciences-LLC/Easy-Share-Uploader/master/Screenshots/finished/Screen%20Shot%202021-02-19%20at%2010.36.10%20PM.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Aries-Sciences-LLC/Easy-Share-Uploader/master/Screenshots/finished/Screen%20Shot%202021-02-19%20at%2010.38.20%20PM.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- FileZilla - Free open-source FTP, FTPS, and SFTP client.
Languages: <code>c++</code>
Website: https://filezilla-project.org
- mac2imgur - Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- NitroShare - Transferring files from one device to another
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://nitroshare.net
- qBittorrent - BitTorrent client in Qt.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- Rhea - macOS status bar app for quickly sharing files and URLs.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Soduto - Soduto is a KDEConnect compatible application for macOS. It gives AirDrop like integration and allows file and clipboard sharing between your phones, desktops and tablets.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://soduto.com/
- Transmission - Official Transmission BitTorrent client repository.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- Tribler - Privacy enhanced BitTorrent client with P2P content discovery.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
๐ฅ Social Networking (9)
- Caprine - Elegant Facebook Messenger desktop app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- Goofy - Unofficial Facebook Messenger client.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Leviathan - Leviathan is a iOS and macOS client application for the Mastodon social network.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Messenger - macOS app wrapping Facebook's Messenger for desktop.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://fbmacmessenger.rsms.me/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Product Hunt - share and discover your favorite new products and applications.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/1000ch/quail/master/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ramme - Unofficial Instagram Desktop App.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- RedditOS - A SwiftUI Reddit client for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Dimillian/RedditOS/master/Images/image1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Simpo - macOS menubar app to post status quickly.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/KeliCheng/Simpo/master/preview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/KeliCheng/Simpo/master/donate.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ก Streaming (3)
- Galeri - Perpetual artwork streaming app.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- OBS Studio - Free and open source software for live streaming and screen recording.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://obsproject.com/
- Plug - Discover and listen to music from Hype Machine.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.plugformac.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wulkano/Plug/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
โ๏ธ System (24)
- Apple Juice - Advanced battery gauge for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_appmenu.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_notifications.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AppPolice - App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/1557716/12860558/11908a78-cc66-11e5-9998-b4bec11dbfeb.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://cloud.githubusercontent.com/assets/1557716/12860551/ffff72d8-cc65-11e5-9304-4f1341657b5a.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://cloud.githubusercontent.com/assets/1557716/12860559/1193fe42-cc66-11e5-9d4f-8b8af842ea72.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- Clean-Me - Small macOS app that acts as a system cleaner (logs, cache, ...).
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/resources/Cleam-Me-image1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/resources/Cleam-Me-image2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Diagnostics - Diagnostics is an application displaying the diagnostic reports from applications on macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/macmade/Diagnostics/master/Resources/Screen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- DisableMonitor - Easily disable or enable a monitor on your Mac.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- eul - macOS status monitoring app written in SwiftUI.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Fanny - Monitor your Mac's fan speed and CPU temperature from your Notification Center.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/10573489/26471886/ac78360e-4171-11e7-8b89-1e27fe6a582e.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- HoRNDIS - Android USB tethering driver for macOS.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- Juice - Make your battery information a bit more interesting.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/brianmichel/Juice/master/images/cyle-post.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/brianmichel/Juice/master/images/icon-readme.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- KeepingYouAwake - Prevents your Mac from going to sleep.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/newmarcel/KeepingYouAwake/master/Extras/[email protected]' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Latest - Small utility app for macOS that makes sure you know about all the latest updates to the apps you use.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mangerlahn/Latest/master/latest.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Loading - Simple network activity monitor for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/BonzaiThePenguin/Loading/master/README/en.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MacNTop - macOS menu bar system monitor with retro CRT aesthetics.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/CorvidLabs/MacNTop
- macOS GateKeeper Helper - Simple macOS GateKeeper script. It helps you to control your GateKeeper.
Languages: <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- macOSLucidaGrande - A small utility to set Lucida Grande as your Mac's system UI font.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://github.com/LumingYin/macOSLucidaGrande/releases
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/LumingYin/macOSLucidaGrande/master/Screenshot/Screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Overkill - Stop iTunes from opening when you connect your iPhone.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- ProfileCreator - macOS Application to create standard or customized configuration profiles.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/erikberglund/ProfileCreator/master/resources/screenshots/ProfileCreator.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SlimHUD - Cyanocitta - Replacement for MacOS' volume, brightness and keyboard backlight HUDs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/Animations/animations.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/settingsWindow.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Sloth - Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_icon.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot2.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Spotter - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Stats - macOS system monitor in your menu bar
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/0e25eeb8b466356b0bcd847d064da3084baa5aed9bf53fab3bad2f0f0fbd1ee9/68747470733a2f2f7365726869792e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4769746875625f7265706f2f73746174732f706f7075707325334676322e332e322e706e673f7633' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Turbo Boost Switcher - Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- VerticalBar - macOS application to add a vertical bar to Dock.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/DeromirNeves/VerticalBar/master/img/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Wireshark - Wireshark is the worldโs foremost and widely-used network protocol analyzer. It lets you see whatโs happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <code>c++</code>
Website: https://www.wireshark.org/
๐บ Terminal (15)
- Alacritty - Cross-platform, GPU-accelerated terminal emulator.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/4285147/21585004/2ebd0288-d06c-11e6-95d3-4a2889dbbd6f.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Bifrost - A tiny terminal emulator for serial port communication (macOS/Linux).
Languages: <img src='./icons/golang-64.png' alt='Go icon' title='Go' height='16'/> Go
- cd to... - Finder Toolbar app to open the current directory in the Terminal
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Clipboard - An easy-to-use clipboard manager with time saving features that work across all terminals.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://GetClipboard.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/website/static/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Slackadays/Clipboard/main/documentation/readme-assets/ClipboardDemo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Console - macOS console application.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/macmade/Console/master/Assets/MainWindow.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Finder Go - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Hyper - Terminal built on web technologies.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
<details>
<summary>Screenshots</summary>
<p>
<img src='https://assets.zeit.co/image/upload/v1537650716/repositories/hyper/hyper-repo-banner.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- iTerm 2 - Terminal emulator for macOS that does amazing things.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Kitty - Cross-platform, fast, feature full, GPU based terminal emulator.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- macOS GateKeeper Helper - Simple macOS GateKeeper script. It helps you to control your GateKeeper.
Languages: <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OpenInTerminal - Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/11001224/78589385-b797b880-7872-11ea-9062-c11a49461598.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/11001224/78589369-b36b9b00-7872-11ea-8a9e-e3f23e7ce80e.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OpenTerminal - App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Tabby - Powerful cross-platform terminal emulator, featuring a modern GUI, and offering SSH, serial, Telnet, and SCP client support.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Eugeny/tabby/master/docs/readme.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/Eugeny/tabby/raw/master/docs/readme-terminal.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- wallpapper - wallpapper is a console application for creating dynamic wallpapers for Mojave.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- zoxide - zoxide is a smarter cd command for your terminal.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐๏ธ Touch Bar (6)
- Muse - Spotify controller with TouchBar support.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/xzzz9097/Muse/master/Screenshots/Window2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MyTouchbarMyRules - App to customize your Touch Bar as you want.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Pock - Display macOS Dock in Touch Bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://pock.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/51a17fe9599c84dddda6aa5540e8cdbebedfce83/68747470733a2f2f706f636b2e6465762f6173736574732f696d672f707265766965772f706f636b5f776964676574732e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Touch Bar Preview - Small application to display your designs on the Touch Bar of the new MacBook Pro.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Touch Bar Simulator - Use the Touch Bar on any Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Touch Emoji - Emoji picker for MacBook Pro Touch Bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-icon-screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-recent-screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
๐ ๏ธ Utilities (112)
- ActivityWatch - Open-source automated time tracker that tracks how you spend time on your devices.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://activitywatch.net
- Android tool for Mac - One-click screenshots, video recordings, app installation for iOS and Android
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/plugging%20in.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/phonerecording.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/installapk.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(2 more screenshots available in the repository)
</p>
</details>
- App Fair - Find and install macOS apps from Homebrew Cask and Fairground App catalogs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://appfair.app
<details>
<summary>Screenshots</summary>
<p>
<img src='https://appfair.app/screenshots/screen1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://appfair.app/screenshots/screen2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://appfair.app/screenshots/screen3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ArchiveMounter - Mounts archives like disk images.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Balena Etcher - Flash OS images to SD cards & USB drives, safely and easily.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://www.balena.io/etcher
- baRSS โ Menu Bar RSS Reader - RSS & Atom feed reader that lives in the system status bar.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/relikd/baRSS/main/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- BeardedSpice - Control web based media players with the media keys found on Mac keyboards.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Betaflight Configurator - Cross platform configuration tool for the Betaflight firmware.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://betaflight.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://lh3.googleusercontent.com/di77U8MJEDNqdZ3UQugKJy6TEDtHsPegDH8fOaCM0m8E7zImA6bW1epvftG5LdpUsxE-eAkJtKAfDqIvOf-RXr8VUhg=w640-h400-e365-rj-sc0x00ffffff' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Bitwarden - Cross-platform password management solutions for individuals, teams, and business organizations.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://bitwarden.com/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/desktop-macos-vault.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/mobile-ios-myvault.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/cli-macos.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Bitwarden Menu - Bitwarden Password Manager in your menu bar
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/jnsdrtlf/bitwarden-menubar/main/artwork/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Blink Eye - An Open-Source minimalist Eye Care reminder & Break Timer app for Windows, macOS, and Linux.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://blinkeye.vercel.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://utfs.io/f/93hqarYp4cDdNL4sT1PM7wKnvWGVmy3zl0x94o8NjODZSHbY' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://utfs.io/f/93hqarYp4cDdmJoyN5IGuo7faHJYtjPxRrsSq0VbWB8zM4yl' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://utfs.io/f/93hqarYp4cDdmJoyN5IGuo7faHJYtjPxRrsSq0VbWB8zM4yl' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- Boop - A scriptable scratchpad for developers.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://boop.okat.best
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/IvanMathy/Boop/main/Boop/Documentation/Images/UI.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Buttercup Desktop - Secure password manager for mac and other platforms.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/3869469/35880367-6bd58770-0b86-11e8-879f-d1f9136274a9.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Bye-AppQuit - A minimal native macOS app to quickly view and Bulk kill running processes.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/designsbymuzeer/Bye-Mac-App
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/user-attachments/assets/63dade24-d967-4946-89e5-f8ae44097b31' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Calculeta - Calculator for macOS which working on statusbar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- calibre - cross platform e-book manager.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://calibre-ebook.com
- Catch - Catch: Broadcatching made easy.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Clear Clipboard Text Format - Easily clear the format of your clipboard text with Clear Clipboard Text Format.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://apps.apple.com/app/clear-clipboard-text-format/id1322855232
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/LumingYin/ClipboardClear/master/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ClipFlow - Clipboard history manager for macOS with terminal-style navigation, image previews, and cursor-following popup.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/praneeth552/clipflow
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/praneeth552/clipflow/main/screenshots/clipflow-popup.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/praneeth552/clipflow/main/screenshots/clipflow-menubar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CoreLocationCLI - Get the physical location of your device and prints it to standard output
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://cloud.githubusercontent.com/assets/382183/25063655/52c11234-221d-11e7-81fb-0f8712dac393.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- CornerCal - Simple, clean calendar and clock app for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ekreutz/CornerCal/master/screenshot-01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Crypter - Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/HR/Crypter/master/.github/Welcome_screen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/HR/Crypter/master/.github/Settings_screen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/HR/Crypter/master/.github/Crypter_main_screen.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- DevUtils.app - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator...
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://devutils.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://devutils.com/screenshot-dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- dupeGuru - dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://dupeguru.voltaicideas.net/
- Duplicate Finder - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/16394562/94992308-bc3bf000-05bb-11eb-95a9-907ec334c660.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ECheck - Small tool to validate epub files for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- eul - macOS status monitoring app written in SwiftUI.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- far2l - Linux/Mac fork of FAR Manager v2
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- File Architect - Create file and folder structures from plain text descriptions.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://filearchitect.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/filearchitect/app/main/docs/screenshots/filearchitect-main.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Flying Carpet - cross-platform file transfer over ad-hoc wifi, like AirDrop but for Mac/Windows/Linux.
Languages: <img src='./icons/golang-64.png' alt='Go icon' title='Go' height='16'/> Go
Website: https://adequate.systems/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/spieglt/FlyingCarpet/master/pictures/macDemo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- fselect - Command-line tool to search files with SQL syntax.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
- Funky - Easily toggle the function key on your Mac on a per app basis.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- GrandPerspective - Small utility for visualizing disk usage using tree maps.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://grandperspectiv.sourceforge.net
<details>
<summary>Screenshots</summary>
<p>
<img src='https://grandperspectiv.sourceforge.net/ScreenShots/3_4_1-Folders_Bujumbura.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://grandperspectiv.sourceforge.net/ScreenShots/3_4_1-Filetype_OrigamiMice.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://grandperspectiv.sourceforge.net/ScreenShots/3_4_1-Creation_Heathmap12.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Gray - Pick between the light appearance and the dark appearance on a per-app basis with the click of a button
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Grayscale Mode - Manage grayscale mode from menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/12229032/78544215-6b6b5a80-7817-11ea-8b80-12bbbfc16053.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://user-images.githubusercontent.com/12229032/78544289-84740b80-7817-11ea-9092-e76fcb027702.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Gridfy - Quickly calculate column widths and get correct results for your grid.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://gridfy.astroon.pro/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Slllava/gridfy/refs/heads/main/media/pr-01.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Slllava/gridfy/refs/heads/main/media/pr-02.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Slllava/gridfy/refs/heads/main/media/pr-03.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- homebrew-cask - A CLI workflow for the administration of macOS applications distributed as binaries
Languages: <img src='./icons/ruby-64.png' alt='Ruby icon' title='Ruby' height='16'/> Ruby
Website: https://brew.sh/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/e0232f054269f4da8df572c3dea4f08def189df3/68747470733a2f2f692e696d6775722e636f6d2f626a723855785a2e676966' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ice - Ice is a versatile menu bar manager that goes beyond hiding and showing items to offer a rich set of productivity features.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://icemenubar.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://icemenubar.app/gallery/ice-bar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://icemenubar.app/gallery/menu-bar-item-search.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Input Source Pro - Input Source Pro is macOS utility designed for multilingual users who frequently switch input sources.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://inputsource.pro
- iOScanX - Cocoa application for semi-automated iOS app analysis and evaluation.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/4zx0UvT.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://i.imgur.com/0vEOyar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Kap - Screen recorder application built with web technology.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- KeePassXC - Cross-platform community-driven port of the Windows application "Keepass Password Safe"
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- KeeWeb - Cross-platform password manager compatible with KeePass.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- Keka - Keka is a full featured file archiver, as easy as it can be.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.keka.io/en/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.keka.io/img/Keka-Square-512x512.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Kyapchar - Simple screen and microphone audio recorder for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Layout Designer for UICollectionView - A simple but powerful tool that helps you make complex layouts for UICollectionView.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/nl/app/layout-designer/id1507238011?l=en&mt=12
<details>
<summary>Screenshots</summary>
<p>
<img src='https://amir.app/git/layout_designer_preview.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- LocationSimulator - Application to spoof your iOS or iPhoneSimulator location.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://schlaubischlump.github.io/LocationSimulator
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Schlaubischlump/LocationSimulator/master/Preview/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Lunar - Intelligent adaptive brightness for your external displays.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- mac-sound-fix - Mac Sound Re-Enabler.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/2ec00a08b476bb6b62b64b1813e0b608dd819d6d/68747470733a2f2f692e696d6775722e636f6d2f483338735073662e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- macOS GateKeeper Helper - Simple macOS GateKeeper script. It helps you to control your GateKeeper.
Languages: <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MacPacker - Archive manager for macOS. Preview (nested) archives without extracting them. Extract single files.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://macpacker.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://macpacker.app/main.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MacPass - Native macOS KeePass client.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/768f015c1f8777b78ceb2c75bf880133a3668061/68747470733a2f2f7261772e6769746875622e636f6d2f6d737461726b652f4d6163506173732f6d61737465722f4173736574732f53637265656e73686f74732f4d6163506173732e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Maria - macOS native app/widget for aria2 download tool.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- MeetingBar - Menu bar app for your calendar meetings
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/leits/MeetingBar/master/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Meme Maker - Meme Maker macOS application for meme creation.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Middleclick - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/artginzburg/MiddleClick-Ventura/blob/master/demo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MiddleDrag - Three-finger trackpad gestures for middle-click and middle-drag.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/NullPointerDepressiveDisorder/MiddleDrag/main/Screenshots/MiddleDrag-Demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MonitorControl - Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/MonitorControl/MonitorControl/tree/master/.github' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Monolingual - Remove unnecessary language resources from macOS
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://ingmarstein.github.io/Monolingual/images/Monolingual-1.6.7-en.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Mos - Smooth your mouse's scrolling and reverse the mouse scroll direction
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- MQTTX - An elegant Cross-platform MQTT 5.0 desktop client.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-gif.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-preview.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- nix-package-manager - Nix is a reproducible package manager alternative to Homebrew, with over 80,000 packages.
Languages: <code>c++</code> <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell <code>nix</code>
Website: https://nixos.org/explore.html
- Nmap - Nmap - the Network Mapper.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://nmap.org
- Nocturnal - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/joshjon/nocturnal/master/Docs/Images/Nocturnal-Screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- NoiseBuddy - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Noti - Receive Android notifications on your mac (with PushBullet).
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Numi - Beautiful calculator app for macOS
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://numi.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/8ae63f55d6518e83f9b5782eda1b5d998c5d86313a594ded060a26d4442d9a3d/68747470733a2f2f6e756d692e6170702f696d616765732f6e756d692d73637265656e73686f742d79656c6c6f772e706e67' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- NVM - Node Version Manager.
Languages: <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
- OmniPrompt - Your ultimate GPT companion for seamless access on your Mac
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://omniprompt.app/
- OnlySwitch - All-in-One status bar button, hide MacBook Pro's notch, dark mode, AirPods, Shortcuts
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.jacklandrin.com/2021/12/01/onlyswitch/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://www.jacklandrin.com/wp-content/uploads/2022/01/onlySwitch_17.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OpenCore Legacy Patcher - OpenCore Legacy Patcher is a tool for installing new MacOS versions on legacy macs.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
Website: https://dortania.github.io/OpenCore-Legacy-Patcher/
- OpenRocket - OpenRocket is a cross-platform utility tool to model and simulate model rockets and their flight characteristics.
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java
Website: https://openrocket.info/
- Padlock - A minimal, open source password manager for macOS.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- PB for Desktop - Receive native push notifications on macOS, Windows and Linux.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-linux.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/graphics/icon.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-macos.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- PeaZip - Free file archiver utility and open source file compression and encryption tool supporting 200+ formats.
Languages: <code>pascal</code>
Website: https://peazip.github.io/
- PercentCalculator - A menu bar application that calculates percents.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Pika - Is an easy to use, open-source, native colour picker for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <code>metal</code>
Website: https://superhighfives.com/pika
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/449385/103492507-4e55cd80-4e23-11eb-9366-d31c2bb74030.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Plain Pasta - Plaintextify your clipboard
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/hisaac/PlainPasta/main/docs/without-plain-pasta.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/hisaac/PlainPasta/main/docs/with-plain-pasta.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PlayStatus - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- PlugNPlayMac - A script to automate tasks when connect a device to your Mac
Languages: <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
- PowerShell - PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools.
Languages: <img src='./icons/csharp-64.png' alt='C# icon' title='C#' height='16'/> C#
- Rugby - ๐ Cache CocoaPods for faster rebuild and indexing Xcode project.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://swiftyfinch.github.io/en/2021-03-09-rugby-story/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/swiftyfinch/Rugby/blob/main/Assets/Preview.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- RustCast - Blazingly fast, customisable multi tool, application launcher
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
Website: https://rustcast.umangsurana.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://rustcast.umangsurana.com/rustcast-v0-5-0.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneBar - Privacy-first menu bar manager with Touch ID lock, Always-Hidden Zone, and automation triggers.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sanebar.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneBar/main/docs/images/icon-panel.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneBar/main/docs/images/second-menu-bar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneClick - Finder extension with 51+ right-click actions for file management, image conversion, and developer tools.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://saneclick.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClick/main/docs/screenshots/main-window.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneClip - Clipboard manager with Touch ID protection, AES-256-GCM encryption, and sensitive data detection.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://saneclip.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClip/main/docs/images/screenshot-popover.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneClip/main/docs/images/screenshot-settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneHosts - System-level ad and tracker blocker via /etc/hosts with 200+ curated blocklists and Touch ID protection.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sanehosts.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneHosts/main/website/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SaneSales - Universal indie sales tracker for LemonSqueezy, Gumroad, and Stripe with on-device privacy.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sanesales.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sane-apps/SaneSales/main/docs/images/screenshot-mac-dashboard.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneSales/main/docs/images/screenshot-mac-charts.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sane-apps/SaneSales/main/docs/images/screenshot-iphone-dashboard.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ScreenCat - ScreenCat is a screen sharing + remote collaboration application.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <img src='./icons/css-64.png' alt='CSS icon' title='CSS' height='16'/> CSS
- ScreenHint - A simple screenshotting utility for thinking clearly.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://screenhint.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/screenhint-in-action.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/code-hints.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/bike-ride-hints.png?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Screenpipe - 24/7 screen and audio recording with AI-powered search. Local-first, privacy-focused rewind alternative.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
Website: https://screenpi.pe
<details>
<summary>Screenshots</summary>
<p>
<img src='https://screenpi.pe/og-image.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Slime - App icon assets generator written in SwiftUI
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/20198012/143677189-c13cc444-5e2c-4342-9e22-27a7bff64915.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SlimHUD - Cyanocitta - Replacement for MacOS' volume, brightness and keyboard backlight HUDs.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/Animations/animations.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/settingsWindow.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SlowQuitApps - Add a global delay to Command-Q to stop accidental app quits.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Smotrite - Smotrite is a system monitor for macOS, which just work.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Lukentui/smotrite-app/main/etc/screenshots/1.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/Lukentui/smotrite-app/main/etc/screenshots/2.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Spotter - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Stats - macOS system monitor in your menu bar
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://camo.githubusercontent.com/0e25eeb8b466356b0bcd847d064da3084baa5aed9bf53fab3bad2f0f0fbd1ee9/68747470733a2f2f7365726869792e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4769746875625f7265706f2f73746174732f706f7075707325334676322e332e322e706e673f7633' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Stirling-PDF - Locally hosted web application that allows you to perform various operations on PDF files
Languages: <img src='./icons/java-64.png' alt='Java icon' title='Java' height='16'/> Java <code>html</code> <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript <code>html</code>
Website: stirlingpdf.com
- Stringz - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Super Productivity - Free to do list & time tracker for programmers & designers with Jira integration.
Languages: <img src='./icons/typescript-64.png' alt='TypeScript icon' title='TypeScript' height='16'/> TypeScript <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://super-productivity.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_standard.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Telephone - SIP softphone for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- The Blockstack Browser - Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- ThenGenerator - Xcode Source Editor Extension for 'Then'
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/property.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- ToTheTop - Small macOS application to help you scroll to the top.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- TRex - TRex is the easiest way to copy the uncopyable text from images, YouTube videos, Zoom calls and more. If you can see it - you can copy it. TRex captures any text right into your Clipboard with magic of OCR.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://trex.ameba.co/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/amebalabs/TRex/main/Resources/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/amebalabs/TRex/main/Resources/demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Ultra TabSaver - Ultra TabSaver is an open-source Tab Manager for Safari
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/Swift-open-source/UltraTabSaver/main/Ultra-TabSaver.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- VPN Bypass - Route specific domains and services around your corporate VPN while keeping the rest of your traffic protected.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/GeiserX/VPN-Bypass
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/GeiserX/VPN-Bypass/main/assets/screenshot-dropdown.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/GeiserX/VPN-Bypass/main/assets/screenshot-settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- wechsel - manage bluetooth connections with your keyboard.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://wechsel.weise.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/friedrichweise/wechsel/master/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Wireshark - Wireshark is the worldโs foremost and widely-used network protocol analyzer. It lets you see whatโs happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.wireshark.org
- Xournal++ - Take handwritten notes with ease
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++ <img src='./icons/Lua-64.png' alt='Lua icon' title='Lua' height='16'/> Lua <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- zoxide - zoxide is a smarter cd command for your terminal.
Languages: <img src='./icons/rust-64.png' alt='Rust icon' title='Rust' height='16'/> Rust
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- รbersicht - Keep an eye on what's happening on your machine and in the world.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
๐ VPN & Proxy (8)
- clashX - A rule based custom proxy with GUI for Mac base on clash.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- rvc-mac - Ribose VPN Client macOS Menu App.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- ShadowsocksX-NG - Next Generation of ShadowsocksX.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Specht - Rule-based proxy app built with Network Extension for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/zhuhaow/Specht/master/imgs/splash.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- SpechtLite - Rule-based proxy app for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Tunnelblick - Tunnelblick is a graphic user interface for OpenVPN on macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- VPN Bypass - Route specific domains and services around your corporate VPN while keeping the rest of your traffic protected.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://github.com/GeiserX/VPN-Bypass
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/GeiserX/VPN-Bypass/main/assets/screenshot-dropdown.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/GeiserX/VPN-Bypass/main/assets/screenshot-settings.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- WireGuard - Fast, Modern, Secure VPN Tunnel.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://www.wireguard.com/
๐ฌ Video (20)
- Acid.Cam.v2.OSX - Acid Cam v2 for macOS distorts video to create art.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- AppleEvents - Unofficial Apple Events app for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Conferences.digital - Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/zagahr/Conferences.digital/master/.github/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Datamosh - Datamosh your videos on macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://media.giphy.com/media/13bMkBsTQ7mh32/giphy.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Face Data - macOS application used to auto-annotate landmarks from a video.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://i.imgur.com/FEVY2Pu.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/xiaohk/FaceData/master/result.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Gifted - Turn any short video into an animated GIF quickly and easily.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- GNU Gatekeeper - Video conferencing server for H.323 terminals.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
Website: https://www.gnugk.org
- HandBrake - HandBrake is a video transcoder available for Linux, Mac, and Windows.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
- LosslessCut - The swiss army knife of lossless video/audio editing without re-encoding.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
Website: https://mifi.no/losslesscut/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mifi/lossless-cut/master/main_screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- MenuTube - Catch YouTube into your macOS menu bar!
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
- MPV - Lightweight, highly configurable media player.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://mpv.io
<details>
<summary>Screenshots</summary>
<p>
<img src='https://mpv.io/images/mpv-screenshot-34cd36ae.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- OpenShot - Easy to use, quick to learn, and surprisingly powerful video editor.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- Quick Caption - Transcribe and generate caption files (SRT, ASS and FCPXML) without manually entering time codes.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://apps.apple.com/app/quick-caption/id1363610340
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/LumingYin/Caption/master/screenshot.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- QuickLook Video - This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Subler - Subler is an macOS app created to mux and tag mp4 files.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
Website: https://subler.org
- Vid Quiz Creator - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- VLC - VLC is a free and open source cross-platform multimedia player
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C
Website: https://www.videolan.org/vlc/
- WebTorrent Desktop - Streaming torrent app. For Mac, Windows, and Linux.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
<details>
<summary>Screenshots</summary>
<p>
<img src='https://webtorrent.io/img/screenshot-main.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://webtorrent.io/img/screenshot-player3.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://webtorrent.io/img/WebTorrent.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Yape - Yet Another PiP Extension. Finds all HTML5 videos on a webpage and allows you to play them in Picture-in-Picture mode from the Safari toolbar.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/leonspok/Yape/raw/master/README%20resources/example_screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://github.com/leonspok/Yape/raw/master/README%20resources/preferences_screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Yoda - Nifty macOS application which enables you to browse and download videos from YouTube.
Languages: <img src='./icons/javascript-64.png' alt='JavaScript icon' title='JavaScript' height='16'/> JavaScript
๐ฅ๏ธ Wallpaper (12)
- 500-mac-wallpaper - Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Artify - A macOS application for bringing dedicatedly 18th century Arts to everyone
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/the-starry-night.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/logo.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/red-vineyards-at-arles-1888.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
(1 more screenshots available in the repository)
</p>
</details>
- ArtWall - ArtStation set as wallpapers from artwork.rss
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- BingPaper - Use Bing daily photo as your wallpaper on macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_en_US.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_zh_CN.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Desktop Wallpaper Switcher - Win / Linux / macOS tool for managing and cycling desktop wallpapers.
Languages: <img src='./icons/cpp-64.png' alt='C++ icon' title='C++' height='16'/> C++
- Equinox - Equinox is an application that allows you to create macOS dynamic wallpapers.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://equinoxmac.com
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/rlxone/Equinox/blob/main/repo/screen1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Muzei - Muzei wallpaper app for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
- Plash - Make any website your desktop wallpaper.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://sindresorhus.com/plash
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/170270/74323375-0287d900-4db8-11ea-8b26-5566565fa8a1.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- pyDailyChanger - pyDailyChanger is a program that changes your wallpaper daily.
Languages: <img src='./icons/python-64.png' alt='Python icon' title='Python' height='16'/> Python
- Satellite Eyes - macOS app to automatically set your desktop wallpaper to the satellite view overhead.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://user-images.githubusercontent.com/836375/31194770-0950b980-a8fd-11e7-8108-9a08555a0832.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Sunscreen - Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/davidcelis/Sunscreen/master/images/icon.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- WallpaperMenu - macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image.
Languages: <img src='./icons/ruby-64.png' alt='Ruby icon' title='Ruby' height='16'/> Ruby
๐ช Window Management (16)
- AltTab - AltTab brings the power of Windows alt-tab to macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift <img src='./icons/shell-64.png' alt='Shell icon' title='Shell' height='16'/> Shell
Website: https://alt-tab-macos.netlify.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://alt-tab-macos.netlify.app/public/demo/1-row.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://alt-tab-macos.netlify.app/public/demo/2-rows.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://alt-tab-macos.netlify.app/public/demo/windows-theme.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AltTab - Switch between open applications on macOS with a Windows-like Alt+Tab experience.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://alt-tab-macos.netlify.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Amethyst - Automatic tiling window manager for macOS.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://ianyh.com/amethyst/images/missioncontrol-shortcuts.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://ianyh.com/amethyst/images/accessibility-window.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://ianyh.com/amethyst/images/windows.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- AppGrid - Grid-based keyboard window manager for macOS.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/sdegutis/AppGrid/master/grid.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/sdegutis/AppGrid/master/sshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Desktop Profiles - An innovative desktop/window manager for macOS
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/Themes.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/iTerm.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Dockit - An application that can dock any window to the edge of the screen.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: [official site](official site)
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/XiCheng148/Dockit/blob/main/Resources/preview.gif?raw=true' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Hammerspoon - Staggeringly powerful macOS desktop automation with Lua.
Languages: <img src='./icons/Lua-64.png' alt='Lua icon' title='Lua' height='16'/> Lua <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Ice - Ice is a versatile menu bar manager that goes beyond hiding and showing items to offer a rich set of productivity features.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://icemenubar.app/
<details>
<summary>Screenshots</summary>
<p>
<img src='https://icemenubar.app/gallery/ice-bar.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://icemenubar.app/gallery/menu-bar-item-search.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Loop - Window management made elegant.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/MrKai77/Loop/raw/develop/assets/graphics/loop_demo.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Phoenix - Lightweight macOS window and app manager scriptable with JavaScript.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/kasper/phoenix/master/assets/screenshot.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Rectangle - Rectangle is a window manager heavily based on Spectacle, written in Swift.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
Website: https://rectangleapp.com
- ShiftIt - Managing windows size and position.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/artwork/ShiftIt.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/docs/schreenshot-menu.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
<img src='https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/ShiftIt/AccessibilitySettingsMaverick.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Slate - Slate is a window management application similar to Divvy and SizeUp
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Spectacle - Spectacle allows you to organize your windows without using a mouse.
Languages: <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
- Window Glue - A simple macOS menu bar utility that lets you glue two windows together so that they behave (mostly) as one.
Languages: <img src='./icons/swift-64.png' alt='Swift icon' title='Swift' height='16'/> Swift
<details>
<summary>Screenshots</summary>
<p>
<img src='https://github.com/Conxt/WindowGlue/raw/main/Assets/Screen.gif' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
- Yabai - A tiling window manager for macOS based on binary space partitioning.
Languages: <img src='./icons/c-64.png' alt='C icon' title='C' height='16'/> C <img src='./icons/objective-c-64.png' alt='Objective-C icon' title='Objective-C' height='16'/> Objective-C
<details>
<summary>Screenshots</summary>
<p>
<img src='https://raw.githubusercontent.com/koekeishiya/yabai/master/assets/screenshot.png' width='400' loading='lazy' decoding='async' fetchpriority='low'/>
</p>
</details>
<div align="right"><a href="#contents">โฌ๏ธ Back to Top</a></div>
Contributors
Thanks to all the people who contribute:
<a href="https://github.com/serhii-londar/open-source-mac-os-apps/graphs/contributors"><img src="https://opencollective.com/open-source-mac-os-apps/contributors.svg?width=890&button=false" /></a>
[app_store]: ./icons/app_store-64.png 'App Store.'
[c_icon]: ./icons/c-64.png 'C language.'
[cpp_icon]: ./icons/cpp-64.png 'C++ language.'
[c_sharp_icon]: ./icons/csharp-64.png 'C# Language'
[clojure_icon]: ./icons/clojure-64.png 'Clojure Language'
[coffee_script_icon]: ./icons/coffeescript-64.png 'CoffeeScript language.'
[css_icon]: ./icons/css-64.png 'CSS language.'
[go_icon]: ./icons/golang-64.png 'Go language.'
[elm_icon]: ./icons/elm-64.png 'Elm Language'
[haskell_icon]: ./icons/haskell-64.png 'Haskell language.'
[java_icon]: ./icons/java-64.png 'Java language.'
[javascript_icon]: ./icons/javascript-64.png 'JavaScript language.'
[lua_icon]: ./icons/Lua-64.png 'Lua language.'
[metal_icon]: ./icons/metal-64.png 'Metal language.'
[objective_c_icon]: ./icons/objective-c-64.png 'Objective-C language.'
[python_icon]: ./icons/python-64.png 'Python language.'
[ruby_icon]: ./icons/ruby-64.png 'Ruby language.'
[rust_icon]: ./icons/rust-64.png 'Rust language.'
[shell_icon]: ./icons/shell-64.png 'Shell language.'
[swift_icon]: ./icons/swift-64.png 'Swift language.'
[typescript_icon]: ./icons/typescript-64.png 'TypeScript language.'