Nextauri screenshot

Nextauri

Author Avatar Theme by 0xle0ne
Updated: 8 Aug 2025
180 Stars

A Next.js + Tauri template, with minimal best practice setup and weekly updates!

Categories

Overview:

Nextauri is a template for creating cross-platform applications using Tauri with Next.js. It is designed to be lightweight and customizable, allowing users to add whatever features they need. Nextauri can be used to develop desktop applications for Windows, Linux, and Mac, and there are plans to add mobile compatibility in the future.

Features:

  • Recommended Eslint setup for working with Next.js
  • Recommended Clippy setup for working with Tauri
  • GitHub workflow for linting and building the application
  • Weekly dependencies update to ensure the latest versions are used
  • Ability to build applications for Linux, Windows, and Mac

Installation:

To install Nextauri, follow these steps:

  1. Make sure you have NodeJS and Rust installed on your system.
  2. Check Tauri prerequisites and prepare your system to build Tauri.
  3. Clone or fork the Nextauri repository.
  4. Install the necessary Node dependencies.
npm install

Summary:

Nextauri is a template for creating cross-platform applications using Tauri with Next.js. It provides recommended setups for Eslint and Clippy, as well as a GitHub workflow for linting and building the application. Additionally, Next.js’ static site generation capabilities allow for faster loading times and improved performance. To install Nextauri, ensure you have NodeJS and Rust installed, clone the repository, and install the necessary dependencies.