psionikangel / ajour

A World of Warcraft addon manager written in Rust.

Home Page:https://getajour.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ajour

Continuous integration Security audit Discord Server

Table of Contents

Introduction

Ajour is a World of Warcraft addon manager written in Rust with a strong focus on performance and simplicity. The project is completely advertisement free, privacy respecting and open source. Ajour currently supports Windows, macOS and Linux.

Download Button

Screenshots

Ajour with default Dark theme Ajour with Solarized Light theme

Features

  • Addons will be parsed automatically and resolved from multiple repositories:
  • Support for release channels, so it's possible to select either alpha, beta or stable for each addon
  • Bulk addon update without any limitations
  • Remove addons and their dependencies
  • Ignore addons you don't want to update
  • Supports both Retail and Classic version of World of Warcraft
  • Create your own custom themes
  • Ability to backup your whole UI, including all settings from WTF

Install

Prebuilt binaries for macOS and Windows can be downloaded from the GitHub releases page.

For everyone else, a detailed instruction can be found here.

Themes

Ajour with Ayu Dark theme Ajour with Gruvbox Dark theme Ajour with Nord theme Ajour with Outrun theme

Ajour supports Dark (default) and Light themes out of the box. Custom themes can also be added and selected inside the application.
Find instructions and a variety of custom themes here.

Contribute

PRs Welcome

Ajour wouldn't be here without your help.
I welcome contributions of any kind, because together we can make Ajour even better.

FAQ

When will you release Ajour / be feature complete?

The plan is to have a stable, polished release in time for the Shadowlands launch. 10.27.20.

What features are planned?

We have a roadmap here.

What should I do if some addon isn't showing or updating correctly?

We encourage you to raise an issue and tell us all about it! We want Ajour to support as many addons as possible. This means a lot of edge cases. A list of addons with known issues can be found in the wiki.

macOS won't let me open the app, what should I do?

Instead of double clicking it, right click and choose "Open". That should successfully open Ajour.

Where does Ajour store its configuration?

Ajour will generate a folder in the following directory:

macOS / Linux:

  • $HOME/.config/ajour

Windows:

  • %APPDATA%\ajour

Inside this folder Ajour will keep a configuration file for storing different user settings, a log file with events from the last session, a fingerprint file with hashed fingerprints for each addon and a theme folder with custom themes.

Why Rust?

We wanted to create an application which natively compiles to both Windows, Linux and macOS while at the same time is as performant and reliable as possible.

Other addon managers

If Ajour isn't your cup of tea, then Ogri'la has done a great job of creating a curated list of other addon managers.

Acknowledgement

License

Ajour is released under the MIT License.

About

A World of Warcraft addon manager written in Rust.

https://getajour.com/

License:MIT License


Languages

Language:Rust 99.2%Language:Makefile 0.8%