SwiftUI

Open-source projects categorized as SwiftUI
Language: + Swift + TypeScript
Topics: Swift iOS MacOS Xcode UI

Top 23 SwiftUI Open-Source Projects

  • open-source-ios-apps

    :iphone: Collaborative List of Open-Source iOS Apps

  • Project mention: Collaborative List of Open-Source iOS Apps | news.ycombinator.com | 2023-12-20
  • NativeScript

    ⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Dart (Flutter) and you name it compatible.

  • Project mention: Svelte Native: The Svelte Mobile Development Experience | news.ycombinator.com | 2024-01-29

    This is not so much the Svelte equivalent of React Native as it is just NativeScript (https://nativescript.org).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • CodeEdit

    CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

  • Project mention: Help. Trying to recreate the Xcode layout. | /r/SwiftUI | 2023-05-20

    Have a look at CodeEdit. It’s open source, built using SwiftUI, and they’ve put a lot of work into uncovering some of the more ambiguous components in macOS.

  • swift-composable-architecture

    A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

  • Project mention: Kaleidoscope of iOS app architectures | dev.to | 2024-01-29

    TCA for short. Very scalable, quite promising, quite popular. A decent alternative for MVVM enhanced by the Clean Architecture. You can learn more about it in a Point-Free tutorial and on GitHub.

  • Whisky

    A modern Wine wrapper for macOS built with SwiftUI

  • Project mention: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines | news.ycombinator.com | 2024-01-30
  • eul

    🖥️ macOS status monitoring app written in SwiftUI.

  • Gifski

    🌈 Convert videos to high-quality GIFs on your Mac

  • Project mention: Kyutai AI research lab with a $330M budget that will make everything open source | news.ycombinator.com | 2023-11-19
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • SwiftMessages

    A very flexible message bar for UIKit and SwiftUI.

  • MochiDiffusion

    Run Stable Diffusion on Mac natively

  • Project mention: How do I install stable diffusion on my Mac Air? My midjourney subscription expired, and I don’t wanna pay another 60 a month. So I wanna try a new service. | /r/StableDiffusion | 2023-07-12

    Mochi Diffusion is very fast but you're limited to 512x512 or whatever image sizes the model is generated on

  • About-SwiftUI

    Gathering all info published, both by Apple and by others, about new framework SwiftUI.

  • SwiftUIX

    An exhaustive expansion of the standard SwiftUI library.

  • XcodesApp

    The easiest way to install and switch between multiple versions of Xcode - with a mouse click.

  • Project mention: What on earth is going on? Can’t update Xcode on M1 MacBook Pro | /r/SwiftUI | 2023-12-11
  • ControlRoom

    A macOS app to control the Xcode Simulator.

  • Project mention: What Are The Dev Tools You Couldn't Live Without? | /r/iOSProgramming | 2023-05-30
  • Clean Architecture for SwiftUI + Combine

    SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

  • Project mention: Laugh at my horrible App structure and help me do it right | /r/swift | 2023-06-29
  • ChartView

    ChartView made in SwiftUI

  • swiftui-introspect

    Introspect underlying UIKit/AppKit components from SwiftUI

  • Project mention: Can I add a blinking cursor to a TextField when using a custom keyboard? | /r/swift | 2023-07-06

    The SwiftUI Introspect package can probably help here. I know what the correct implementation is for NSLayoutManager in macOS, but I haven’t tried it in iOS.

  • IceCubesApp

    A SwiftUI Mastodon client

  • Project mention: IceCubesApp: Fast, lightweight and multiplatform SwiftUI Mastodon client | news.ycombinator.com | 2023-12-30
  • Lunar

    Intelligent adaptive brightness for your external monitors

  • Project mention: Reverse Engineering a Software Crack | news.ycombinator.com | 2024-04-23

    It’s done in a similar way on macOS: a dylib is added to the bundle and an LC_LOAD command is added to the app binary. The dylib is the first thing that runs because of using the constructor attribute, like this: https://notes.alinpanaitiu.com/Injecting%20a%20DYLIB%20into%...

    The nice thing is that a signed app will refuse to load a dylib that does not have the same signature. So crackers will be forced to change the whole app signature which can be easily detected in app code.

    I have that kind of protection in Lunar (https://lunar.fyi/) and Clop (https://lowtechguys.com/clop) and it seems to be good enough as they have no recent cracks.

  • SwiftUI-Cheat-Sheet

    SwiftUI 2.0 Cheat Sheet

  • SwiftWebUI

    A demo implementation of SwiftUI for the Web

  • Project mention: Building a Slack/Discord Alternative with Tauri/Rust | news.ycombinator.com | 2023-06-20
  • RedditOS

    The product name is Curiosity, a SwiftUI Reddit client for macOS Big Sur

  • cheetah

    Mac app for crushing remote tech interviews with AI

  • Project mention: Has anyone got into Big Tech through cheating ? | /r/leetcode | 2023-12-03

    Has anyone been able to get into big tech via AI or some other way without doing leetcode?

  • WhatsNewKit

    Showcase your awesome new app features 📱

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

SwiftUI related posts

Index

What are some of the best open-source SwiftUI projects? This list will help you:

Project Stars
1 open-source-ios-apps 40,079
2 NativeScript 23,660
3 CodeEdit 20,205
4 swift-composable-architecture 11,377
5 Whisky 10,034
6 eul 8,985
7 Gifski 7,485
8 SwiftMessages 7,180
9 MochiDiffusion 7,092
10 About-SwiftUI 6,873
11 SwiftUIX 6,606
12 XcodesApp 6,454
13 ControlRoom 5,644
14 Clean Architecture for SwiftUI + Combine 5,410
15 ChartView 5,208
16 swiftui-introspect 5,167
17 IceCubesApp 4,640
18 Lunar 4,323
19 SwiftUI-Cheat-Sheet 4,274
20 SwiftWebUI 4,089
21 RedditOS 3,927
22 cheetah 3,781
23 WhatsNewKit 3,672

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com