Skip to content

JPCodeCraft/AlbionDataAvalonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

517 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Albion Free Market Data Client

Release Downloads

⚠️ ATTENTION

After instalation, the Data Client will be minimized in system tray!

image

πŸ’» Data Client

An alternative client for The Albion Online Data Project that provides the same functionality as the official client, but with a user-friendly graphical interface and easy-to-use settings.

Note: Data is mostly uploaded to The Albion Online Data Project, except when the user explicitly chooses not to.

Beta Release: This software is in beta. Use at your own risk.

Important: If you use this client, uninstall the official AODP client to avoid uploading data twice.

Free and Open Source: This software is completely free, open source (check license) and is not tied to the usage of Albion Free Market website. The data uploaded via this software to AODP can be seen in any Albion Online fansite that consumes AODP and even on your own sheets.

Main Interface

πŸš€ Features

Feature Description
🧰 Market Data Collection Captures in-game market data and uploads to AODP servers
πŸ“¬ Market Mail Tracking Collects and displays your market mail data for price tracking
πŸͺ™ Trade History Stores instant buy/sell trades for later reference
πŸ“‘ Enhanced Capture Captures data from loadout's quick buy screen, market screens, and gold screen
πŸ“Š Specs Capture Uploads character specs for use with AFM website
πŸš€ Launch on Startup Automatically starts with your system
πŸ“Œ System Tray Runs quietly in system tray for minimal interference
πŸ”„ Auto-Updates Silent, automatic updates
βš™οΈ Configurable Settings Adjustable parallelism for AODP's PoW solving and uploads
🀌 User-Friendly No admin permissions required (except for NpCap installation)
🌐 Free and Open Source This software is free to use and is open source

πŸ“₯ Installation

Windows

  1. Navigate to the releases section to download the latest installer (AFMDataClientSetup_v_x.x.x.x.exe)
  2. Run the installer and follow the on-screen instructions
  3. After installation, the application will run minimized in the system tray
  4. Click the tray icon to open the user interface
  5. The application will automatically update when new versions are available

Uninstallation

Use the regular Windows Uninstall a program feature to remove the application.

Linux

Option 1: One-line Installer

curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Installer.sh") | .browser_download_url' | xargs curl -L -o installer.sh && sed -i 's/\r$//' installer.sh && chmod +x installer.sh && ./installer.sh && rm installer.sh

Option 2: Manual Installation

  1. Download AFMDataClient_Linux64_Installer.sh from releases
  2. Fix line endings: sed -i 's/\r$//' AFMDataClient_Linux64_Installer.sh
  3. Make executable: chmod +x AFMDataClient_Linux64_Installer.sh
  4. Run the installer: ./AFMDataClient_Linux64_Installer.sh

Uninstallation

curl -s https://api.github.com/repos/JPCodeCraft/AlbionDataAvalonia/releases/latest | jq -r '.assets[] | select(.name == "AFMDataClient_Linux64_Uninstaller.sh") | .browser_download_url' | xargs curl -L -o uninstaller.sh && sed -i 's/\r$//' uninstaller.sh && chmod +x uninstaller.sh && ./uninstaller.sh && rm uninstaller.sh

Note: Linux version does not support automatic updates. Run the installer again to update. Note: Linux installation and software had very limited testing. Feel free to contribute to the repository if you can.

MacOS

AFM Data Client should be able to run on MacOS, but it's not very developed. Feel free to contribute to the repository if you can. If you are on Apple Silicon, download AFMDataClient_MacOS_arm64.app.zip. Intel users should download AFMDataClient_MacOS_x64.app.zip.

Since the app is not signed, you'll get a warning like this when you try to run it:

Screenshot 2025-12-28 224658

If you click the ? button, this is the explanation and instructions shown on how to allow the app to run:

Screenshot 2025-12-28 224734

So in the Security section, click Open Anyway. You will need to type your password to allow it.

Screenshot 2025-12-28 224836

Everytime you open the app, it'll ask for your password, since it needs elevated privileges to be able to listen to the network packets.

The app will stay minimized in the top right.

Screenshot 2025-12-28 225223

There's no automatic update feature for MacOS, so you should manually download new versions.

πŸ’» System Requirements

  • Basically, anything that can run Albion Online will run this application

πŸ“Š Features Showcase

User Trades

User Trades

Settings

Settings

❓ FAQ

Is this allowed by the Albion Online developers?

"Our position is quite simple. As long as you just look and analyze we are ok with it. The moment you modify or manipulate something or somehow interfere with our services we will react (e.g. perma-ban, take legal action, whatever)."

β€” MadDave, Technical Lead at Sandbox Interactive for Albion Online, 2017 (source)

This application:

  • βœ… Does NOT modify the game client
  • βœ… Does NOT inject code into memory
  • βœ… Does NOT track player positions
  • βœ… Does NOT display overlays on the game
  • πŸ›œ Does passively capture network packets to collect market data

How do I back up or migrate my local data (SQLite + settings)?

All local data (SQLite database, settings, cached files) is stored under the app data folder.

Windows path

C:\Users\<username>\AppData\Local\AFMDataClient

Linux path (default)

~/.local/share/AFMDataClient

If $XDG_DATA_HOME is set, use:

$XDG_DATA_HOME/AFMDataClient

macOS path (default)

~/Library/Application Support/AFMDataClient

Steps

  1. Close AFM (exit from the system tray).
  2. Copy the entire AFMDataClient folder from the path above.
  3. On the new machine, paste it to the same path.
  4. Start AFM.

How do I make it work with ExitLag?

Change the Packets redirection method to Legacy - NDIS in your ExitLag app under the TOOLS section:

ExitLag Settings

πŸ”— Related Projects

πŸ‘¨β€πŸ’» Credits

This software was developed by JP CodeCraft, the developer behind Albion Free Market.

πŸ“Š Download Statistics

View detailed download statistics here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages