Open Source Swift Education Software

Swift Education Software

View 3955 business solutions

Browse free open source Swift Education Software and projects below. Use the toggles on the left to filter open source Swift Education 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Safe Exam Browser
    Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
    Leader badge
    Downloads: 164,916 This Week
    Last Update:
    See Project
  • 2
    30 Days of Swift

    30 Days of Swift

    A self-taught project to learn Swift

    30DaysofSwift is a challenge-style collection of Swift exercises and learning tasks meant to be tackled over 30 days (or more flexibly). Each “day” introduces a coding problem, concept, or mini project that builds on previous days: for example, fundamentals on day 1, optionals and control flow, Swift data structures, closures, protocol programming, UI interaction, etc., culminating in more advanced topics or sample apps. Solutions, hints, or sample projects accompany many of the prompts, allowing learners to compare approaches or download runnable code. The challenge format gives structure and pacing, helping learners stay motivated and consistent. Because the repo is public, contributors can add new challenge ideas, alternative solutions, or refinements as Swift evolves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Containerization (Apple)

    Containerization (Apple)

    Containerization is a Swift package for running Linux containers

    This repository provides educational material and sample code that demystify how containerization works and how container components fit together in practice. It walks through the responsibilities of an image format, registry, and runtime, and shows how a minimal runtime can assemble an isolated process with the right filesystem view, environment, and entrypoint. The samples highlight security hardening considerations—such as process isolation, filesystem scoping, and least-privilege execution—so that containers are not just portable, but safer by default. Developers get a blueprint for taking standard container images and running them in a way that respects platform conventions, tooling, and policies. The emphasis is on clarity and standards alignment rather than building a production-grade engine, which makes the code ideal for learning and experimentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CoronaTracker

    CoronaTracker

    Coronavirus tracker app for iOS & macOS with maps & charts

    Live data shows the most recent data, and updates automatically. Distribution map with two levels of details. Countries, when the user zooms out. Fewer details and reduced clutter. Cities, when the user zooms in. More details. Charts, current state chart for all countries (and cities). Timeline chart for all countries (and cities). Top affected countries chart with info about every country. Daily new cases shows how fast the virus is spreading in a given country. Cases since the 100th case how fast the virus is spreading in different countries. Option for using a logarithmic scale. Search for countries & cities. Share stats & charts as images. Today widget for worldwide stats. Red color scale reflects the number of confirmed cases. In addition to increasing circle size. Statistics, including the number of confirmed, recovered, and deaths, in addition to percents. iPad & macOS support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    Personal Library

    Personal Library

    Acts like a real library with the best user interface on the backpack.

    Stores your favorites Books. Lets you track the Users logged,signed up. Time tracing of system access. Delete, and Add both Categories and Books. No fussy configurations, embedded database with Java Runtime Environment enabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Swift Guide

    Swift Guide

    Swift Featured Projects in brain Mapping

    SwiftGuide is a comprehensive, community-maintained guide to the Swift programming language, designed to serve as both a learning resource and a handy reference. It covers all major language aspects: syntax, control flow, functions, closures, generics, protocols, extensions, memory management, concurrency, and the standard library. Each topic typically includes clear explanations, annotated code snippets, and tips for best practices, helping readers understand both how features work and how to use them idiomatically. Over time, the guide has evolved alongside Swift itself, with updates to reflect new language releases, deprecations, and shifting patterns. It also collects references to additional resources, external libraries, and community articles, making it a kind of curated gateway. Because it’s open content, readers can contribute corrections, translations, or expansions to keep it current.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SwiftLint

    SwiftLint

    A tool to enforce Swift style and conventions

    A tool to enforce Swift style and conventions, loosely based on the now archived GitHub Swift Style Guide. SwiftLint enforces the style guide rules that are generally accepted by the Swift community. These rules are well described in popular style guides like Ray Wenderlich’s Swift Style Guide. SwiftLint hooks into Clang and SourceKit to use the AST representation of your source files for more accurate results. You might want to move your SwiftLint phase directly before ‘Compile Sources’ step, to detect errors quickly before compiling. However, SwiftLint is designed to run on valid Swift code that cleanly completes the compiler’s parsing stage. So running SwiftLint before ‘Compile Sources’ might yield some incorrect results. SwiftLint hooks into SourceKit so it continues working even as Swift evolves! This also keeps SwiftLint lean, as it doesn’t need to ship with a full Swift compiler, it just communicates with the official one you already have installed on your machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SwifterSwift

    SwifterSwift

    A collection of more than 500 native Swift extensions

    SwifterSwift is a collection of over 500 native Swift extensions, with handy methods, syntactic sugar, and performance improvements for a wide range of primitive data types, UIKit and Cocoa classes, over 500 in 1– for iOS, macOS, tvOS, watchOS, and Linux. CocoaPods is a dependency manager for Cocoa projects. To integrate SwifterSwift into your Xcode project using CocoaPods, specify it in your Podfile. SwifterSwift is Swift v5.0+ compatible starting from v5. SwifterSwift is a library of over 500 properties and methods, designed to extend Swift's functionality and productivity, staying faithful to the original Swift API design guidelines. Documentation for all extensions, with examples, is available at the homepage. Check Examples.playground from the project for some cool examples!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    cosmos

    cosmos

    Algorithms that run our universe | Your personal library of every algo

    Cosmos (by OpenGenus Foundation) is your personal offline collection of every algorithm and data structure one will ever encounter and use in a lifetime. This provides solutions in various languages spanning C, C++, Java, JavaScript, Swift, Python, Go and others. This work is maintained by a community of hundreds of people and is a massive collaborative effort to bring the readily available coding knowledge offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Previous
  • You're on page 1
  • 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.