Showing 12 open source projects for "so"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It 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.
    Try Free
  • 1
    Asset Catalog Tinkerer

    Asset Catalog Tinkerer

    An app that lets you open .car files and browse/extract their images

    Asset Catalog Tinkerer lets you open asset catalog files (.car) and view the images that they contain. You can also copy and export individual images out or export all images from an asset catalog. Asset Catalog Tinkerer was designed with images in mind, so it doesn't support some of the more modern asset catalog features, such as PDFs, SVGs, or colors. It may or may not be updated in the future to support those. The app also includes a QuickLook PlugIn so you can see previews of asset catalogs in QuickLook.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    eqMac

    eqMac

    macOS System-wide audio equalizer & volume mixer

    ...If you feel like your audio device (Headphones or Speaker) does not have enough Bass (low frequency) punch, or vice versa, you can adjust that using eqMac. macOS does not have a direct way to access the System Audio stream, so we use the eqMac Audio driver to divert the system audio to the driver's input stream. Then eqMac captures that Input audio stream processes it, and sends it directly to the output device. Expert EQ, unlimited bands, fully customizable (Filter Type, Frequency, Gain, Bandwidth). Volume mixer, apply different volume levels per each application. ...
    Downloads: 50 This Week
    Last Update:
    See Project
  • 3
    Kaset

    Kaset

    The missing YouTube Music macOS app

    ...Listeners can subscribe to channels, get personalized recommendations, and join ongoing discussions around episodes or live broadcasts. Creators also receive analytics on engagement, playback patterns, and audience demographics so they can iterate on content strategies.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Palmier Pro

    Palmier Pro

    macOS video editor built for AI

    ...The app is written from scratch in Swift and takes inspiration from professional editors like Premiere Pro while rethinking the workflow around AI. Users can generate videos and images inside the editor with models such as Seedance, Kling, and Nano Banana Pro. It also exposes an MCP server, so tools like Claude, Codex, and Cursor can interact with the project. The core editor, MCP server, and agent chat are open source, while generative AI processing remains closed source. It is designed specifically for macOS 26 on Apple Silicon.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 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
  • 5
    WWDC

    WWDC

    The unofficial WWDC app for macOS

    ...WWDC Scholars, a collection of WWDC Scholarship winners. An iOS app is also available. ASCIIwwdc, searchable full-text transcripts of WWDC sessions. And Swift Evolution for iOS, so you can follow Swift evolution proposals on your iOS device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LosslessExtract

    LosslessExtract

    Lossless audio extraction tool for Bluray, DVD-Audio, SACD, MKV

    ...It handles Dolby TrueHD (with Atmos) and DTS-HD Master Audio preserving atmos object based meta data. Many tools decode immersive audio into PCM, which permanently destroys spatial metadata. Lossless Extract preserves the original audio stream so the immersive mix plays correctly on compatible AVRs and streaming devices. Accepts MKV, BLU-Ray BDMV, and DVD-AUDIO ISO, AUDIO_TS folders, and SACD.isos as input files. Choose your preferred output format—FLAC , MKA, M4A, DSF, DFF, or Direct stream copy and Lossless Extract will deliver pristine, bit-for-bit copies of your original audio streams. ...
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 7
    ThumbHash

    ThumbHash

    A very compact representation of an image placeholder

    ...It encodes an image into a tiny byte array that captures approximate colors, gradients, and aspect ratio, then decodes that array back into a blurred thumbnail at render time. Unlike simple color blocks or very low-resolution thumbnails, ThumbHash packs more detail per byte and includes alpha support, so it works well even for images with transparency. The design intentionally targets inlined storage: hashes are small enough to live directly in JSON payloads, databases, or HTML attributes without ballooning page size. Libraries in multiple languages make it easy to generate and decode hashes on the server or client. For UI developers looking for smooth image loading experiences—especially in galleries and feeds—ThumbHash is a modern alternative to placeholder techniques like BlurHash, with improvements in color accuracy and aspect preservation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RealityUI

    RealityUI

    A Swift Package for creating familiar UI Elements and animation

    ...The classes included in RealityUI aim to offer familiar User Interface guidelines, but in a 3D setting for Augmented and Virtual Reality through RealityKit. The User Interface controls in this repository so far are made to be familiar to what people are used to with 2D interfaces, however the plan is to expand the tools on offer to new and unique controls, which are more appropriate for an Augmented Reality and Virtual Reality context. RUISwitch is a 3D toggle switch with an on and off state. Default bounding box is 2x1x1m. RUIStepper is used to increment or decrement a value. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Gallery

    Gallery

    Your next favorite image and video picker

    ...We have VideoEditor and AdvancedVideoEditor to trim, resize, scale and define the quality of the selected video. Select albums and images. Handle selection with highlighted numbers so your users don't forget the order. Display all videos and select. For now, the use case is to select one video at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10
    Advance

    Advance

    Physics-based animations for iOS, tvOS, and macOS

    ...Advance animations are applied on every frame (using CADisplayLink on iOS/tvOS, and CVDisplayLink on macOS), allowing for fine-grained control at any time. Animator allows for more flexibility in the types of animation that can be performed, but gives up some convenience in order to do so. Specifically, animators allow for any type of animation or simulation to be performed for a single value. Simulated animations use a simulation function to power a physics-based transition. Simulation functions are types conforming to the SimulationFunction protocol. Values conforming to the VectorConvertible protocol can be animated by Advance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Popcorn Time for iOS

    Popcorn Time for iOS

    https://github.com/PopcornTimeTV/PopcornTimeTV

    ...We have decided that we have given our all to this project and it's time for us to move on to pursue greater things. There is no doubt that this comes with a heavy heart as we have learned so much from this project and watched it grow from this simple torrenting app that could only play 720p video, to what it is today. All that being said, we do not want this project to just die after we leave. The size of the project might be a bit daunting to an unseasoned developer but the app is extremely stable and packed with almost every feature you could need.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 12
    Interpolate

    Interpolate

    Swift interpolation for gesture-driven animations

    ...Create an Interpolate object with a from value, a to value and an apply closure that applies the interpolation's result to the target object. Alternatively, you can specify multiple values for the interpolation in an array. The Swift compiler might have issues to infer the type of the array so it's best to be explicit. For other types of gesture recognizers that only report a beginning and an end (e.g. a UILongPressGestureRecognizer), you can animate directly to a target progress value with a given duration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next