Tuist
windows
Tuist | windows | |
---|---|---|
14 | 2 | |
5,141 | 36,223 | |
2.1% | 2.5% | |
9.8 | 9.2 | |
1 day ago | about 2 months ago | |
Swift | Shell | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Tuist
-
Show HN: Lumier – Run macOS VMs in a Docker
Yes! That’s actually what https://tuist.dev is doing. They use Lume to spin up ephemeral macOS VMs with Xcode preinstalled, so they can run builds in clean, reproducible environments. It’s great for CI workflows where you want full macOS without managing long-lived hosts
- Best resources to really understand Xcode, project configurations, builds etc.
-
iOS Collaboration Questions
At my current workplace, we use Tuist. It's a great tool, but there are 20 of us, so it's necessary. In smaller teams (up to 5-7 people) I didn't feel like there were huge problems with .xcodeproj. Sure, some conflicts now and then, but far from every time you merge something. https://github.com/tuist/tuist
-
🚀 XBase 0.2: Now with Tuist, Swift, and barebone xcodeproj support!
Tuist Projects ('Project.swift'), Swift packages ('Package.swift'), and barebone xcodeproj are now supported.
-
How to manage a huge iOS project written by many teams?
On a project I worked on I transitioned the codebase to a micro framework setup using tuist.io.
-
Why the hate on Xcode?
I think the hate comes from seeing its unresponsiveness and slow builds in large-scale projects. Everything works great in a recently-creates project until your project turns into a complex dependency graph of targets with intricate and inconsistent build settings. That’s the main reason why we are building https://tuist.io
- Evitando conflitos no Xcode
- Easy Binary Caching in Xcode
- Cache your Swift Packages as binaries with Tuist 1.48.0
- New Tuist release 1.48.0 with support for caching Swift packages as binaries
windows
-
Show HN: Lumier – Run macOS VMs in a Docker
Hey HN, we're excited to share Lumier (https://github.com/trycua/cua/tree/main/libs/lumier), an open-source tool for running macOS and Linux virtual machines in Docker containers on Apple Silicon Macs.
When building virtualized environments for AI agents, we needed a reproducible way to package and distribute macOS VMs. Inspired by projects like dockur/windows (https://github.com/dockur/windows) that pioneered running Windows in Docker, we wanted to create something similar but optimized for Apple Silicon. The existing solutions either didn't support M-series chips or relied on KVM/Intel emulation, which was slow and cumbersome. We realized we could leverage Apple's Virtualization Framework to create a much better experience.
Lumier takes a different approach: it uses Docker as a delivery mechanism (not for isolation) and connects to a lightweight virtualization service (lume) running on your Mac. This creates true hardware-accelerated VMs using Apple's native virtualization capabilities.
With Lumier, you can:
-
How to Set Up Microsoft Office on Linux Mint 21.3: A Comprehensive Guide
Use the default configurations, credentials, disk space, RAM, etc., provided in the compose.yaml file from the dockur/windows repo.
What are some alternatives?
xcproj - 📝 Read, update and write your Xcode projects
vedv - A tool for developing in a secure, isolated and reproducible environment
XcodeGen - A Swift command line tool for generating your Xcode project
GitHub-Codespaces-Lab - GitHub CodeSpaces Demo Lab Repository
SwiftPlate - Easily generate cross platform Swift framework projects from the command line
winapps - Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. Hard fork of https://github.com/Fmstrat/winapps/