Swift System Software

View 8494 business solutions

Browse free open source Swift System Software and projects below. Use the toggles on the left to filter open source Swift System Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 1
    Maccy

    Maccy

    Lightweight clipboard manager for macOS

    Maccy is a lightweight clipboard manager for macOS. It keeps the history of what you copy and lets you quickly navigate, search, and use previous clipboard content. Unlike other Mac clipboard managers, Maccy does only one job - keep your copy history and let you access it fast. You won't be overloaded by unnecessary features. Maccy works blazingly fast. You can open and search your entire clipboard history in just a fraction of a second. Nothing should distract you from what you're focused on. Just type what you want to find in history and hit Enter. You don't need to use your mouse. Don't waste your time moving your hands away from the keyboard. Maccy respects your privacy. If your password manager removes a copied password from the clipboard, so will Maccy. Everything is stored on your computer.
    Downloads: 81 This Week
    Last Update:
    See Project
  • 2
    MonitorControl

    MonitorControl

    Control your display's brightness & volume on your Mac

    Controls your external display brightness and volume and shows native OSD. Use menubar extra sliders or the keyboard, including native Apple keys.
    Downloads: 51 This Week
    Last Update:
    See Project
  • 3
    Mos

    Mos

    A lightweight tool used to smooth scrolling and set scroll direction

    A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on MacOS. Mos separates the touchpad and mouse scrolls independently, then, you can set the direction of the touchpad and mouse wheel separately. Also, Mos provides smooth scrolling for your mouse, whether you are a Windows user or a MacOS, you can move freely. Mos's special interpolation algorithm can make every mouse roll as smooth and silky as possible. Mos can independently manage the scrolling behavior of each application. For some annoying programs, we help you.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 4
    Bluesnooze

    Bluesnooze

    Sleeping Mac = Bluetooth off

    Bluesnooze prevents your sleeping Mac from connecting to Bluetooth accessories. If you pair Bluetooth headphones or speakers with both your phone & Mac it can be frustrating when your sleeping Mac connects intermittently and disrupts the audio. With Bluesnooze the Bluetooth connection is switched off when your Mac sleeps, and switched on when your Mac wakes.
    Downloads: 10 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Stats

    Stats

    macOS system monitor in your menu bar

    Stats currently supported on macOS 10.13 (High Sierra) and higher. Stats is an application that allows you to monitor your macOS system. CPU utilization, GPU utilization, memory usage, disk utilization, sensors information (Temperature/Voltage/Power), battery level, network usage, fans speed, fan control, and Bluetooth devices. Supports many languages, such as English, Polski, Українська, Русский, and many more. You can help by adding a new language or improve existing translation.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    Clipy

    Clipy

    Clipboard extension app for macOS

    Clipy is a Clipboard extension app for macOS.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Hot

    Hot

    Hot is macOS menu bar application that displays the CPU speed limit

    Hot is macOS menu bar application that displays the CPU speed limit due to thermal issues. CPU throttling is a power management technique in computer architecture whereby the frequency of a microprocessor can be automatically adjusted "on the fly" depending on the actual need, to conserve power and reduce the amount of heat generated by the chip.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    LinearMouse

    LinearMouse

    The mouse and trackpad utility for Mac

    The mouse and trackpad utility for Mac. If you are not comfortable with natural scrolling when using a mouse, LinearMouse can help you reverse the scroll direction. Since each device can be configured independently, there is no need to worry about the trackpad's travel address being affected. LinearMouse allows you to find comfortable cursor speed and acceleration and helps you move the pointer faster and more accurately. You can even disable cursor acceleration if you are a player or designer, to get the best pointer precision.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Pearcleaner

    Pearcleaner

    A free, source-available and fair-code licensed mac app cleaner

    Pearcleaner is a small, native macOS utility that helps you fully remove applications by finding and deleting the leftover files they scatter across your system. After you drag an app into Pearcleaner (or select it from a list), it scans common Library locations for related caches, logs, preferences, containers, launch agents, and support files. Results are presented with clear paths and sizes so you can deselect anything you want to keep before sending items to the Trash. The tool favors safety: it avoids critical system areas, uses a conservative matching strategy, and relies on the Trash so you can restore items if you change your mind. Power users appreciate the transparency—no opaque “cleanup magic,” just an auditable list of what will be removed. For people who frequently test software or want to reclaim disk space after uninstalling large apps, Pearcleaner streamlines the tedious manual hunt through ~/Library and system folders.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    AltTab

    AltTab

    Windows alt-tab on macOS

    AltTab brings the power of Windows’s “alt-tab” window switcher to macOS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    KeychainAccess

    KeychainAccess

    Simple Swift wrapper for Keychain that works on iOS, watchOS, tvOS

    KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to use in Swift. If you want to store the Touch ID protected Keychain item, specify accessibility and authenticationPolicy attributes. Do not run in the main thread if there is a possibility that the item you are trying to add already exists, and protected. Because updating protected items requires authentication. Additionally, you want to show custom authentication prompt message when updating, specify an authenticationPrompt attribute. If the item not protected, the authenticationPrompt parameter just be ignored. The same way as when you get a normal item. It will be displayed automatically Touch ID or passcode authentication If the item you try to get is protected. The same way as when you remove a normal item. There is no way to show Touch ID or passcode authentication when removing Keychain items.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    PlayCover

    PlayCover

    Community fork of PlayCover

    PlayCover is an open-source macOS application that restores the ability to run iOS apps and games on Apple Silicon Macs (M1/M2/etc.). It simulates an iPad environment to enable native app execution and offers custom input mapping, making it especially useful for gaming and sideloading on macOS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Bagel

    Bagel

    A little native network debugging tool for iOS

    Bagel is a little native iOS network debugger. It's not a proxy debugger so you don't have to mess around with certificates, proxy settings etc. As long as your iOS devices and your Mac are in the same network, you can view the network traffic of your apps separated by the devices or simulators. Most basic usage is to start Bagel iOS before any network operation. Since Bagel exposes every request info to the public it would be better if you disable it for the store versions. By default, Bagel gets your project name and device information. The desktop client uses this information to separate projects and devices. You can configure these if you wish. Bagel framework communicates with the desktop client by using Bonjour protocol. You can also configure these Netservice parameters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Home Assistant for Apple Platforms

    Home Assistant for Apple Platforms

    Home Assistant for Apple platforms

    Home Assistant uses Bundler, Homebrew and Cocoapods to manage build dependencies. You'll need Xcode 14.1 (or later) which you can download from the App Store. Control and monitor your home from anywhere in the world. Home Assistant Companion lets you control all your devices and provides advanced location and notification engines to allow for complex automation. Home Assistant is an open-source home automation platform that focuses on local control and privacy. Home Assistant Companion requires a configured Home Assistant instance. The instance must use Home Assistant Cloud or be accessible from the Internet and secured with a valid, non-self-signed, SSL certificate for location tracking. Basic notifications work without external access.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Reachability.swift

    Reachability.swift

    Replacement for Apple's Reachability re-written in Swift

    Reachability.swift is a replacement for Apple's Reachability sample, re-written in Swift with closures. It is compatible with iOS (8.0 - 12.0), OSX (10.9 - 10.14) and tvOS (9.0 - 12.0). Just drop the Reachability.swift file into your project. That's it! The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. You can integrate using Apple's Swift package manager from xcode. All closures are run on the main queue.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Xcodes.app

    Xcodes.app

    Easiest way to install and switch between multiple versions of Xcode

    The easiest way to install and switch between multiple versions of Xcode.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Apple Container

    Apple Container

    A tool for creating and running Linux containers

    Container (by Apple) is an open-source CLI tool written in Swift optimized for Apple Silicon that allows running Linux containers as lightweight virtual machines. It uses Virtualization.framework to wrap OCI-compliant images into isolated microVMs on macOS. Perfect for container development workflows without Docker Desktop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Cluster

    Cluster

    Easy Map Annotation Clustering

    Cluster is an easy map annotation clustering library. This repository uses an efficient method (QuadTree) to aggregate pins into a cluster. Create an object that conforms to the MKAnnotation protocol, or extend an existing one. Next, add the annotation object to an instance of ClusterManager with add(annotation:). Implement the map view’s mapView(_:viewFor:) delegate method to configure the annotation view. Return an instance of MKAnnotationView to display as a visual representation of the annotations. The ClusterAnnotationView class exposes a countLabel property. You can subclass ClusterAnnotationView to provide custom behavior as needed. Here's an example of subclassing the ClusterAnnotationView and customizing the layer borderColor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Connectivity

    Connectivity

    Makes Internet connectivity detection more robust by detecting Wi-FI

    Connectivity is a wrapper for Apple's Reachability providing a reliable measure of whether Internet connectivity is available where Reachability alone can only indicate whether an interface is available that might allow a connection. Connectivity's objective is to solve the captive portal problem whereby an iOS device is connected to a WiFi network lacking Internet connectivity. Such situations are commonplace and may occur for example when connecting to a public WiFi network which requires the user to register before use. Connectivity can detect such situations enabling you to react accordingly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Kawa

    Kawa

    A macOS input source switcher with user-defined shortcuts

    A macOS input source switcher with user-defined shortcuts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    KeyboardKit

    KeyboardKit

    KeyboardKit is a Swift library that helps you build custom keyboard

    KeyboardKit helps you build custom keyboard extensions with Swift and SwiftUI. KeyboardKit is a Swift-based SDK that helps you build custom keyboard extensions with Swift and SwiftUI. It extends the native keyboard APIs and provides you with a lot of functionality. The KeyboardKit project is open-source and completely free. It's hosted at GitHub, which is where you find information, documentation, sample code, demo apps etc. KeyboardKit Pro is a license-based extension to KeyboardKit. It unlocks a bunch of pro features, like more locales, localized system keyboards, local and remote autocomplete etc. KeyboardKit comes with support for 50+ locales, with more being added over time. KeyboardKit has tools for customizing everything from keys, key behavior, layout, callout actions, audio & haptic feedback, colors and styling, autocomplete etc. The KeyboardKit app let you create keyboards directly on your iPhone and iPad.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Latest

    Latest

    Know about all the latest updates to the apps you use

    This is Latest, a small utility app for the Mac. Latest is a free and open-source app for macOS that checks if all your apps are up to date. Get a quick overview of which apps changed and what changed and update them right away. Latest currently supports apps downloaded from the Mac App Store and apps that use Sparkle for updates, which covers most of the apps on the market.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    appFirewall
    A free, fully open-source application firewall for macOS 10.13 High Sierra and later. Allows real-time monitoring of network connections being made by applications, and blocking/allowing of these per app by user. Supports use of hostname lists (Energized Blu etc) to block known tracker and advertising domains for all apps. Also allows blocking of all network connections for specified apps, blocking of all connections except for specified whitelisted connections, use of pre-configured lists of connections per app to allow/block etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    EasyDMG2ISO

    EasyDMG2ISO

    The easiest way to convert DMG files to ISO.

    EasyDMG2ISO is a small and useful utility to convert DMG files to ISO or CDR format. A DMG file is a kind of Disk Image File commonly used on macOS platform. Sometimes it may be necessary to have the Disk Image in ISO or CDR format for compatibility reasons with other platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    macOS-temperature

    macOS-temperature

    Simple App to monitor macOS temperature

    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.