ajour / 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 is no longer maintained. Please read #746.

Thank you all for the support, the feedback and for being an awesome community.

Ajour

Continuous integration Security audit Discord Server Ajour on Patreon

ajour banner

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 showing addons Ajour showing catalog

Features

  • Addons will be parsed automatically and resolved from multiple repositories:
  • Install new addons from the catalog or directly from a GitHub/GitLab URL
  • Support for release channels, so it's possible to select either alpha, beta or stable for each addon
  • View changelogs 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, Classic Era, Classic Tbc, Ptr and Beta versions of World of Warcraft
  • 10+ handcrafted themes to choose between
  • Ability to backup your whole UI, including all settings from WTF
  • Ability to run as a command line application for advanced users
  • WeakAuras and Plater import strings from Wago.io will automatically be parsed
  • Localized in multiple languages

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

Use the theme builder (source) website to quickly generate custom themes. Once you are done press copy and paste the value into Import Theme inside Settings in Ajour.

Custom themes will be saved in this location:

macOS / Linux:

  • $HOME/.config/ajour/themes

Windows:

  • %APPDATA%\ajour\themes

Keybindings

key action
a Go to MyAddons
w Go to Wago
c Go to Catalog
i Go to Install from URL
s Go to Settings
r Refresh
u Update

Command Line

Find instructions for using the command line interface 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

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.

What requirements does Ajour have?

Windows: DX12 or Vulkan Linux: Vulkan macOS: Metal

If you are having problems with these requirements, then try the OpenGL build.

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.

Acknowledgement

License

Ajour is released under the GPL-3.0 License.

About

A World of Warcraft addon manager written in Rust.

https://getajour.com/

License:GNU General Public License v3.0


Languages

Language:Rust 99.7%Language:Makefile 0.3%