Skip to content

A companion app written with React and Tauri to help manage your applications on AppCenter.

License

Notifications You must be signed in to change notification settings

zenoxs/tauri-appcenter-companion

Repository files navigation

Tauri AppCenter Companion

publish GitHub license GitHub license GitHub license

A companion app written with React and Tauri to help you manage your apps on appcenter. The idea is to provide a simple way to group apps from your appcenter into one view, this way you can easily build all your related apps with just one click and track progress and status.

Main App Light Main App Dark

Features

  • View the (live) build status of all your apps
  • Start/Cancel your app build
  • Start/Cancel all your apps packaged in a bundled apps
  • The application can work with restricted access tokens (scoped on one app and with full access / read only)
  • Light/dark theme
  • View the logs of your builds
  • View all the available builds
  • Edit / remove a bundled app

How to use it ?

Add token api

First install the application from the release page:

  • AC.Companion_x.x.x_x64.dmg for intel MacOS
  • AC.Companion_x.x.x_x64_en-US.msi for Windows
  • ac-companion_x.x.x_amd64.AppImage for Linux
  • ac-companion_x.x.x_amd64.deb for Debian* system

Then you will need to create an API Token from your AppCenter account. This can be done in 2 ways:

Create appcenter api token

Then copy the generated token, open the "API Tokens" settings from the app and add a new token.

Create a bundled app

What is a bundled app ? A bundled app is a logical representation of multiple appcenter's apps. If you relate on a single base code framework and you want to build, for example, your Android and iOS application you must go to application detail each time to start and follow the build. With a bundled app you can manage all your apps build in a single view.

To create a bundled app you need to navigate to the Applications page and click on the Add button. Then the app will fetch all your registered token-based apps with their configured branches. You can select which branches will compose your bundled application and the name of your bundled application. Then press the Save button to create your bundled application and voilà.

Confidentiality & Security

Q: Do AC Companion can acccess to my appcenter's account?

A: No, the application is designed to be a serverless application. All your data is stored in your local machine. AC Companion only uses the App Center API to communicate with your appcenter's account.


Development

Install dependencies

yarn install

Start app in dev

yarn run tauri dev

Build the app

yarn run tauri build