Showing 24 open source projects for "tiny-workflow"

View related business solutions
  • 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.
    Start Free
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 1
    WeChatTweak-macOS

    WeChatTweak-macOS

    A dynamic library tweak for WeChat macOS

    ...Supports right click to copy link directly. Open directly by the system default browser. No phone authentication required to reopen the app. UI interface settings panel, support for Alfred workflow, and support for Launchbar action. In order to reduce maintenance costs and ensure update speed, only the latest App Store version of the client is supported by default.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    zero-native

    zero-native

    Build desktop + mobile apps with Zig and web UI

    zero-native is a Zig-based native app shell for building desktop and mobile applications with web user interfaces. It lets developers use modern frontend frameworks while keeping the native layer small, fast, and close to the operating system. The project supports lightweight system WebView rendering for smaller binaries, while also offering Chromium through CEF when predictable rendering is more important. Its Zig foundation enables fast native rebuilds and direct access to platform SDKs,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    ANE Training

    ANE Training

    Training neural networks on Apple Neural Engine via APIs

    ANE Training is an experimental research project that demonstrates how to train neural networks directly on Apple’s Neural Engine by leveraging reverse-engineered private APIs that are normally inaccessible to developers. The repository implements a from-scratch transformer training pipeline capable of running both forward and backward passes on ANE hardware without relying on CoreML, Metal, or GPU acceleration. It explores the internal software stack of the Apple Neural Engine by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GalaxyBudsClient

    GalaxyBudsClient

    Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android

    ...It offers all standard features from the official Android app and goes beyond: fine-tune audio, customize touch gestures, monitor battery and firmware, integrate with your system, and unlock extra functions not available in stock software. With it, you can fully unleash the potential of your earbuds, tailor them to your personal workflow, and manage them seamlessly without needing a phone. Tags: Samsung, Galaxy Buds, earbuds, Bluetooth, audio, sound, desktop app, cross-platform, configuration, customization, touch controls, battery monitor, firmware, integration, open source, utility, headset, wireless audio
    Downloads: 50 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 5
    hcfr

    hcfr

    Free Video Projector/Monitor Calibration Software

    Video Projector/Monitor Calibration Software orginally developed as ColorHCFR. This code base is based off version 2.1 and will aim for a more open development process. The opensource version integrates an ArgyllCMS interface for continued meter support and development. If you feel the program has been of value to you since I started working on it about 3 years ago please consider a contribution via the link below. Thanks! -zoyd https://www.paypal.me/zoyd
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
  • 6
    Hyperion

    Hyperion

    In-app design review tool to inspect measurements, attributes, etc.

    ...Hyperion plugins are designed to make an inspection of your app quick and simple. The View Inspector plugin allows you to inspect the properties of any view live within the app. Have a tiny view you want to inspect? No problem, you can zoom in on any portion of the app while the plugin is active. The Measurements plugin allows you to measure the distance between any two views on the screen. No more guessing whether padding is correct-this plugin has you covered. Have trouble verifying an animation matches the design? ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Material Components for iOS

    Modular and customizable Material Design UI components for iOS

    Material Components for iOS (MDC-iOS) makes Material Design accessible to iOS developers for building their applications. Material Design is a popular and trusted design system that offers design guidelines, icons and components that enable a reliable development workflow for building impeccably designed applications. It was developed by a core team of engineers and UX designers at Google, and supports design and usability best practices across platforms. Material Components for iOS is written in Objective-C and comes with Swift and Interface Builder support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    peertalk

    peertalk

    iOS and Mac Cocoa library for communicating over USB

    ...A key motivation is that a USB link is inherently constrained to the devices at each end of the cable, which can make the communication model feel more contained and straightforward for certain tooling or companion-app setups. Typical use cases include developer tools, companion displays, device-to-desktop instrumentation, or any workflow where an iOS device acts as a peripheral to a desktop app. The library is intentionally focused: it’s not trying to be a full networking framework, but rather a practical way to “hug it out over USB” for app-to-app messaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CloudyTabs

    CloudyTabs

    CloudyTabs is a simple menu bar application that lists your iCloud Tab

    CloudyTabs is a macOS menu bar app that lists all iCloud Safari tabs from other devices. It lets users quickly open remote Safari tabs without opening Safari itself, enhancing workflow for users who work across multiple Apple devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10
    AnimojiStudio

    AnimojiStudio

    Make cute emoji videos with unlimited duration and share anywhere

    ...It uses Apple’s private AvatarKit framework, the same underlying technology associated with iMessage Animoji, and combines it with ReplayKit screen recording capabilities. The app was created for users who wanted to make longer Animoji clips and share them beyond the normal messaging workflow. It also includes the option to record with or without audio, making it more flexible for simple character-based video creation. Because it depends on private Apple frameworks, it is more of an experimental and educational project than a typical App Store-ready application. It remains useful as a historical reference for creative iOS experiments around avatars, screen recording, and Apple’s early face-tracking character tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Swift Playgrounds

    Swift Playgrounds

    Better playgrounds that work both for Objective-C and Swift

    ...It was created to improve the quick code-testing experience by avoiding the traditional edit, compile, run, and debug cycle. The project lets developers try small ideas, inspect results quickly, and explore language behavior in a more interactive workflow. Unlike standard Swift-only playground assumptions, it highlights support for Objective-C as part of the same experimentation model. It is useful for iOS and macOS developers who want a lightweight scratchpad for APIs, language features, and small implementation tests. Its main value is making fast native-code exploration more convenient for mixed Swift and Objective-C environments.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 12
    Ejecta

    Ejecta

    A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS

    Ejecta is an open-source JavaScript, Canvas, and Audio implementation for iOS and tvOS. It works like a highly focused browser runtime that can display a Canvas element but does not provide a full traditional web browser environment. The project was created for fast canvas-based applications, especially games and interactive experiences that need native iOS packaging without relying on a normal WebView. Developers place their JavaScript canvas app inside the Xcode project, include an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CSSketch

    CSSketch

    Plugin that adds CSS support to Sketch 3 for a faster design workflow

    ...Selectors can target artboards, text layers, names, and class-like layer identifiers. The plugin detects stylesheet changes and reapplies them when the file is saved, creating a code-driven design workflow. Sass and Less support allows designers to use variables, functions, and other stylesheet conveniences. CSS processing is powered by the system WebKit engine, and stylesheet paths are stored inside Sketch documents for reuse. The project is no longer maintained and does not work with current versions of Sketch, but it remains an interesting example of programmable visual design tooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sequel Pro

    Sequel Pro

    MySQL/MariaDB database management for macOS

    Sequel Pro is a fast, open source, easy-to-use database management application for macOS that allows you to work with MySQL and MariaDB databases. It offers direct, easy access to your MySQL Databases on both local and remote servers. Since it is a native Mac OS X application, it can easily streamline your workflow, making it the ideal web development companion for Mac web developers or programmers. Sequel Pro is easy to install. Simply download it and connect it to your database.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 15
    Cocos2D-ObjC

    Cocos2D-ObjC

    Cocos2d for iOS and OS X, built using Objective-C

    Cocos2D-ObjC is a framework for building 2D games, demos, and other graphical/interactive applications for iOS, Mac and tvOS. It is based on the Cocos2D design, but instead of using Python it uses Swift and / or Objective-C. Integrated with Chipmunk physics engine (Served as an extension). Tile Map support. Orthogonal, Isometric and Hexagonal. Parallax scrolling (Served as an extension). Motion Streak (Served as an extension). Render To Texture (Served as an extension). Touch/Accelerometer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CargoBay

    CargoBay

    The Essential StoreKit Companion

    CargoBay is an Objective-C companion library that simplifies StoreKit-based in-app purchases on Apple platforms. It provides one-step receipt and transaction verification following Apple’s recommended server validation flow. Product information can be requested with block-based callbacks from local identifiers or identifiers supplied by a remote service. Payment queue observer methods are exposed as blocks, reducing the need for repetitive delegate code. The library automatically checks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MacLaunchpad

    MacLaunchpad

    Lion's Launchpad on Leopard and Snow Leopard

    Beta 5 is available NOW! Every applications you need, In only one place. MacLaunchpad is a tiny App that brings "Launchpad" feature to early OS X versions. With MacLaunchpad there is no need to hunt for a application through Applications folder. It automatically detects every installed application and add them to a beautiful Apps screen. MacLaunchpad allows you to set a App as a favorite, search for Apps and remove Apps: everything simple and fast.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Une application de chronomètre pour Mac OS X v10.6 Snow Leopard. Permet de chronométrer et en surplus affiche un prix total pour un tarif horaire donné.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DarwiinRemote is a tiny program & library which reads data from and sends data to Nintendo Wii Remote (Wiimote), nunchuk, & classic controller.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    Kod

    Kod

    Programmers' editor for OS X

    Kod is an open, modern text editor project for programmers on Mac OS X, built with the idea of being a versatile everyday tool for writing code and plain text. The project’s design philosophy emphasizes approachability and a relatively low barrier to entry, including UI concepts like tabs as a core part of the experience. Beyond being “yet another editor,” Kod aimed to explore how a programmer-oriented editor could feel more universal and user-friendly, especially for people who write code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Apollo
    The most advanced Email Client for Mac OS X! Apollo lets you set up Robots to reply to Emails while you're away, Assistants to help with every-day tasks, and AppleScript for endless plugins by you or other people. And Apollo is totally free!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SCORE is a tool to facilitate manual coding of video sequences. SCORE is an easy-to-modify OS X tool. SCORE is designed to make the coding easier and enables an all-digital one-program coding workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    extend your apple mac os x dock functionality - access all your open windows at one click in your dock! used to linux / unix or windows workflow? no more window dragging to unveal other documents
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Saviour is a tiny app that lets you download your flickr photos while maintaining the meta data you added in flickr.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next