Skip to content

EVE Buddy is a desktop companion app for Eve Online players available on Windows, Linux and macOS.

License

Notifications You must be signed in to change notification settings

ErikKalkoken/evebuddy

Repository files navigation

EVE Buddy

A companion app for Eve Online players available on Windows, Linux and macOS.

GitHub Release build status GitHub License chat

Contents

Description

EVE Buddy is a companion app for Eve Online players. It has three key features:

  • Give you access to your characters without having to log into the Eve client or switching your current Eve character
  • Provide you with helpful functions, that the Eve client is lacking, like asset search across all your characters
  • Notify you about important game events (e.g. structure attacked) and new Eve mails

Important

This is an early version and not yet considered fully stable. We would very much appreciate your feedback, so we can find and squash remaining bugs. If you encounter any problems please feel free to open an issue or chat with us on Discord. Some features may not be fully implemented yet (e.g. some notification types). Our current focus is on bug fixing, rather then adding more features. But if you are missing anything important, please feel free to open a feature request. We very much welcome any contributions. If you like to provide a fix or add a feature please feel free top open a PR.

Features

A more detailed overview of the provided features:

  • Information about each character:
    • Assets: Full asset browser
    • Character: Curren clone, jump clones, and more...
    • Mails: Full mail client for receiving and sending Eve mails
    • Skills: Training queue, catalogue of all trained skills and what ships can be flown
    • Wallet: Wallet and Wallet Transactions
  • Overview of all your characters (e.g. wallet, skill points, location)
  • Wealth: Charts showing wealth distribution across all characters
  • Assets search: Full asset search across all your characters
  • Can minimize to system tray and show indicator for new mail
  • Receive desktop notifications about new communications (e.g. Structure gets attacked) and mails
  • Single executable file, no installation required
  • Desktop app that runs on Windows, Linux and macOS
  • Automatic dark and light theme

Screenshot

example

Install

To install EVE buddy just download and unzip the latest release from the releases page to your computer. The app ships as a single executable file that can be run directly. When you run the app for the first time it will automatically install itself for the current user (i.e. by creating folders in the home folder for the current user).

You find the latest packages for download on the releases page.

Linux

Note

The app is shipped in the AppImage format, so it can be used without requiring installation and run on many different Linux distributions.

  1. Download the latest AppImage file from the releases page and make it executable.
  2. Execute it to start the app.

Tip

Should you get the following error: AppImages require FUSE to run., you need to first install FUSE on your system. Thi s is a library required by all AppImages to function. Please see this page for details.

Windows

  1. Download the windows zip file from the latest release on Github.
  2. Unzip the file into a directory of your choice and run the .exe file to start the app.

Mac OS

  1. Download the darwin zip file from the latest release on Github for your respective platform (arm or intel).
  2. Unzip the file into a directory of your choice
  3. Run the .app file to start the app.

Tip

MacOS may report this app incorrectly as "damaged", because it is not signed with an Apple certificate. You can remove this error by opening a terminal and running the following command. For more information please see Fyne Troubleshooting:

sudo xattr -r -d com.apple.quarantine "EVE Buddy.app"

Build and run from repository

You can also build and run the app directly from the repository. For that your system needs to be able to build Fyne apps, which requires you to have installed the Go tools, a C compiler and a systems graphics driver. For details please see Fyne - Getting started.

When you have all necessary tools installed, you can build and run this app direct from the repository with:

go run github.com/ErikKalkoken/evebuddy@latest

Update

The app will inform you when there is a new version available for download. To update your app just download and unzip the newest version for your platform from the releases page. Then overwrite the old executable file with the new one.

Uninstall

If you no longer want to use the app you can uninstall it by running the executable with the uninstall parameter:

./evebuddy -uninstall

This command will ask for confirmation and then remove all user data from your computer like characters, log files, etc.

Then delete the file itself:

rm evebuddy

FAQ

Where can I get support?

Fo bugs and feature requests please open an issue in the GitHub repository.

For support and any other questions please join us on in our channel #eve-buddy on this Discord server.

Is my character data safe from being leaked to external parties?

All character data retrieved from CCP's servers is stored on your local computer only. EVE Buddy does not share your character data with any third parties. This makes this app much safer btw, then most websites, which naturally need to store your data on their servers.

Why do I not see all of my character's data in the app?

Server limitations

CCP's servers have limitations on how far back some character data can be retrieved.

Here is an overview of some limitations:

  • Wallet journal: 30 days, 2.500 entries
  • Wallet transaction: 2.500 entries

However, EVE Buddy will keep all historic data once retrieved. For example: If you allow EVE Buddy to update on a regular basis, it will be able to keep a record of your wallet transactions over many months and years.

Structures

A special case are Upwell structures. Access to structures depends on in-game docking rights. Unfortunately, it is not possible to later retrieve the name or location of a structure, which the character no longer has access to. For example character assets might be displayed in an "unknown structure".

Credits

"EVE", "EVE Online", "CCP", and all related logos and images are trademarks or registered trademarks of CCP hf.

About

EVE Buddy is a desktop companion app for Eve Online players available on Windows, Linux and macOS.

Topics

Resources

License

Stars

Watchers

Forks

Languages