2024-09-29 17:45:53 -04:00
# Auracite
2025-03-31 17:28:44 -04:00
Export your FFXIV character in portable, generic formats. This includes
2025-04-30 23:22:34 -04:00
data in machine-readable JSON (and can be imported by other programs
like [Kawari ](https://github.com/redstrate/Kawari )) and a Lodestone-esque
2025-03-31 17:28:44 -04:00
HTML page which you can display in your browser.
2024-09-29 17:45:53 -04:00
## Usage
2024-11-01 19:21:11 -04:00
### Web
2025-04-30 23:22:34 -04:00
Auracite can run inside your web browser, accessed at [auracite.xiv.zone ](https://auracite.xiv.zone/ ). It works exactly the same as the regular version.
2024-11-01 19:21:11 -04:00
### Desktop
A desktop version is available, just run `cargo run` . There is currently no binary distribution available.
2024-10-31 18:18:06 -04:00
### CLI
2024-09-29 17:45:53 -04:00
Provide a character name via `--name` :
```shell
auracite --name "John Doe"
```
2025-04-30 23:22:34 -04:00
Or provide a Lodestone id:
```shell
auracite --id 9001
```
2025-04-28 16:45:36 -04:00
2024-11-01 19:21:11 -04:00
To enable support for the Dalamud plugin, add `--dalamud` .
2024-09-29 17:45:53 -04:00
2025-03-10 18:55:52 -04:00
## Building
### Desktop
2025-04-30 23:22:34 -04:00
To run the desktop client, simply run `cargo run` . You need the Qt6 development packages installed beforehand.
2025-03-10 18:55:52 -04:00
### Flatpak
To build the Flatpak, use `flatpak-builder` or the helper script `scripts/build-flatpak.sh` . An `auracite.flatpak` file will be generated.
### Web
To build the Web version, use `wasm-pack` or the helper script `scripts/build-web.sh` . A folder called `pkg/` will be generated, and the HTML files live in `web/` .
2024-10-05 13:15:48 -04:00
### Dalamud Mode
Auracite can only collect so much data from the Lodestone, some data can only be collected when logged in. To do this,
we provide a Dalamud plugin to run alongside the tool. The plugin is currently available
2024-11-01 19:21:11 -04:00
[in my personal Dalamud repository ](https://github.com/redstrate/DalamudPlugins ). The plugin can be
2024-10-05 13:15:48 -04:00
safely removed if you're done using Auracite.
2024-09-29 17:45:53 -04:00
## License
2025-03-10 18:55:52 -04:00
This project is licensed under the [GNU Affero General Public License 3 ](LICENSE ).