Projects with this topic
-
https://github.com/drawthingsai/draw-things-community The community repository for the Draw Things app.
Updated -
🔧 🔗 https://github.com/cirruslabs/tartmacOS and Linux VMs on Apple Silicon to use in CI and other automations
Updated -
🔧 🔗 https://github.com/mastodon/mastodon-iosOfficial iOS app for Mastodon
Updated -
🔧 🔗 https://github.com/modelcontextprotocol/swift-sdkThe official Swift SDK for Model Context Protocol servers and clients. Maintained in collaboration with @loopwork-ai.
Updated -
https://github.com/anyproto/anytype-swift Official Anytype client for iOS
Updated -
Swift for NNC
🔧 🔗 https://github.com/liuliu/s4nnc s4nnc is a Swift interface for libnnc library.From the very start, libnnc is meant to be a common runtime that supports many language bindings. It becomes apparent during the development that for deep learning, a raw C interface would be unwieldy complex to use in real-life
Updated -
🔧 🔗 https://github.com/alexeichhorn/YouTubeKitYouTube video and audio extractor for iOS, watchOS, visionOS, tvOS and macOS
Updated -
Examples using MLX Swift
Updated -
Swift Diffusion
🔧 🔗 https://github.com/liuliu/swift-diffusion This is a single-file re-implementation of Stable Diffusion model. It includes CLIP text tokenizer, the models for CLIP text encoder,Updated -
🔧 🔗 https://github.com/pqrs-org/TrueWidgetA macOS app that displays the system status on screen at all times
Updated -
Swift SentencePiece
🔧 🔗 https://github.com/liuliu/swift-sentencepiece SentencePiece's Swift wrapper.Updated -
macos wakatime
https://github.com/wakatime/macos-wakatime Mac system tray app for automatic time tracking and metrics generated from your Xcode, Figma, Postman, etc. usage.
wakatime.com/mac macos xcode xcode-plugin postman time-tracking
Updated -
Swift Fickling
🔧 🔗 https://github.com/liuliu/swift-fickling This is inspired by work from Trail of Bits on Fickling. Many Stable Diffusion models are published in pickle format. Pickle format has been traditionally tied to a Python installation. This limitation exists also because pickle has the liberty to call into any Python function they want and allows you to override certain part of serialization (i.e. using external files and serialize only so-called persistent_id).As such, there are also security implications on deserializing untrusted pickle format per https://blog.trailofbits.com/2021/03/15/never-a-dill-moment-exploiting-machine-learning-pickle-files/.
swift-fickling while taking name from Fickling doesn't do static analyze or decompilation yet. It simply read the pickle opcodes, execute them on a Swift implemented pickle VM within the context you provided. Thus, we side-stepped the security implications by silencing outside function calls unless you explicitly providing them.
This turns out to be just enough to deserialize PyTorch based pickle files without Python installation.
Updated -
🔧 🔗 https://github.com/pqrs-org/ShowyEdgeA visible indicator of the current input source for macOS.
Updated -
https://github.com/element-hq/element-x-ios Next generation Matrix client for iOS built with SwiftUI on top of matrix-rust-sdk.
Updated -
Swift Binding for MuJoCo
🔧 🔗 https://github.com/liuliu/swift-mujoco This is a Swift binding for MuJoCo physics simulation library.Updated -
🔧 🔗 https://github.com/meta-llama/llama-stack-client-swiftllama-stack-client-swift brings the inference and agents APIs of Llama Stack to iOS.
Updated -