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
tauri-apps avatar

tauri-apps/create-tauri-app

0
View on GitHub↗
1,525 stars·144 forks·Rust·apache-2.0·13 views

Create Tauri App

Features

  • Desktop Frameworks - Scaffolds new projects for the Tauri desktop framework.
  • Desktop Application Frameworks - Scaffolds new desktop projects using Tauri.

Star history

Star history chart for tauri-apps/create-tauri-appStar history chart for tauri-apps/create-tauri-app

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Create Tauri App

These projects share indexed features with Create Tauri App. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • maximegris/angular-electronmaximegris avatar

    maximegris/angular-electron

    5,725View on GitHub↗

    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
    View on GitHub↗5,725
  • maximegris/angular-taurimaximegris avatar

    maximegris/angular-tauri

    217View on GitHub↗

    Ultra-fast bootstrapping with Angular and Tauri :speedboat:

    TypeScript
    View on GitHub↗217
  • electron/electronelectron avatar

    electron/electron

    121,727View on GitHub↗

    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
    View on GitHub↗121,727
  • neutralinojs/neutralinojsneutralinojs avatar

    neutralinojs/neutralinojs

    8,543View on GitHub↗

    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++
    View on GitHub↗8,543
Compare all 30 related projects→

Frequently asked questions

What are the main features of tauri-apps/create-tauri-app?

The main features of tauri-apps/create-tauri-app are: Desktop Frameworks, Desktop Application Frameworks.

Which projects share features with tauri-apps/create-tauri-app?

Projects with overlapping indexed features include: nwjs/nw.js — nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build… maximegris/angular-tauri — Ultra-fast bootstrapping with Angular and Tauri :speedboat:. neutralinojs/neutralinojs — Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native… electron/electron — This framework provides a multi-process architecture for building desktop applications using web technologies. It… maximegris/angular-electron — Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining… nwutils/nw-angular-example — An example of integrating Angular with NW.js.