[go: up one dir, main page]

Showing 29 open source projects for "core"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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
  • 1
    Mochi Diffusion

    Mochi Diffusion

    Run Stable Diffusion on Mac natively

    ...Use custom Stable Diffusion Core ML models. No worries about pickled models. macOS native app using SwiftUI.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    MochiDiffusion

    MochiDiffusion

    Run Stable Diffusion on Mac natively

    MochiDiffusion is a native macOS application that allows users to run Stable Diffusion models locally, leveraging Apple Silicon GPU acceleration via Core ML. It offers users GUI controls for prompts and model configuration without needing Python or Docker, enabling offline image generation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    SwiftLog

    SwiftLog

    A Logging API for Swift

    swift-log is the official, vendor-neutral logging API for Swift, providing a small, performant core that libraries and applications adopt to avoid logger lock-in. It defines common logging semantics and levels, plus a lightweight façade that backends can implement—so the same application code can run with different logging engines (e.g., OSLog on Apple platforms or custom sinks on servers). The package embraces Swift Package Manager, offers a clean Logger API, and is widely used across the Swift on server and Apple-platform ecosystems. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Swift for GraphQL

    Swift for GraphQL

    The Swift GraphQL implementation for macOS and Linux

    ...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 AsyncSequence in Swift 5.5 the standard Swift library did not provide an event-stream construct. For historical reasons and backwards compatibility, this library implements subscriptions using an EventStream protocol that nearly every asynchronous stream implementation can conform to. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Wave

    Wave

    Wave is a spring-based animation engine for iOS and macOS

    ...It makes it easy to create fluid, interactive, and interruptible animations that feel great. Wave has no external dependencies, and can be easily dropped into existing UIKit, SwiftUI, or AppKit based projects and apps. The core feature of Wave is that all animations are re-targetable, meaning that you can change an animation’s destination value in-flight, and the animation will gracefully redirect to that new value.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    FeedKit

    FeedKit

    An RSS, Atom and JSON Feed parser written in Swift

    FeedKit is an RSS, Atom and JSON Feed parser written in Swift. Build a URL pointing to an RSS, Atom or JSON Feed. A common scenario in UI environments would be parsing a feed asynchronously from a user-initiated action, such as the touch of a button. Remember, you are responsible for manually bringing the resulting closure to whichever queue is appropriate. Usually to the Main thread, for UI apps, by calling DispatchQueue.main.async. FeedKit adopts Swift 5 Result type, as Result<Feed,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    AeroSpace

    AeroSpace

    AeroSpace is an i3-like tiling window manager for macOS

    ...It supports multiple workspaces, per-display organization, and floating exceptions, so you can mix strict tiling with apps that are better left unmanaged. Configurability is a core goal: you can define rules for how specific apps should launch (tile vs. float, workspace placement), adjust gaps and padding, and fine-tune focus behavior. The project aims to feel native on macOS—respecting system features and accessibility—while giving power users the velocity they expect from a tiling manager. For developers and creators juggling many windows and monitors, AeroSpace reduces window fiddling to near zero, turning your desktop into a consistent, scriptable layout you can rely on all day.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Swift Guide

    Swift Guide

    Swift Featured Projects in brain Mapping

    SwiftGuide is a comprehensive, community-maintained guide to the Swift programming language, designed to serve as both a learning resource and a handy reference. It covers all major language aspects: syntax, control flow, functions, closures, generics, protocols, extensions, memory management, concurrency, and the standard library. Each topic typically includes clear explanations, annotated code snippets, and tips for best practices, helping readers understand both how features work and how...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Foundation

    Foundation

    Provides core utilities, internationalization, and OS independence

    The Foundation framework defines a base layer of functionality that is required for almost all applications. It provides primitive classes and introduces several paradigms that define functionality not provided by either the Objective-C runtime and language or Swift standard library and language. This project, swift-corelibs-foundation, provides an implementation of the Foundation API for platforms where there is no Objective-C runtime. On macOS, iOS, and other Apple platforms, apps should...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10
    Highlightr

    Highlightr

    iOS & OSX Syntax Highlighter

    Highlightr is an iOS & macOS syntax highlighter built with Swift. It uses highlight.js as it core, supports 185 languages and comes with 89 styles. Takes your lame string with code and returns a NSAttributtedString with proper syntax highlighting. CocoaPods is a dependency manager for Cocoa projects. Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. Yes, Highlightr relies on iOS & macOS JavaScriptCore to parse the code using highlight.js. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    swift-html

    swift-html

    Swift DSL for type-safe, extensible, and transformable HTML documents

    A Swift DSL for type-safe, extensible, and transformable HTML documents. The popular choice for rendering HTML in Swift these days is to use templating languages, but they expose your application to runtime errors and invalid HTML. Our library prevents these runtime issues at compile-time by embedding HTML directly into Swift’s powerful type system. Underneath the hood these tag functions html, body, h1, etc., are just creating and nesting instances of a Node type, which is a simple Swift...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Kickstarter for iOS

    Kickstarter for iOS

    Kickstarter for iOS, to bring new ideas to life, anywhere

    Download the Kickstarter app to discover new projects and help put daring ideas into the world no matter where you are. Kickstarter campaigns make ideas into reality. It’s where creators share new visions for creative work with the communities that will come together to fund them. We intend for this project to be an educational resource, we are excited to share our wins, mistakes, and methodology of iOS development as we work in the open. Our primary focus is to continue improving the app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GraphQLite

    GraphQLite

    Rapid GraphQL prototyping, development, and testing. Core Server

    ...With the industry-standard JSON Web Token (JWT) authentication, GraphQLite is a security layer for your API, providing a way to authenticate and authorize any request. With an S3 API compatible File Storage, GraphQLite gives you instant access to your files. High performance and unlimited flexibility are delivered with your Core Server. You can build Swift apps quickly by using the native iOS SDK. With our npm library, Web development has never been easier. Flutter SDK is also coming soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Stringz

    Stringz

    Powerful editor for localizing iOS, macOS, tvOS applications

    Stringz greatly simplifies localizing your Xcode apps (iOS, macOS, tvOS, and watchOS) by introducing a powerful editor for all localizable files in your project. It even imports strings from storyboard and xib files saving you a lot of time and effort finding and matching elementIds in your storyboards. Stringz also supports localizing your Info.plist file so you can easily translate your app name and permission descriptions. Stringz will also highlight missing translations and warn you...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Popovers

    Popovers

    A library to present popovers. Simple, modern, and highly customizable

    ...Supports SwiftUI, UIKit, and multitasking windows on iPadOS. Highly customizable API that's super simple — just add .popover. Drop-in replacement for iOS 14's Menu that works on iOS 13. SwiftUI-based core for a lightweight structure. 0 dependencies. It's 2023 — about time that popovers got interesting!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sync

    Sync

    JSON to Core Data and back. Swift Core Data Sync.

    ...Taking this in account we took the challenge to abstract this into a library. Sync uses the knowledge of your Core Data model to infer all the mapping between your JSON and Core Data, once you use it, it feels so obvious that you'll wonder why you weren't doing this before.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Blueprints

    Blueprints

    A framework that is meant to make your life easier

    ...They support properties like items per row and items per column; this will calculate the layout attributes needed for fitting the number of views that you want to appear on the screen. The framework also provides a good base for your custom implementations. By extending the core blueprint layout, you get built-in support for animations and layout attribute caching. The bundled default animator supports animations that look very similar to what you get from a vanilla table view. If you want to provide your collection view animator, no problem; you can inject an animator of your choosing when initializing the layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Sica

    Sica

    Simple Interface Core Animation

    Simple Interface Core Animation. Run type-safe animation sequentially or parallelly. You can access sica property in UIView and CALayer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FlappySwift

    FlappySwift

    swift implementation of flappy bird

    FlappySwift is a Swift reimplementation of the famous “Flappy Bird” game, intended as a tutorial or demo to teach game development fundamentals on iOS. The project includes sprite rendering, physics, collision detection, scrolling background, user input (tap to flap), scoring, and game-over logic, all wired together in a simple but playable form. Because the code is real and running, learners can modify gravity, speed, obstacle spacing, or visual assets to see how design decisions impact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Questionnaire App: retrieving JSON data; use of Core Data Artworks Map App: map & table view; centering, zooming and annotating maps Various Apps include Dice Rolling App: hiding/changing keyboard Times Tables App: device orientation; reject non-numeric input Places I've Been App: Persistent/Core Data storage Favourite Places App: map view; edit/re-order table functionality Interface Builder App: element sizes, positions and alignments; device orientation; localization
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Swift Language Weather

    Swift Language Weather

    An iOS weather app developed in Swift 4

    ...We use Protocol-Oriented Programming in IBAnimatable open source projects. Value-based programming, we use immutable values anywhere. Icon fonts, weather icons, SwiftyJSON, core location, app indexing like CoreSpotlight and NSUserActivity. Unit tests, UI tests, and animations supported. Compile and run the app in your simulator. If you don't see any data, please check "Simulator" -> "Debug" -> "Location" to change the location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bender

    Bender

    Easily craft fast Neural Networks on iOS

    ...Either way, it just takes a few minutes. Bender suports the most common ML nodes and layers but it is also extensible so you can write your own custom functions. With Core ML, you can integrate trained machine learning models into your app, it supports Caffe and Keras 1.2.2+ at the moment. Apple released conversion tools to create CoreML models which then can be run easily. Finally, there is no easy way to add additional pre or post-processing layers to run on the GPU.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Imagine Engine

    Imagine Engine

    A project to create a blazingly fast Swift game engine

    ...You are hereby invited to participate in this new community to build a tool with an ambitious but clear goal - to enable you to easily build any game that you can imagine. Imagine Engine uses Core Animation as its rendering backend - just like Apple's UI frameworks like UIKit and AppKit do. By leveraging the power of Core Animation's hardware-accelerated 2D rendering capabilities, Imagine Engine is able to push lots of pixels onto the screen at the same time. That means more objects, more effects and less restrictions when designing your games. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    LocoKit

    LocoKit

    Location, motion, and activity recording framework for iOS

    A Machine Learning based location recording and activity detection framework for iOS. Combined, simplified Core Location and Core Motion recording. Filtered, smoothed, and simplified location and motion data. Near real-time stationary / moving state detection. Automatic energy use management, enabling all-day recording. Automatic stopping and restarting of recording, to avoid wasteful battery use. Machine Learning-based activity type detection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Spring (MengTo)

    Spring (MengTo)

    A library to simplify iOS animations in Swift

    Spring is a delightful animation library for iOS that turns complex Core Animation sequences into simple, declarative presets you can trigger with a few lines of Swift. It exposes a large set of ready-made animations—springy pops, fades, slides, morphs, and attention-grabbers—so designers and developers can prototype polished interactions rapidly. Thanks to Interface Builder support (via inspectable properties), many animations can be configured visually and previewed live, shortening the design-implementation loop. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next