Profile avatar
tuist.dev
A virtual platform team for mobile developers that ship
266 posts 310 followers 590 following
Regular Contributor
Active Commenter

We've just shipped a new improvement to the Tuist GitHub app reports โ€“ they now include also the report of builds ๐Ÿ”จ No more sifting through CI logs, just click a link in the PR comment and you'll get a summary of the build directly in the Tuist dashboard ๐Ÿ”

We just received this screenshot from a company using Tuist. They managed to reduce their app bundle size by 20%, simply by removing duplicates that Tuist found ๐ŸŽฏ And running 'tuist inspect bundle' is all you need to check your app, too ๐Ÿ‘€ See how to get started ๐Ÿ‘‰ docs.tuist.dev/en/guides/de...

New @tuist.dev stickers ๐Ÿ˜ who wants some?

With Tuist Build Insights, you can now have a _live_ view of builds happening across your organization โ€“ both CI and local builds. Isn't that magical? โœจ

Still recovering a bit from yesterday's #WWDC25 announcements, we've curated a list of highlights that excite us for their impact on developers' experiences. tuist.dev/blog/2025/0...

We've revamped our dashboard for better design and consistency, thanks to our open-source system Noora, now extended for @elixirlang ๐Ÿงช Learn more: tuist.dev/blog/2025/0...

Happy #WWDC25

TCP/IP, shipping containers, and Markdown all offer interoperability through a "narrow waist" design. Apple's developer tools could enhance the developer experience by making their building blocks more interoperable. But, since they are not doing so, we are leading the way tuist.dev/blog/2025/06...

Tired of slow builds killing your momentum? As projects grow, build times degrade due to unreliable incremental builds, derived data resets, and complex dependencies. We're solving this with providing actionable build metrics with our new feature โ€“ Build Insights ๐Ÿ‘‡ tuist.dev/blog/2025/06...

And Noora, the CLI design system library that we've developed for @tuist.dev is mentioned there - if you want to build beautiful CLIs in Swift, you know what to use ๐Ÿ˜Ž github.com/tuist/noora

One-click/tap app previews bridge the time and space distance that nightly builds have with the place where collaboration happens: pull requests (PRs). Here's the first of a series of videos showcasing various features and capabilities. videos.tuist.dev/w/eahkN6hqq...

Did you know that with a single command, you can obtain a JSON representation of your #Swift app's internals and size? You can also push it upstream to gain insights over time. Check it out here: docs.tuist.dev/en/guides/d...

Help us explore the current state of continuous integration in Apple development and how it can be enhanced: community.tuist.dev/t/whats-you...

Check out our new T-shirt design in the swag store: shop.tuist.dev/products/tu...

Did you know you can see the actual live Tuist dashboard that we use for developing the "tuist/tuist" repository, experiencing all the dashboard features that we offer, like bundle analysis, previews, or build insights? Just click here and explore ๐Ÿ‘‰ tuist.dev/tuist/tuist

This starts in a few minutes: lu.ma/rs04eehf

Today, we're coming together to discuss Tuist's latest improvements and future plans! Tune in at 15:00 CEST or catch the replay later: lu.ma/rs04eehf

The first Tuist community call is happening tomorrow. Join us to catch up on the latest news from the project: lu.ma/rs04eehf

In October 2023, we took the bold step of creating a business centered on Tuist, aiming to focus on enhancing app development efficiency and quality for teams. We share insights on our progress and experiences in our latest blog post tuist.dev/blog/2025/0...

Wouldn't it be great if you could do things like install Tuist previews directly from an iOS app? That's exactly why Tuist is coming to iOS. We can't be more excited about finally having an app. And of course, it will be open source, so anyone can contribute ๐ŸŽ community.tuist.dev/t/kicking-of...

Breaking down a codebase into modules can be key for scaling development efforts. Yet, without proper tools, it might become pretty expensive. Qonto navigated this path and shared how Tuist plays a role in meeting the speed that the business needs. medium.com/@yassine.gh...

Still not sure what the best tool for modularization is? Qonto decided to go with Tuist and in this article, they share how they came to that decision and what their experience has been ๐Ÿ‘‡ medium.com/@yassine.gha...

Wouldn't it be great if you would get the bundle size difference directly in your PR? With the new Tuist GitHub app, you can catch regressions in your bundle size _before_ they even get into your main branch. Here's how to get started: docs.tuist.dev/en/guides/de...

Have you observed how the limited spatial and time focus of Apple app development constrains the potential for improved developer experiences? In the 9th edition of "Swift Stories," we dive into this topic, interview Ivan Ornes, and share some ideas: tuist.dev/newsletter/...

We're excited to announce a new feature: Tuist Bundle Analysis! Our new tool helps you identify bloat, optimize your app size, and track the size over time. Read the full announcement over at: tuist.dev/blog/2025/05...

Yo, aren't you vibe coding yet? ๐Ÿš€ In this blog post, we dive into how vibe coding can level up your app-building game, and tackle the current challenges with Swift and Xcode toolchain. #Swift #LLM #Xcode tuist.dev/blog/2025/05...

Running your full test suite for every commit is costly, but selective testing can help. You can adopt it by just prefixing your "xcodebuild" command with "tuist": videos.tuist.dev/w/1SjekbWSY...

We've been cooking up something... ๐Ÿณ๐Ÿค” Can you guess what it is? ๐ŸŽ‰โœจ #Swift #AppDev

Filters are coming to all the @tuistdev pages thanks to Chris & @asmitbm.bsky.social's amazing code and design work. You'll be able to filter out and get the data that you need from your builds, test runs, and soon the size of your bundles. #Swift #Xcode