Skip to content

Arrow to the Build v1.0.0 - The Mighty Seven

Choose a tag to compare

@DeadxxSmile DeadxxSmile released this 05 Aug 23:37
· 12 commits to main since this release

Arrow to the Build v1.0.0

The first public release of Arrow to the Build, an offline-first desktop companion for The Elder Scrolls Online.

ATTB turns static build guides into interactive, character-specific progression tools. Instead of only showing an endgame loadout, it helps track what your character has already unlocked and what to work on next.

Included Builds

Version 1.0.0 includes one built-in Solo / Duo PvE starter build for every ESO class:

  • Stamina Arcanist
  • Magicka Dragonknight
  • Stamina Necromancer
  • Stamina Nightblade
  • Magicka Sorcerer
  • Magicka Templar
  • Magicka Warden

These are intended as practical progression starting points. Additional builds, roles, PvP setups, and variants can be added through human-readable JSON files.

Features

  • Multiple character profiles
  • Character level and Champion Point tracking
  • Race, alliance, attributes, and build variants
  • Complete ESO skill-line catalog
  • Skills, morphs, ultimates, passives, and passive-rank tracking
  • Build-related and personal Skill Point totals
  • Next-five progression recommendations
  • ESO-style front and back hotbars
  • Rotation and priority-system guidance
  • Piece-by-piece armor, jewelry, and weapon tracking
  • Leveling, starter, intermediate, and final gear stages
  • Consumables, warnings, tips, and alternatives
  • Local SQLite storage
  • Character backup import and export
  • Build JSON import and export
  • Offline-first operation with locally cached skill icons
  • Dark and light themes
  • GitHub Pages documentation and build-author resources

Build Authoring

ATTB uses a documented Schema 3 JSON format. The repository includes:

  • A complete Build JSON Setup Guide
  • An importable JSON build template
  • A formal build schema reference
  • A maintainer guide for ESO game updates
  • A versioned ESO skill catalog using stable skill IDs

This allows new classes, skills, passives, morphs, gear setups, Champion Point paths, and future ESO updates to be added without rewriting the application.

Installation

ATTB currently ships as an unsigned Windows application.

Download and run:

ATTB-Setup-1.0.0.exe

Windows may display an Unknown Publisher or Microsoft Defender SmartScreen warning because the project does not use a paid code-signing certificate.

To continue through SmartScreen:

  1. Select More info
  2. Select Run anyway

You can also build the installer directly from the public source.

Build From Source

Requirements:

  • Windows 10 or Windows 11
  • Node.js with npm
  • Internet access during the initial dependency and skill-icon download

Clone or download the repository, then run:

BUILD-ATTB.bat

The script will:

  1. Install locked dependencies
  2. Download available ESO skill icons
  3. Run the complete test suite
  4. Build the Windows installer

The completed installer will be placed in:

dist\ATTB-Setup-1.0.0.exe

The build script does not automatically launch the installer.

Data and Privacy

  • Character data is stored locally in SQLite
  • No account login is required
  • No telemetry or analytics are included
  • Remote build images are disabled by default
  • Character and build files can be exported as human-readable JSON

Project Status

Version 1.0.0 establishes the core character, progression, equipment, rotation, build-import, and documentation systems.

The planned visual Build Creator is not included yet. Until it is ready, community builds can be authored and shared through the documented JSON format.

Disclaimer

Arrow to the Build is an unofficial community project and is not affiliated with, endorsed by, or sponsored by ZeniMax Media, Bethesda Softworks, or The Elder Scrolls Online.

The Elder Scrolls Online and related names, imagery, and game assets are the property of their respective owners.

Feedback and Contributions

Bug reports, build submissions, documentation improvements, and feature suggestions are welcome through GitHub Issues and Pull Requests.

Thanks for helping test the first public release.