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 maximegris/angular-tauri

Open-source alternatives to Angular Tauri

30 open-source projects similar to maximegris/angular-tauri, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Angular Tauri alternative.

  • nwjs/nw.jsAvatar von nwjs

    nwjs/nw.js

    41,183Auf GitHub ansehen↗

    nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build standalone software for Windows, macOS, and Linux. It serves as a cross-platform desktop runtime that allows developers to create native executables using web technologies. The project is distinguished by its integration layer that exposes Node.js system APIs and modules directly to the browser window and web worker contexts. It functions as a native module bridge, enabling the compilation and execution of low-level C++ system code and native addons within a web-based applica

    JavaScriptdesktopjavascriptnode-webkit
    Auf GitHub ansehen↗41,183
  • tauri-apps/create-tauri-appAvatar von tauri-apps

    tauri-apps/create-tauri-app

    1,525Auf GitHub ansehen↗
    Rust
    Auf GitHub ansehen↗1,525
  • wailsapp/wailsAvatar von wailsapp

    wailsapp/wails

    34,819Auf GitHub ansehen↗

    Wails is a cross-platform framework for building native desktop applications by combining a Go backend with web-based frontend technologies. It enables developers to create lightweight software by utilizing the host operating system's native web rendering engine, eliminating the need to bundle heavy browser dependencies. The framework distinguishes itself through a robust communication layer that bridges the backend and frontend. It automatically generates type-safe JavaScript bindings and proxies from Go code, allowing for seamless, asynchronous method invocation and data serialization acros

    Goangulardesktop-applicationgo
    Auf GitHub ansehen↗34,819
  • neutralinojs/neutralinojsAvatar von neutralinojs

    neutralinojs/neutralinojs

    8,543Auf GitHub ansehen↗

    Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native applications using web technologies and a C++ backend. It serves as a native system API bridge, enabling JavaScript frontend code to execute system commands and manage files across Windows, macOS, and Linux. The project distinguishes itself as a portable runtime that renders interfaces via the system's built-in webview instead of bundling a full browser engine. This approach enables the packaging of web assets into small, standalone executable binaries. The framework provides com

    C++
    Auf GitHub ansehen↗8,543

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
  • 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
  • nwutils/nw-angular-exampleAvatar von nwutils

    nwutils/nw-angular-example

    32Auf GitHub ansehen↗

    An example of integrating Angular with NW.js

    HTML
    Auf GitHub ansehen↗32
  • maximegris/angular-electronAvatar von maximegris

    maximegris/angular-electron

    5,725Auf GitHub ansehen↗

    Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining Angular's web framework with Electron's native runtime. It produces cross-platform executables for Windows, macOS, and Linux from a single codebase, while providing a development server with hot reload that automatically refreshes the Electron renderer process when Angular source files change. The project handles the architectural complexity of running Angular inside Electron by separately bundling Node.js modules for the main process and Angular modules for the renderer proces

    TypeScript
    Auf GitHub ansehen↗5,725
  • lxn/walkAvatar von lxn

    lxn/walk

    7,063Auf GitHub ansehen↗

    Walk is a comprehensive framework for building native Windows desktop applications. It functions as a GUI library and Windows API wrapper, providing a toolkit of native widgets and a declarative layout system for developing high-performance user interfaces. The project is distinguished by its data-binding framework, which uses reflection and string-based property paths to synchronize data sources with interface widgets. It also provides specialized support for high-DPI interface scaling and an optimized native message loop to reduce runtime overhead. The toolkit covers a wide range of capabi

    Godeclarativedeclarative-uigo
    Auf GitHub ansehen↗7,063
  • kde/kdenliveAvatar von KDE

    KDE/kdenlive

    5,207Auf GitHub ansehen↗

    Kdenlive is an open-source non-linear video editing suite designed for digital video post-production. Built on the MLT Framework and utilizing KDE Frameworks for its user interface, it provides a multi-track environment for assembling clips, applying transitions, and rendering final video files. The editor distinguishes itself through a comprehensive set of animation and effect tools, including keyframe-based parameter animation with a visual curve editor for fine-tuning transitions. It supports advanced visual modifications such as clip speed remapping, effect region masking, and the integra

    C++
    Auf GitHub ansehen↗5,207
  • arnavb/cpp14-project-templateAvatar von arnavb

    arnavb/cpp14-project-template

    68Auf GitHub ansehen↗

    A simple, cross-platform, and continuously integrated C++14 project template

    CMake
    Auf GitHub ansehen↗68
  • benlau/qpm-qt-creator-project-templateAvatar von benlau

    benlau/qpm-qt-creator-project-template

    7Auf GitHub ansehen↗

    Qt Creator Project Templates with qpm

    C++
    Auf GitHub ansehen↗7
  • bend-n/godot-templateAvatar von bend-n

    bend-n/godot-template

    42Auf GitHub ansehen↗

    Godot template repository for my programs

    HTML
    Auf GitHub ansehen↗42
  • benlau/quickflux-project-templateAvatar von benlau

    benlau/quickflux-project-template

    8Auf GitHub ansehen↗

    Project template using QuickFlux with unit tests

    C++
    Auf GitHub ansehen↗8
  • beszt/ng-ultimate-baseAvatar von Beszt

    Beszt/ng-ultimate-base

    2Auf GitHub ansehen↗

    Everything you need to kick off new Angular projects with a ready-to-go developer experience.

    TypeScript
    Auf GitHub ansehen↗2
  • ar10dev/tauri-solid-ts-tailwind-viteAvatar von AR10Dev

    AR10Dev/tauri-solid-ts-tailwind-vite

    304Auf GitHub ansehen↗

    Tauri Solid Tailwind CSS TypeScript Vite ESLint Prettier Starter template

    TypeScript
    Auf GitHub ansehen↗304
  • andyobtiva/glimmerAvatar von AndyObtiva

    AndyObtiva/glimmer

    837Auf GitHub ansehen↗

    DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library), Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library), Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library), Glimmer DSL for XML (& HTML), and Glimmer DSL for CSS

    Ruby
    Auf GitHub ansehen↗837
  • beeware/togaAvatar von beeware

    beeware/toga

    5,379Auf GitHub ansehen↗

    Toga is a cross-platform application framework and native GUI toolkit for Python. It serves as a multi-platform frontend wrapper that allows a single codebase to be deployed across macOS, Windows, Linux, Android, and iOS. The toolkit functions as a native widget UI library, mapping high-level Python interface definitions directly to the host operating system's own visual components. This ensures that applications use native system widgets to match the look and feel of the target environment rather than relying on custom drawing libraries. The framework covers cross-platform development for d

    Pythonguipython
    Auf GitHub ansehen↗5,379
  • bsamseth/cpp-projectAvatar von bsamseth

    bsamseth/cpp-project

    622Auf GitHub ansehen↗

    Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.

    CMake
    Auf GitHub ansehen↗622
  • boson-php/bosonB

    boson-php/boson

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bast/cmake-exampleAvatar von bast

    bast/cmake-example

    144Auf GitHub ansehen↗

    Example project which demonstrates various CMake features.

    CMake
    Auf GitHub ansehen↗144
  • cginternals/cmake-initAvatar von cginternals

    cginternals/cmake-init

    940Auf GitHub ansehen↗

    Template for reliable, cross-platform C++ project setup using cmake.

    CMake
    Auf GitHub ansehen↗940
  • charlesxsh/tauri-angular-boilerplateAvatar von charlesxsh

    charlesxsh/tauri-angular-boilerplate

    89Auf GitHub ansehen↗

    Minimal Angular Tauri

    HTML
    Auf GitHub ansehen↗89
  • cmake-basis/basisAvatar von cmake-basis

    cmake-basis/BASIS

    49Auf GitHub ansehen↗

    CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting some of the best practices and utilities available. This project supplies a fully integrated suite of functionality to make the whole process seamless!

    C++
    Auf GitHub ansehen↗49
  • codebangla/signal-adminAvatar von codebangla

    codebangla/signal-admin

    7Auf GitHub ansehen↗

    Signal Admin – Free Angular Material Admin Template A modern, responsive Angular admin panel built with Angular 20, Angular Material, and Tailwind CSS. This Angular admin material template includes a fully functional login page, dynamic dashboard, and modular components. Ideal for building enterprise-level tools and internal dashboards.

    TypeScript
    Auf GitHub ansehen↗7
  • codedthemes/berry-free-angular-admin-templateAvatar von codedthemes

    codedthemes/berry-free-angular-admin-template

    26Auf GitHub ansehen↗

    Free Angular admin template for Berry design

    CSS
    Auf GitHub ansehen↗26
  • codedthemes/datta-able-free-angular-admin-templateAvatar von codedthemes

    codedthemes/datta-able-free-angular-admin-template

    34Auf GitHub ansehen↗

    Datta able free Angular 18 admin template

    JavaScript
    Auf GitHub ansehen↗34
  • codedthemes/gradient-able-free-admin-templateAvatar von codedthemes

    codedthemes/gradient-able-free-admin-template

    27Auf GitHub ansehen↗

    Gradient able free bootstrap, angular, react admin template

    SCSS
    Auf GitHub ansehen↗27
  • codedthemes/mantis-free-angular-admin-templateAvatar von codedthemes

    codedthemes/mantis-free-angular-admin-template

    38Auf GitHub ansehen↗

    Free Angular admin template for Mantis design

    SCSS
    Auf GitHub ansehen↗38
  • codeitlikemiley/tauri-leptos-ssrAvatar von codeitlikemiley

    codeitlikemiley/tauri-leptos-ssr

    22Auf GitHub ansehen↗

    Tauri v2 with Leptos SSR and Tailwind v4 Starter Template

    Rust
    Auf GitHub ansehen↗22
  • approximator/qt-qbs-applicationA

    approximator/Qt-Qbs-Application

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0