awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to im4codes/imcodes

Open-source alternatives to Imcodes

22 open-source projects similar to im4codes/imcodes, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Imcodes alternative.

  • agentfm-ai/agent-fmA

    agentfm-ai/agent-fm

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • brave/brave-browserAvatar von brave

    brave/brave-browser

    21,691Auf GitHub ansehen↗

    Brave is a privacy-centric web browser built on the Chromium engine. It functions as a cross-platform navigation tool designed to protect user data by automatically blocking trackers and advertisements by default. The browser distinguishes itself through integrated search capabilities that allow for programmatic control over query execution and data retrieval. It provides a platform for custom search engine development, enabling users to apply specific ranking rules, filter content based on geographic or temporal constraints, and enrich results with real-time structured data. Beyond its core

    bravebrowserchromium
    Auf GitHub ansehen↗21,691
  • btangonan/animaB

    btangonan/anima

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • charlie85270/dorothyAvatar von Charlie85270

    Charlie85270/Dorothy

    306Auf GitHub ansehen↗

    Dorothy, the wife your AI agents needs.

    TypeScript
    Auf GitHub ansehen↗306
  • codenameone/codenameoneAvatar von codenameone

    codenameone/CodenameOne

    1,840Auf GitHub ansehen↗

    Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.

    Javaandroidapp-frameworkcodename-one
    Auf GitHub ansehen↗1,840

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • codika-io/claveC

    codika-io/clave

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • electron/electronAvatar von electron

    electron/electron

    121,727Auf GitHub ansehen↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security. A secure bridge mechanism facilitates communication between these isolated contexts and the main process, ensuring that privileged system APIs remain protected. The framework distinguishes itself through a comprehensive security model that includes process sandboxing, content p

    C++c-plus-pluschromecss
    Auf GitHub ansehen↗121,727
  • facebook/react-nativeAvatar von facebook

    facebook/react-native

    126,019Auf GitHub ansehen↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    Auf GitHub ansehen↗126,019
  • flutter/flutterAvatar von flutter

    flutter/flutter

    177,056Auf GitHub ansehen↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-performance rendering engine and a multi-platform compilation model. The framework provides a comprehensive suite of developer tools, including hot reloading for real-time code injection and diagnostic utilities for monitoring application state and performance. It features a modu

    Dartandroidapp-frameworkcross-platform
    Auf GitHub ansehen↗177,056
  • godotengine/godotAvatar von godotengine

    godotengine/godot

    112,618Auf GitHub ansehen↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-platform development suite, allowing developers to author, test, and export software to desktop, mobile, and web environments from a single, unified codebase. The engine distinguishes itself through a modular, component-based architecture that relies on signals-based decoupling for

    C++game-developmentgame-enginegamedev
    Auf GitHub ansehen↗112,618
  • johannesjo/parallel-codeAvatar von johannesjo

    johannesjo/parallel-code

    730Auf GitHub ansehen↗

    Run Claude Code, Codex, and Gemini side by side — each in its own git worktree

    TypeScript
    Auf GitHub ansehen↗730
  • larryxiao/openquackAvatar von larryxiao

    larryxiao/openquack

    31Auf GitHub ansehen↗

    Voice dictation menu-bar app for macOS. Press a hotkey, speak, transcript appears at the cursor. Whisper runs locally via WhisperKit on Apple Silicon — no audio, text, or telemetry leaves your Mac. MIT, Swift.

    Swift
    Auf GitHub ansehen↗31
  • leonardocardoso/poirotAvatar von LeonardoCardoso

    LeonardoCardoso/Poirot

    187Auf GitHub ansehen↗

    A native macOS companion for Claude Code that lets you browse sessions, explore diffs, and re-run commands.

    Swift
    Auf GitHub ansehen↗187
  • made-apps/legerityAvatar von MADE-Apps

    MADE-Apps/legerity

    88Auf GitHub ansehen↗

    A framework for speeding up the development of automated UI tests for Windows, Android, iOS, and Web with Appium/Selenium on .NET

    C#androidappiumautomated-testing
    Auf GitHub ansehen↗88
  • made-apps/legerity-unoAvatar von MADE-Apps

    MADE-Apps/legerity-uno

    18Auf GitHub ansehen↗

    An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET

    C#androidappiumios
    Auf GitHub ansehen↗18
  • moresl/cchubM

    Moresl/cchub

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mvvmcross/mvvmcrossAvatar von MvvmCross

    MvvmCross/MvvmCross

    3,917Auf GitHub ansehen↗

    MvvmCross is a .NET MVVM framework designed for building cross-platform applications by separating business logic from native user interfaces. It functions as a navigation engine and a UI data binding library, enabling the encapsulation of logic within view models that are reused across different operating systems. The framework provides a native hardware abstraction layer and a dependency injection container to decouple components and provide a consistent interface for accessing device features. It coordinates type-safe transitions between native screens and manages the synchronization of da

    C#androidc-sharpdotnet
    Auf GitHub ansehen↗3,917
  • nativescript/nativescriptAvatar von NativeScript

    NativeScript/NativeScript

    25,446Auf GitHub ansehen↗

    NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by

    TypeScriptandroidangularcapacitor
    Auf GitHub ansehen↗25,446
  • spectreconsole/spectre.consoleAvatar von spectreconsole

    spectreconsole/spectre.console

    11,210Auf GitHub ansehen↗

    Spectre.Console is a .NET framework designed for building structured, feature-rich command-line applications. It provides a comprehensive toolkit for managing complex command hierarchies, type-safe argument parsing, and dependency injection, allowing developers to decouple business logic from input processing while maintaining modular application designs. The framework distinguishes itself through a sophisticated terminal user interface toolkit that enables the creation of dynamic, interactive console experiences. It utilizes a markup-based rendering system to display styled text, tables, cha

    C#ansi-colorscli-parserconsole
    Auf GitHub ansehen↗11,210
  • ttlapp/time-to-leaveAvatar von TTLApp

    TTLApp/time-to-leave

    490Auf GitHub ansehen↗

    Log work hours and get notified when it's time to leave the office and start to live.

    JavaScript
    Auf GitHub ansehen↗490
  • unoplatform/unoAvatar von unoplatform

    unoplatform/uno

    9,974Auf GitHub ansehen↗

    Uno is a cross-platform development framework used to build native mobile, web, desktop, and embedded applications from a single C# and XAML codebase. It provides a native UI framework that renders visual elements across different operating systems using shared layout and styling rules. The platform features a hot reload development environment that allows for the modification of code and layouts in a running application without restarting the process. It supports a dual-mode rendering system, offering a choice between a shared cross-platform canvas and native platform controls. The framewor

    C#
    Auf GitHub ansehen↗9,974
  • whyboris/video-hub-appAvatar von whyboris

    whyboris/Video-Hub-App

    705Auf GitHub ansehen↗

    Official repository for Video Hub App

    TypeScript
    Auf GitHub ansehen↗705