awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to mackarous/localize

Open-source alternatives to Localize

28 open-source projects similar to mackarous/localize, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Localize alternative.

  • 23122k/swift-loggable23122K avatar

    23122K/swift-loggable

    15View on GitHub↗

    A set of macros that support type-wide and per-function logging with ability to customize how logs are handled.

    Swift
    View on GitHub↗15
  • adiks09/localizableADiks09 avatar

    ADiks09/Localizable

    13View on GitHub↗

    A macro that produces variables and methods, for your localization files. From the enumeration keys.

    Swift
    View on GitHub↗13
  • alex-npmn/urlmacroalex-npmn avatar

    alex-npmn/URLMacro

    4View on GitHub↗

    A Swift macro that provides compile-time URL validation with #URL("…") syntax.

    Swift
    View on GitHub↗4
  • andriygo/smartlogmacroAndriyGo avatar

    AndriyGo/SmartLogMacro

    13View on GitHub↗

    `swift #log(logger, .info, "User \(userId) signed out at \(Date())", privacy: .public, customLoggingFunction: YourLogger.log) `

    Swift
    View on GitHub↗13
  • bannzai/utilitytypebannzai avatar

    bannzai/UtilityType

    97View on GitHub↗

    UtilityType is an innovative library designed to realize TypeScript's UtilityTypes in Swift. This groundbreaking library allows Swift developers to incorporate the simplicity and power of TypeScript's UtilityTypes directly into their codebase. See more details:…

    Swift
    View on GitHub↗97
  • bernndr/swift-macrosbernndr avatar

    bernndr/swift-macros

    36View on GitHub↗

    Contains a collection of useful macros for my personal projects.

    Swift
    View on GitHub↗36

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • collisionspace/reuseidentifiermacrocollisionspace avatar

    collisionspace/ReuseIdentifierMacro

    21View on GitHub↗

    A Reuse Identifier Macro that useful in generation of a reuse id for your UICollectionViewCells and UITableViewCells

    Swift
    View on GitHub↗21
  • davdroman/swift-iterable-macrosdavdroman avatar

    davdroman/swift-iterable-macros

    1View on GitHub↗

    swift-iterable-macros hosts Swift macros that generate iterable collections for your types:

    Swift
    View on GitHub↗1
  • dcard/dictionaryliteralshorthandmacroDcard avatar

    Dcard/DictionaryLiteralShorthandMacro

    5View on GitHub↗

    DictionaryLiteralShorthand is a Swift compiler plugin that provides a macro for creating dictionary literals with keys as string representations of corresponding variable names.

    Swift
    View on GitHub↗5
  • fernandolucheti/protocolmacrofernandolucheti avatar

    fernandolucheti/ProtocolMacro

    3View on GitHub↗

    A macro that produces a protocol based on a class/struct non private interface

    Swift
    View on GitHub↗3
  • flinedev/translatekitFlineDev avatar

    FlineDev/TranslateKit

    214View on GitHub↗

    What SF Symbols is for Icons, TranslateKit is for Text!

    Swift
    View on GitHub↗214
  • gohanlon/swift-memberwise-init-macrogohanlon avatar

    gohanlon/swift-memberwise-init-macro

    194View on GitHub↗

    Swift Macro for memberwise initializers at any access level, with default values and compile-time safety.

    Swift
    View on GitHub↗194
  • gshaviv/settingkitgshaviv avatar

    gshaviv/SettingKit

    0View on GitHub↗

    SettingsKit is a set of Swift Macros that make using UserDefaults typo safe (no string constants) as well as type safe (no referring to a string default as a bool). It also plays nicely with SwiftUI triggering a view redraw when defaults affecting on screen views change, has bindings for all…

    Swift
    View on GitHub↗0
  • iankeen/macrokitIanKeen avatar

    IanKeen/MacroKit

    144View on GitHub↗

    Exploring Swifts new macro system

    Swift
    View on GitHub↗144
  • leonardocardoso/initmacroLeonardoCardoso avatar

    LeonardoCardoso/InitMacro

    42View on GitHub↗

    Read my article on Macros in TradeRepublic's engineering blog: Get Ready for Swift Macros

    Swift
    View on GitHub↗42
  • narek-sv/migratornarek-sv avatar

    narek-sv/Migrator

    14View on GitHub↗

    Migrator is a versatile Swift Package designed to streamline the execution of asynchronous tasks with dependency management on all Apple platforms. It provides a robust solution for orchestrating tasks with complex dependencies, ensuring that each task is executed in the correct order,…

    Swift
    View on GitHub↗14
  • p-x9/aliasmacrop-x9 avatar

    p-x9/AliasMacro

    33View on GitHub↗

    Swift Macro for defining aliases for types, functions, or variables.

    Swift
    View on GitHub↗33
  • p-x9/associatedobjectP

    p-x9/AssociatedObject

    0View on GitHub↗

    Swift Macro for allowing variable declarations even in class extensions. It is implemented by wrapping objcgetAssociatedObject/objcsetAssociatedObject.

    View on GitHub↗0
  • p-x9/obfuscatemacrop-x9 avatar

    p-x9/ObfuscateMacro

    262View on GitHub↗

    Swift macros for string obfuscation to protect sensitive data from binary analysis.

    Swift
    View on GitHub↗262
  • p-x9/swift-property-tracerp-x9 avatar

    p-x9/swift-property-tracer

    32View on GitHub↗

    Library for tracing access to properties.

    Swift
    View on GitHub↗32
  • pykaso/swiftmacro-cloaked-stringpykaso avatar

    pykaso/swiftmacro-cloaked-string

    20View on GitHub↗

    This project presents an extension to the Swift #cloaked macro, which is designed to improve the security of open text strings in Swift applications. By converting strings to Data format using the UInt8 field, it makes it much harder to easily extract strings from a decompressed application.…

    Swift
    View on GitHub↗20
  • renato-iar/safedecodingrenato-iar avatar

    renato-iar/SafeDecoding

    21View on GitHub↗

    Swift Macro enabling safe decoding of structs and classes.

    Swift
    View on GitHub↗21
  • shenghaiwang/swiftmacrosShenghaiWang avatar

    ShenghaiWang/SwiftMacros

    64View on GitHub↗

    A practical collection of Swift Macros that help code correctly and swiftly.

    Swift
    View on GitHub↗64
  • spacenation/swift-equatablespacenation avatar

    spacenation/swift-equatable

    15View on GitHub↗

    This package automatically generates Equatable conformance for both classes and actors. This means that you do not need to manually implement the == operator for your classes and actors, as this package will handle it for you.

    Swift
    View on GitHub↗15
  • syt2/associatedobjectmacrosyt2 avatar

    syt2/AssociatedObjectMacro

    6View on GitHub↗

    Associated Object Macro wraps objcgetAssociatedObject and objcsetAssociatedObject methods, allowing convenient declaration of variables in class extensions.

    Swift
    View on GitHub↗6
  • tornikegomareli/memoizemacrotornikegomareli avatar

    tornikegomareli/MemoizeMacro

    15View on GitHub↗

    A Swift macro for easy function memoization.

    Swift
    View on GitHub↗15
  • wilhelmoks/modifiedcopymacroWilhelmOks avatar

    WilhelmOks/ModifiedCopyMacro

    36View on GitHub↗

    A Swift macro for making inline copies of a struct by modifying a property.

    Swift
    View on GitHub↗36
  • yume190/temporaryvariableyume190 avatar

    yume190/TemporaryVariable

    7View on GitHub↗

    TemporaryVariable provide a macro #info {...}. It capture most function calls and assign them to temporary variables.

    Swift
    View on GitHub↗7