Showing 120 open source projects for "which"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    UTM

    UTM

    Virtual machines for iOS and macOS

    ...JIT on iOS devices requires either a jailbroken device or one of the various workarounds found for specific versions of iOS. UTM SE ("slow edition") uses a threaded interpreter which performs better than a traditional interpreter but still slower than JIT. This technique is similar to what iSH does for dynamic execution. As a result, UTM SE does not require jailbreaking or any JIT workarounds and can be sideloaded as a regular app.
    Downloads: 183 This Week
    Last Update:
    See Project
  • 2
    mas-cli

    mas-cli

    Mac App Store command line interface

    ...Designed for scripting and automation. mas requires Swift 5 runtime support. macOS 10.14.4 and later include it, but earlier releases did not. Each application in the Mac App Store has a product identifier which is also used for mas-cli commands. Using mas list will show all installed applications and their product identifiers. It is possible to search for applications by name using mas search which will search the Mac App Store and return matching identifiers. Include the --price flag to include prices in the result. mas is integrated with homebrew-bundle. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Applite

    Applite

    User-friendly GUI macOS application for Homebrew Casks

    ...The macOS built-in protection (Gatekeeper and XProtect) will scan the application for potential malware the first time you open it and notify you if anything is suspicious. Also, most applications in the Homebrew Catalog are notarized, which means they come from a registered developer.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4
    MiddleDrag

    MiddleDrag

    Three-finger trackpad gestures for middle-click and middle-drag

    ...The app runs as a native menu bar application written in Swift, and it intercepts raw touch data using Apple’s private MultitouchSupport framework before the system gesture recognizer processes it, which allows three-finger taps and drags to be translated into middle-mouse events. It is designed to work seamlessly alongside built-in system gestures like Mission Control and Exposé so that default macOS behaviors remain intact while adding the missing mouse interactions. MiddleDrag’s GUI lets users configure sensitivity and behavior without using the terminal, and it can be set to launch at login for convenience.
    Downloads: 26 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    IINA

    IINA

    The modern video player for macOS

    ...It adopts the post-Yosemite design language of macOS and keeps up the pace of new technologies like Force Touch, Touch Bar, and Picture-in-Picture. IINA ships with a carefully crafted user interface for the macOS Mojave dark mode, which includes adjusted colors, icons and textures, providing a sleek and unified look. IINA supports the native Picture-in-Picture mode, enabling you to enjoy either local or online videos without being distracted. Powered by the open-source media player mpv, IINA can play almost every media file you have. With the support of youtube-dl and our browser extensions, you can also play a variety of online streams in IINA via one click. ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 6
    Latest

    Latest

    Know about all the latest updates to the apps you use

    This is Latest, a small utility app for the Mac. Latest is a free and open-source app for macOS that checks if all your apps are up to date. Get a quick overview of which apps changed and what changed and update them right away. Latest currently supports apps downloaded from the Mac App Store and apps that use Sparkle for updates, which covers most of the apps on the market.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Swift Algorithms

    Swift Algorithms

    Commonly used sequence and collection algorithms for Swift

    ...With the Algorithms package’s initial set of sequence and collection operations, you can cycle over a collection’s elements, find combinations and permutations, create a random sample, and more. One inclusion is a pair of chunked methods, each of which break a collection into consecutive subsequences. One version tests adjacent elements to find the breaking point between chunks, you can use it to quickly separate an array into ascending runs.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 8
    Finicky

    Finicky

    A macOS app for customizing which browser to start

    Finicky is a macOS application that allows you to set up rules that decide which browser is opened for every link or url. With Finicky as your default browser, you can tell it to open Facebook or Reddit in one browser, and Trello or LinkedIn in another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Xcodes.app

    Xcodes.app

    Easiest way to install and switch between multiple versions of Xcode

    The easiest way to install and switch between multiple versions of Xcode.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    Amethyst

    Amethyst

    Automatic tiling window manager for macOS à la xmonad

    ...By default, one window is placed in the main pane (extending the full height of the screen), and all remaining windows are placed in the other pane. If either pane has more than one window, that pane will be evenly split into rows, to show them all. You can use the keyboard shortcuts above to control which window(s), and how many, are in the main pane.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    XcodeGen

    XcodeGen

    A Swift command line tool for generating your Xcode project

    ...Sensible defaults are used in many places, so you only need to customize what is needed. Very complex projects can also be defined using more advanced features. Generate projects on demand and remove your .xcodeproj from git, which means no more merge conflicts! Automatically generate Schemes for different environments like test and production. Share build settings across multiple targets with build setting groups. Easily copy and paste files and directories without having to edit anything in Xcode.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 12
    XcodeProj

    XcodeProj

    Read, update and write your Xcode projects

    ...Future adaption could easily include determining the version and bumping it automatically. If so, we recommend using a library that provides a Version object. Want to start using XcodeProj? Start by digging into our documentation which will help you get familiar with the API and get to know more about the Xcode projects structure.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    SwiftMessages

    SwiftMessages

    A very flexible message bar for iOS written in Swift

    ...And a lot more! In addition to the numerous configuration options, SwiftMessages provides several good-looking layouts and themes. But SwiftMessages is also designer-friendly, which means you can fully and easily customize the view.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    SDWebImageSwiftUI

    SDWebImageSwiftUI

    SwiftUI Image loading and Animation framework powered by SDWebImage

    SDWebImageSwiftUI is a SwiftUI image-loading framework, which is based on SDWebImage. It brings all your favorite features from SDWebImage, like async image loading, memory/disk caching, animated image playback and performances. The framework provide the different View structs, which API match the SwiftUI framework guideline. If you're familiar with Image, you'll find it easy to use WebImage and AnimatedImage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Thaw

    Thaw

    Menu bar manager for macOS 26

    ...At its core, Thaw provides multiple ways to reveal hidden items (hover, click empty space, scroll or swipe) and can automatically rehide items to keep the menu bar clean without constant manual toggling. It also supports a dedicated “always-hidden” section, drag-and-drop arrangement of items, and options to display hidden items in a separate bar, which can be particularly useful on MacBooks with notches.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    Cork

    Cork

    A fast GUI for Homebrew written in SwiftUI

    ...I'd like to personally thank Seb Jachec for implementing a system for getting real-time outputs of Brew commands. Pre-compiled, always up-to-date versions are available from my Homebrew tap, which you get access to by donating 5€/month. You can donate through Ko-Fi or GitHub Sponsors. However, as Cork is open source, you can always compile it from source for free.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Secretive

    Secretive

    Protect your SSH keys with your Mac's Secure Enclave

    ...It runs an ssh-agent compatible service, so existing tools can use the keys without any changes to your workflows. Because the keys never leave the Secure Enclave, even root on the host cannot read them, which raises the bar against credential theft. A simple menu-bar interface lets you create, label, and manage keys, prompt for authorization, and control which processes may request signatures. The design favors least privilege and auditability: you explicitly approve usage and can revoke access without having to hunt for files on disk. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AAChartKit Swift

    AAChartKit Swift

    An elegant modern declarative data visualization chart framework

    ...Unlike previous imperative programming techniques, drawing any custom chart in AAChartKit, you don't need to care about the inner implementation details which is annoying && boring. Describe what you want, you will get what you described.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HaishinKit

    HaishinKit

    Camera and Microphone streaming library via RTMP and SRT for iOS, Mac

    Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MiaoYan

    MiaoYan

    Lightweight Markdown app to help you write great sentences

    ...It also adds power-user features like automatic document typesetting, internal links, LaTeX math, Mermaid and PlantUML diagrams, and Markmap mind-map rendering. Under the hood, it is implemented in Swift as a native macOS application, which keeps it snappy and lighter than Electron-based note apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OpenAI DALL·E AsyncImage SwiftUI

    OpenAI DALL·E AsyncImage SwiftUI

    OpenAI swift async text to image for SwiftUI app using OpenAI

    ...You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC) OpenAI's text-to-image model DALL-E 2 is a recent example of diffusion models. It uses diffusion models for both the model's prior (which produces an image embedding given a text caption) and the decoder that generates the final image. In machine learning, diffusion models, also known as diffusion probabilistic models, are a class of latent variable models. They are Markov chains trained using variational inference. The goal of diffusion models is to learn the latent structure of a dataset by modeling the way in which data points diffuse through the latent space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FengNiao

    FengNiao

    A command line tool for cleaning unused resources in Xcode

    The FengNiao project is a lightweight command-line utility designed to help iOS/macOS developers clean up their Xcode projects by detecting and removing unused image resource files. As projects evolve, image assets often accumulate — many of which may no longer be referenced in code, storyboards, or asset catalogs; FengNiao scans the project directory (and subfolders) to identify those orphaned resources and optionally delete them, helping to reduce project bloat and potential app size. The tool is written in Swift, distributed under MIT license, and supports installation via Swift Package Manager or compilation from source. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Gifski

    Gifski

    Convert videos to high-quality GIFs on your Mac

    This is a macOS app for the gifski encoder, which converts videos to GIF animations using pngquant's fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame and up to 50 FPS (useful for showing off design work on Dribbble). You can also produce smaller lower quality GIFs when needed with the “Quality” slider, thanks to gifsicle.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    SwiftGodot

    SwiftGodot

    New Godot bindings for Swift

    ...SwiftGodot can be used to either build an extension that can be added to an existing Godot project, where your code is providing services to the game engine, or it can be used as an API with SwiftGodotKit which embeds Godot as an application that is driven directly from Swift. SwiftGodot allows developers to take new and existing Swift packages and use them as extensions for the Godot game engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Wire iOS

    Wire iOS

    Wire for iOS (iPhone and iPad)

    ...It handles network communication and authentication with the backend, push notifications, local caching of data, client-side business logic, signaling with the audio-video libraries, encryption and decryption (using encryption libraries from a lower level) and other bits and pieces. The user interface layer of the mobile app is built on top of the sync engine, which provides the data to display to the UI. The sync engine itself is built on top of a few third-party frameworks, and uses Wire components that are shared between platforms for cryptography (Proteus/Cryptobox) and audio-video signaling (AVS).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB