The Markets application delivers financial data to your fingertips. Track stocks, currencies and cryptocurrencies. Stay on top of the market and never miss an investment opportunity!
- Create your personal portfolio
- Track stocks, currencies, cryptocurrencies, commodities and indexes
- Designed for Phosh (Librem5, PinePhone) and Gnome
- Open any symbol in Yahoo Finance for more details
- Adjust the refresh rate
- Dark Mode
Librem5 / PinePhone users: For the best experience, please avoid the Flatpak package and install the app from source. Flatpak apps don't have access to the patched runtime. Because of that apps are not fully responsive in the Phosh shell. For example dialogs are not maximized.
Package mainteners: We are looking for volunteers to help us make native packages of Markets for Fedora, Debian and other major distributions. It would be great if you could help either by packaging, or by getting the following into the official repositories.
- Flathub: com.bitstower.Markets
- Arch (AUR): bitstower-markets
- Open GNOME Builder
- Click the Clone Repository button
- Enter
https://github.com/bitstower/markets.git
in the field Repository URL - Click the Clone Project button
- Click the Run button to start building application
You'll need the following dependencies:
- libsoup
- libgee
- libhandy
- json-glib
- gettext
- glib2
- gtk3
- meson
- vala
- ninja
- git
Clone the repository and change to the project directory
git clone https://github.com/bitstower/markets.git
cd markets
Run meson build
to configure the build environment. Change to the build directory and run ninja
to build
meson build --prefix=/usr
cd build
ninja
To install, use ninja install
, then execute with bitstower-markets
sudo ninja install
bitstower-markets