{"id":28368069,"url":"https://github.com/lirentech/turbo-tauri","last_synced_at":"2026-02-22T18:36:52.047Z","repository":{"id":285214920,"uuid":"957036221","full_name":"LiRenTech/turbo-tauri","owner":"LiRenTech","description":"🚀🦀 A customizable Github Actions workflow for building Tauri applications with Turborepo","archived":false,"fork":false,"pushed_at":"2025-04-18T12:44:23.000Z","size":33,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-22T23:43:43.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiRenTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-29T11:58:19.000Z","updated_at":"2025-04-27T19:54:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"96690c65-8b41-4400-b900-772abb41246e","html_url":"https://github.com/LiRenTech/turbo-tauri","commit_stats":null,"previous_names":["lirentech/turbo-tauri"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiRenTech/turbo-tauri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiRenTech%2Fturbo-tauri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiRenTech%2Fturbo-tauri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiRenTech%2Fturbo-tauri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiRenTech%2Fturbo-tauri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiRenTech","download_url":"https://codeload.github.com/LiRenTech/turbo-tauri/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiRenTech%2Fturbo-tauri/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29722024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-29T03:08:44.146Z","updated_at":"2026-02-22T18:36:52.029Z","avatar_url":"https://github.com/LiRenTech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀🦀 Turbo Tauri\n\nThis project belongs to [Project Graph](https://github.com/LiRenTech/project-graph), a next-generation node diagram drawing tool. If you need some examples of Turbo Tauri, please check the `.github/workflows` directory of Project Graph.\n\nGIVE ME A STAR\n\n\u003e [!IMPORTANT]\n\u003e This workflow is still in beta. Please report any issues you encounter to the [issue tracker](https://github.com/LiRenTech/turbo-tauri/issues).\n\n\u003e [!IMPORTANT]\n\u003e We'll never support iOS!\n\n## Introduction\n\nTurbo Tauri is a GitHub Actions workflow designed to automate the building and releasing of Tauri applications. This workflow supports multiple platforms including Linux, Windows, macOS, and Android, offering lots of customization options.\n\n## Features\n\n- ⚡ Remote Cache support for faster builds (Powered by [Turbo](https://turbo.build))\n- 📔 Automatically creates GitHub releases\n- 🔨 Builds the frontend interface\n- 🦀 Builds and releases Tauri applications\n- ⬆️ Generates updater JSON files **(Only supports Linux (for now))**\n- 📦 Updates AUR package versions\n\n## Usage\n\nTo use the Turbo Tauri workflow, add the following configuration to your GitHub repository:\n\n```yaml\n# .github/workflows/build.yml\nname: Build\non:\n  push:\n    branches:\n      - master\njobs:\n  build:\n    uses: LiRenTech/turbo-tauri/.github/workflows/turbo-tauri.yml@master\n    permissions:\n      contents: write # To create releases\n    with:\n      # See below\n      android_key_path:\n      app_root:\n      app_version:\n      app_version_android:\n      aur_key_algorithm:\n      aur_package_name:\n      delete_release:\n      prerelease:\n      release_name:\n      release_notes:\n      release_tag:\n      task_build:\n      task_build_android:\n      turbo_team:\n    secrets:\n      # See below\n      ANDROID_KEY_ALIAS:\n      ANDROID_KEYSTORE:\n      ANDROID_KEYSTORE_PASSWORD:\n      AUR_SSH_PRIVATE_KEY:\n      BUILD_ENV:\n      TAURI_SIGNING_PRIVATE_KEY:\n      TAURI_SIGNING_PRIVATE_KEY_PASSWORD:\n      TURBO_TOKEN:\n```\n\n## Workflow Parameters\n\n| Parameter             | Description                                            | Required | Default                 |\n| --------------------- | ------------------------------------------------------ | -------- | ----------------------- |\n| `app_root`            | The root directory of the application.                 | Yes      | `.`                     |\n| `app_version`         | The version of the application.                        | Yes      | `\"0.0.0\"`               |\n| `app_version_android` | The application version for Android, CANNOT be `0.0.0` | No       | `\"0.0.1\"`               |\n| `release_name`        | The name of the release.                               | Yes      | `\"Release\"`             |\n| `release_notes`       | The release notes.                                     | No       | `\"\"`                    |\n| `release_tag`         | The tag used for the release.                          | Yes      | `\"v0.0.0\"`              |\n| `prerelease`          | Whether to mark the release as a prerelease.           | No       | `false`                 |\n| `delete_release`      | Whether to delete the release.                         | No       | `true`                  |\n| `turbo_team`          | The team used for Turbo.                               | Yes      | N/A                     |\n| `android_key_path`    | The path to the Android key file, relative to app_root | No       | `\"upload.jks\"`          |\n| `aur_package_name`    | The name of the AUR package.                           | No       | `\"\"`                    |\n| `aur_key_algorithm`   | The algorithm used for the AUR key.                    | No       | `\"ed25519\"`             |\n| `task_build`          | The task to run for building the app.                  | No       | `\"tauri:build\"`         |\n| `task_build_android`  | The task to run for building the app for Android.      | No       | `\"tauri:build:android\"` |\n\n## Secrets\n\n| Secret                               | Description                                                                                | Required | Default |\n| ------------------------------------ | ------------------------------------------------------------------------------------------ | -------- | ------- |\n| `TURBO_TOKEN`                        | Token used to enable Turbo remote caching.                                                 | No       | N/A     |\n| `TAURI_SIGNING_PRIVATE_KEY`          | Private key used to sign application binaries for updater support.                         | No       | N/A     |\n| `TAURI_SIGNING_PRIVATE_KEY_PASSWORD` | Password for the signing key.                                                              | No       | N/A     |\n| `ANDROID_KEYSTORE`                   | Base64 of `jks` file for APK signing.                                                      | No       | N/A     |\n| `ANDROID_KEYSTORE_PASSWORD`          | Password for the keystore.                                                                 | No       | N/A     |\n| `ANDROID_KEY_ALIAS`                  | Alias for the key.                                                                         | No       | N/A     |\n| `BUILD_ENV`                          | Environment variables to pass to `tauri build`. Format: `key1=value1\\\\nkey2=value2\\\\n...`. | No       | N/A     |\n| `AUR_SSH_PRIVATE_KEY`                | SSH private key for AUR publishing.                                                        | No       | N/A     |\n\n## Workflow Steps\n\n1. **Create Release**: Automatically creates a GitHub release.\n2. **Build Frontend**: Builds the frontend interface using pnpm and Node.js.\n3. **Publish Tauri**: Builds and releases Tauri applications for various platforms.\n4. **Generate Updater JSON**: Generates a JSON file containing version information and release notes.\n5. **Bump AUR Version**: Updates the version information of the AUR package.\n\n## Notes\n\n- Ensure your GitHub repository contains the source code and configuration files for your Tauri application.\n- Adjust the parameters and steps in the workflow according to your application's requirements.\n\n## Contribution\n\nIf you have any suggestions or feature requests, please submit an Issue or Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flirentech%2Fturbo-tauri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flirentech%2Fturbo-tauri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flirentech%2Fturbo-tauri/lists"}