Showing 34 open source projects for "process"

View related business solutions
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    MacUSB

    MacUSB

    Creating bootable macOS and OS X USB drives has never been easier

    ...With support for handling various disk image formats and applying necessary fixes for installers with older certificates, macUSB demystifies what was once a command-line-intensive process. Its goal is to make preparing bootable media accessible to users of all skill levels by intelligently managing installer images and systems, giving Mac users a straightforward path to restore or reinstall macOS across generations.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 2
    LaunchAtLogin

    LaunchAtLogin

    Add “Launch at Login” functionality to your macOS app in seconds

    If your app targets macOS 13 or later, check out this modern version instead. It's usually quite a convoluted and error-prone process to add this (on macOS 12 and older). This package works with both sandboxed and non-sandboxed apps and it's App Store compatible and used in apps like Plash, Dato, Lungo, and Battery Indicator. This package uses the new SMAppService on macOS 13+ and SMLoginItemSetEnabled on older macOS versions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    ShadowsocksX-NG

    ShadowsocksX-NG

    Next Generation of ShadowsocksX

    ...ShadowsocksX-NG has just a copy of ss-local from Homebrew, and its GUI code has been rewritten in Swift. It now runs as a background service rather than an in-app process, so the ss-local may still be running even after you quit the app. ShadowsocksX-NG also has an added manual mode so you can configure your apps to use the socks5 proxy manually without configuring the system proxy settings.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    Containerization (Apple)

    Containerization (Apple)

    Containerization is a Swift package for running Linux containers

    This repository provides educational material and sample code that demystify how containerization works and how container components fit together in practice. It walks through the responsibilities of an image format, registry, and runtime, and shows how a minimal runtime can assemble an isolated process with the right filesystem view, environment, and entrypoint. The samples highlight security hardening considerations—such as process isolation, filesystem scoping, and least-privilege execution—so that containers are not just portable, but safer by default. Developers get a blueprint for taking standard container images and running them in a way that respects platform conventions, tooling, and policies. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gearset | The complete Salesforce DevOps solution Icon
    Gearset | The complete Salesforce DevOps solution

    Salesforce DevOps done right.

    Gearset is the only platform you need for unparalleled deployment success, continuous delivery, automated testing and backups.
    Learn More
  • 5
    Swift Algorithms

    Swift Algorithms

    Commonly used sequence and collection algorithms for Swift

    Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types. Algorithms are powerful tools for thought because they encapsulate difficult-to-read and error-prone raw loops. The Algorithms package includes a host of powerful, generic algorithms frequently found in other popular programming languages. We hope this new package will help people embrace algorithms, improving the correctness and performance of their code. With the Algorithms...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    ObjectMapper

    ObjectMapper

    Simple JSON Object mapping written in Swift

    ...ObjectMapper supports dot notation within keys for easy mapping of nested objects. ObjectMapper also supports custom transforms that convert values during the mapping process. To use a transform, simply create a tuple with map["field_name"] and the transform of your choice on the right side of the <- operator.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Ollamac

    Ollamac

    Mac app for Ollama

    Ollamac is an open-source native macOS application that provides a graphical interface for interacting with local large language models running through the Ollama inference framework. The project was created to simplify the process of using local AI models, which typically require command-line interaction, by offering a clean and intuitive desktop interface. Through this interface, users can run and chat with a variety of LLM models installed through Ollama directly on their own machines. The application focuses on delivering a lightweight and responsive experience that integrates seamlessly with the macOS ecosystem. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    LifetimeTracker

    LifetimeTracker

    Find retain cycles / memory leaks sooner

    ...Instruments and Memory Graph Debugger are great, but too many times, developers forget to check for issues as they close the feature implementation. If you use those tools sporadically many of the issues they surface will require you to investigate the cause and cost you a lot of time in the process. Other tools like FBRetainCycleDetector rely on objc runtime magic to find the problems, but that means they can't really be used for pure Swift classes. This small tool simply focuses on tracking the lifetime of objects which means that it can be used in both Objective-C and Swift codebases, and it doesn't rely on any complex or automatic magic behavior.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    BasedHardware

    BasedHardware

    Open source AI wearable platform for recording and summarizing speech

    ...Omi includes firmware for wearable hardware, a Flutter-based mobile companion application, backend services built with Python and FastAPI, and various SDKs for developers. These components work together to process audio, perform speech recognition, and integrate AI features such as summaries and automated actions. Developers can extend the platform by building plugins, integrations, and custom applications using provided SDKs and APIs. The repository also supports experimental hardware implementations.
    Downloads: 3 This Week
    Last Update:
    See Project
  • The AI coach for teams, built on validated assessments. Icon
    The AI coach for teams, built on validated assessments.

    Cloverleaf is an assessment-backed AI Coach that fully understands your people and the context of their workday.

    Give managers and teams proactive, contextual coaching to lead effectively, communicate clearly, and navigate real work situations as they happen.
    Learn More
  • 10
    PortKiller

    PortKiller

    A powerful cross-platform port management tool for developers

    PortKiller is a cross-platform port management tool for developers that makes it easy to monitor network ports, manage Kubernetes port forward sessions, integrate Cloudflare Tunnels, and kill processes using a friendly UI. It auto-discovers all listening TCP ports on your machine, lets you filter and search through them, and provides one-click graceful or forceful termination of processes holding those ports. Beyond basic port listing, PortKiller includes Kubernetes port-forward session...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Swift for GraphQL

    Swift for GraphQL

    The Swift GraphQL implementation for macOS and Linux

    The Swift implementation for GraphQL, a query language for APIs created by Facebook. The GraphQLSchema object can be used to define GraphQL Schemas and Types. These schemas are made up of types, fields, arguments, and resolver functions. This repo only contains the core GraphQL implementation and does not focus on the ease of schema creation. For a better experience when creating your GraphQL schema use Graphiti. This package supports GraphQL subscription, but until the integration of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    SQLite.swift

    SQLite.swift

    A type-safe, Swift-language layer over SQLite3

    ...SQLite.swift also works as a lightweight, Swift-friendly wrapper over the C API. The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Socket.IO-Client-Swift

    Socket.IO-Client-Swift

    Socket.IO-client for iOS/OS X

    ...Requires Swift 4/5 and Xcode 10.x. Add the project as a dependency to your Package.swift. Add the Starscream and SocketIO frameworks to your projects and follow the usual Carthage process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Proton Drive for Mac

    Proton Drive for Mac

    macOS client for end-to-end encrypted cloud storage

    ...It is built using Xcode and an Xcode workspace, with setup steps that walk through provisioning profiles for multiple targets, which is typical for macOS apps that include extensions and background components. The repository includes practical debugging guidance for attaching to the File Provider process, acknowledging real-world complexity in extension debugging and system integration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    OpenGranola

    OpenGranola

    A meeting note-taker that talks back

    OpenGranola is an open-source project designed to provide a lightweight and extensible framework for building AI-powered applications with a focus on modularity and developer simplicity. It aims to streamline the process of integrating language models into real-world workflows by offering a structured environment where components such as prompts, tools, and execution pipelines can be composed and reused. The project emphasizes clarity and minimalism, reducing the complexity often associated with orchestration frameworks while still enabling powerful interactions between AI agents and external systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Secretive

    Secretive

    Protect your SSH keys with your Mac's Secure Enclave

    Secretive is a macOS app that generates and stores SSH keys inside the Secure Enclave, keeping private keys non-exportable and bound to your hardware. 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,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SPAlert

    SPAlert

    Native alert from Apple Music & Feedback

    ...The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies. If you prefer not to use any of the dependency managers, you can integrate manually. Put Sources/SPAlert folder in your Xcode project. Make sure to enable Copy items if needed and Create groups.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Localization Editor

    Localization Editor

    macOS editor app to help you manage iOS and macOS app localization

    ...The tool finds all the Localizable.strings, detects their language and displays your strings side by side as shown on the screenshot above. You can point it to the root of your project but it will take longer to process. All the translations are sorted by their key (shown as first column) and you can see and compare them quickly, you can also see missing translations in any language.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    SwiftyJSON

    SwiftyJSON

    Facilitates the use of JSON data in Swift

    Swift is strictly specific about types. But even if explicit typing is good for avoiding making mistakes, it becomes painful when we're dealing with JSON and other aspects that are, by definition, implicit about types. SwiftyJSON, however, facilitates the use of JSON data in Swift.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Starscream

    Starscream

    Websockets in swift for iOS and OSX

    ...Note that socket is probably best as a property, so it doesn't get deallocated right after being setup. After you are connected, there is either a delegate or closure you can use for process WebSocket events. The writeData method gives you a simple way to send Data (binary) data to the server. The writeString method is the same as writeData, but sends text/string. The writePing method is the same as write, but sends a ping control frame. Starscream will automatically respond to incoming ping control frames so you do not need to manually send pongs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ClashFX

    ClashFX

    macOS proxy client with TUN mode, YAML editor, and visual config edito

    ...It provides TUN-based enhanced mode for system-wide traffic routing, a built-in YAML editor with syntax highlighting, visual config editor, one-click remote subscription import with auto-update, and flexible rule-based routing supporting domain, IP-CIDR, GeoIP, and process matching. Supports VMess, VLESS, Trojan, Shadowsocks, Hysteria2, WireGuard, and more. Lightweight menu bar workflow with real-time speed display. Custom app icon and menu bar icon support for full personalization. Built-in dashboard for real-time traffic, connection, and memory monitoring. Compatible with macOS 12+ and native Apple Silicon support. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    Zebra iOS

    Zebra iOS

    A Useful Package Manager for iOS

    A modern, fast, and powerful open-source package manager for jailbroken iOS devices. The easiest way to install Zebra is to visit Zebra on your iOS device. This will guide you through the installation process. Zebra requires a jailbroken iOS device. Jailbreaking is the process that gives you access to the tweaks, themes, and other tools you can install through Zebra. You can find out how to jailbreak at cfw.guide. Zebra and jailbreaks are always free. Anyone suggesting you can install Zebra without a jailbreak, or accepting payment to download Zebra, is a scam. ...
    Downloads: 86 This Week
    Last Update:
    See Project
  • 23
    OpenCombine

    OpenCombine

    Open source implementation of Apple's Combine framework

    OpenCombine is an open-source implementation of Apple’s Combine framework, providing a reactive programming model for handling asynchronous data streams in Swift across multiple platforms. It replicates the core concepts of Combine, such as publishers, subscribers, and operators, enabling developers to process values over time in a declarative and composable way. One of its primary goals is compatibility, allowing developers to use Combine-like APIs on platforms where Apple’s official implementation is unavailable, including older Apple operating systems, Linux, Windows, and WebAssembly environments. OpenCombine is modular, with separate components for integration with Foundation and Dispatch, allowing developers to include only what they need. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    YouTube Music Mac

    YouTube Music Mac

    A Mac app wrapper for music.youtube.com

    A simple Mac app wrapper using WKWebView for YouTube Music that allows YouTube Music to run as a standalone process.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Control Room

    Control Room

    A macOS app to control the Xcode Simulator

    Control Room is a macOS application designed to give developers advanced control over Apple’s iOS, tvOS, and watchOS simulators, streamlining the process of testing and debugging apps. Built on top of Apple’s simctl command-line tool, it provides a graphical interface that simplifies complex simulator configurations and actions. Developers can manipulate various aspects of the simulated device environment, including network conditions, battery status, and system settings, without needing to manually execute terminal commands. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB