ECT EVE Assets > A Modern Desktop EVE Asset Manager

ECT EVE Assets > A Modern Desktop EVE Asset Manager

A free & open source modern desktop React Electron app available for Windows, Linux & MacOS.

Download: Releases · ectkirk/ect-eve-assets

Features:

Multi-character & corporation selection, select one, all, or some.

Flat Assets View

Tree Assets View

Active & Jump Clone Locations & Contents

Contracts

Industry

LP

Market Orders

Wallet Tracking

& Structure & POS tracking

Why should I care? What makes you special?

Native Abyssal Pricing

Native Capital Pricing

The tool also includes other QoL features that you’ll find throughout your usage! :slight_smile:

Why did you make this tool?

I thought jEveAssets wasn’t being developed anymore, so I started on this (They are back, btw!).

It’s an EXE, super scary, what about my privacy?

There are three data sources in this app, most of the data comes from Eve ESI directly, for which you login to ESI directly through eve onlines own website. Live pricing data for market items is updated from ESI, and other (non-abyssal) pricing comes from edencom.net once an hour. The app sends your data externally in two situations: 1) if you report a bug (it sends what’s in the form only), and 2) if you choose to use abyssal pricing, and your abyssal itemids will need to be sent to mutamarket.com to determine pricing. There is a privacy notice for this, and it’s an opt-in feature. The code is fully open source for anyone to go and look through to confirm that no data is sent out, and our privacy policy also covers this > Privacy Policy | EC Trade

The EXE isn’t signed, and defender tells me so, also scary!

Cryptographic signing costs money; it’s something we’ll look into eventually. If you have concerns, again, it’s open source; feel free to look at the code or run it through VirusTotal.

I found a bug. What should I do?

In the settings menu, there is a report a bug tool - we appreciate your report.

Have questions or comments? Feel free to reply to this post or come and join us on EC Trade discord server.

4 Likes

https://github.com/ectkirk/ect-eve-assets/releases/tag/v2.0.0

feat(contracts): add public contract search with courier, auction, wtb and wts

feat(market): add regional market browser

feat(tools): add buyback and freight calculator

feat(os): add macos support

refactor(pricing): consolidate pricing into unified store with Jita API

refactor(cache): migrate to Zustand and improve IndexedDB reliability

refactor: improve infrastructure, a11y, and code organization

test: add E2E, component, and auth module tests

New release, 2.1.0:
feat(context-menu): add View Details option to navigate to reference
feat(reference): add reference data browser
https://github.com/ectkirk/ect-eve-assets/releases/tag/v2.1.0

New release, 2.2.0:

feat(map): Interactive star map with route planning and ansiblex support
fix(contracts): Correct direction detection and BPC pricing
fix(corp): Handle character leaving corporation gracefully
refactor: DRY/KISS principles and reusable components
fix: Prevent infinite loops and handle edge cases