Swift

https://www.swift.org/

  • Any
  • C
  • C#
  • C++
  • CMake
  • CSS
  • Dockerfile
  • Go
  • HCL
  • HTML
  • Java
  • JavaScript
  • Jinja
  • Jupyter Notebook
  • MDX
  • Makefile
  • PHP
  • Python
  • Ruby
  • Rust
  • SCSS
  • Shell
  • Swift
  • TSX
  • TypeScript
  • Vue

Projects with this topic

Sort by:
  • Sort by
  • Updated date
  • Name
  • Name, descending
  • Oldest updated
  • Oldest created
  • Last created
  • Most stars
  • Hide archived projects
  • Show archived projects
  • Show archived projects only
  • View RsyncUI project

    mirrored_repos / AppleApps / rsyncOSX / RsyncUI

    🔧🔗https://github.com/rsyncOSX/RsyncUI

    A SwiftUI based macOS GUI for rsync.

    Mac OS Apple Inc rsync swiftui Swift macos-sonoma macos-sequoia
    0
    Updated Dec 27, 2025
    0 0 0 0
    Updated Dec 27, 2025
  • View Anytype Swift project

    mirrored_repos / anyproto / Anytype Swift

    https://github.com/anyproto/anytype-swift Official Anytype client for iOS

    offline-first p2p e2ee local-first anytype Swift ios privacy
    0
    Updated Dec 26, 2025
    0 0 0 0
    Updated Dec 26, 2025
  • View Draw Things Community project
    D

    mirrored_repos / MachineLearning / drawthingsai / Draw Things Community

    https://github.com/drawthingsai/draw-things-community The community repository for the Draw Things app.

    drawthings stable-diffu... Swift text-to-image
    0
    Updated Dec 25, 2025
    0 0 0 0
    Updated Dec 25, 2025
  • View S4nnc project
    S

    mirrored_repos / MachineLearning / liuliu / S4nnc

    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

    Swift nnc
    0
    Updated Dec 23, 2025
    0 0 0 0
    Updated Dec 23, 2025
  • View TrueWidget project

    mirrored_repos / AppleApps / pqrs-org / TrueWidget

    🔧🔗https://github.com/pqrs-org/TrueWidget

    A macOS app that displays the system status on screen at all times

    Mac OS Swift widget
    0
    Updated Dec 20, 2025
    0 0 0 0
    Updated Dec 20, 2025
  • View ShowyEdge project

    mirrored_repos / AppleApps / pqrs-org / ShowyEdge

    🔧🔗https://github.com/pqrs-org/ShowyEdge

    A visible indicator of the current input source for macOS.

    Mac OS Swift
    0
    Updated Dec 20, 2025
    0 0 0 0
    Updated Dec 20, 2025
  • View Mlx Swift Examples project

    mirrored_repos / MachineLearning / ml-explore / Mlx Swift Examples

    Examples using MLX Swift

    mlx Swift
    0
    Updated Dec 17, 2025
    0 0 0 0
    Updated Dec 17, 2025
  • View Swift Diffusion project
    S

    mirrored_repos / MachineLearning / liuliu / Swift Diffusion

    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,

    Swift stable-diffu...
    0
    Updated Dec 15, 2025
    0 0 0 0
    Updated Dec 15, 2025
  • View Mastodon Ios project

    mirrored_repos / mastodon / Mastodon Ios

    🔧🔗https://github.com/mastodon/mastodon-ios

    Official iOS app for Mastodon

    mastodon Swift ios
    0
    Updated Dec 12, 2025
    0 0 0 0
    Updated Dec 12, 2025
  • View Tart project

    mirrored_repos / virtualization / cirruslabs / Tart

    🔧🔗https://github.com/cirruslabs/tart

    macOS and Linux VMs on Apple Silicon to use in CI and other automations

    tart Mac OS virtualization Swift
    0
    Updated Nov 10, 2025
    0 0 0 0
    Updated Nov 10, 2025
  • View YouTubeKit project

    mirrored_repos / alexeichhorn / YouTubeKit

    🔧🔗https://github.com/alexeichhorn/YouTubeKit

    YouTube video and audio extractor for iOS, watchOS, visionOS, tvOS and macOS

    Swift youtube audio video
    0
    Updated Oct 29, 2025
    0 0 0 0
    Updated Oct 29, 2025
  • View Element X Ios project

    mirrored_repos / element-hq / Element X Ios

    https://github.com/element-hq/element-x-ios Next generation Matrix client for iOS built with SwiftUI on top of matrix-rust-sdk.

    matrix Swift ios
    0
    Updated Oct 16, 2025
    0 0 0 0
    Updated Oct 16, 2025
  • View Swift Fickling project
    S

    mirrored_repos / MachineLearning / liuliu / Swift Fickling

    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.

    Swift pickle Python fickling
    0
    Updated Sep 15, 2025
    0 0 0 0
    Updated Sep 15, 2025
  • View Swift Mujoco project
    S

    mirrored_repos / MachineLearning / liuliu / Swift Mujoco

    Swift Binding for MuJoCo

    🔧🔗https://github.com/liuliu/swift-mujoco This is a Swift binding for MuJoCo physics simulation library.

    Swift reinforcemen... simulation mujoco
    0
    Updated Sep 15, 2025
    0 0 0 0
    Updated Sep 15, 2025
  • View Swift Sentencepiece project
    S

    mirrored_repos / MachineLearning / liuliu / Swift Sentencepiece

    Swift SentencePiece

    🔧🔗https://github.com/liuliu/swift-sentencepiece SentencePiece's Swift wrapper.

    Swift
    0
    Updated Sep 15, 2025
    0 0 0 0
    Updated Sep 15, 2025
  • View Llama Stack Client Swift project

    mirrored_repos / MachineLearning / meta-llama / Llama Stack Client Swift

    🔧🔗https://github.com/meta-llama/llama-stack-client-swift

    llama-stack-client-swift brings the inference and agents APIs of Llama Stack to iOS.

    Llama llama-stack Swift
    0
    Updated Jul 23, 2025
    0 0 0 0
    Updated Jul 23, 2025
  • View RsyncArguments project

    mirrored_repos / AppleApps / rsyncOSX / RsyncArguments

    🔧🔗https://github.com/rsyncOSX/RsyncArguments

    rsync Mac OS Swift
    0
    Updated Dec 18, 2024
    0 0 0 0
    Updated Dec 18, 2024

🐾❤️ Strive to be the person your dogs believe you are ❤️🐾