https://github.com/dansoftowner/boomega
A modern book explorer/catalog application written in Kotlin and Java.
https://github.com/dansoftowner/boomega
books catalog client-side cross-platform database desktop explorer google-books gui java javafx kotlin
Last synced: 14 days ago
JSON representation
A modern book explorer/catalog application written in Kotlin and Java.
- Host: GitHub
- URL: https://github.com/dansoftowner/boomega
- Owner: Dansoftowner
- License: gpl-3.0
- Created: 2020-09-15T16:57:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T18:31:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T04:07:30.811Z (14 days ago)
- Topics: books, catalog, client-side, cross-platform, database, desktop, explorer, google-books, gui, java, javafx, kotlin
- Language: Kotlin
- Homepage:
- Size: 29.2 MB
- Stars: 78
- Watchers: 2
- Forks: 5
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
Boomega
![]()
An advanced book explorer/catalog application written in Java and Kotlin.

## ✨ Features
* Cross-platform
* Dark/Light theme, modern UI
* Multiple UI languages
* Flexible to support multiple Database Management Systems (e.g MySql)
* Exporting to several formats like **Excel Spreadsheets**, **JSON**, etc...
* Custom notes with **Markdown** support
* **Google Books** synchronization
* Customizable key-bindings
* Plugin support
* ...and more!## 📄 Documentation
* [User guide](docs/USER_GUIDE.md) - Detailed documentation
* [Plugin guide](docs/PLUGIN_GUIDE.md) - Guide for writing Boomega Plugins
* [Default key-bindings](docs/DEFAULT_KEYBINDINGS.md)## ⬇️ Download
[]()
[](https://github.com/Dansoftowner/Boomega/releases)
[](https://github.com/Dansoftowner/Boomega/releases)
[](https://github.com/Dansoftowner/Boomega/releases)> Note: If you want to try the latest version, you should [build](#-build) the project yourself!
![]()
Windows
(64-bit)
![]()
Linux
(64-bit)
![]()
MacOS
(64-bit)
Help wanted
## ⌨️ Source code
[](https://jdk.java.net/17/)
[](https://kotlinlang.org/)
[](https://github.com/Dansoftowner/Boomega)
[](https://gradle.org/)
[](https://openjfx.io/)
[](https://github.com/Dansoftowner/Boomega)
* The repo has two important branches:
* `master` - usually for permanent versions
* `dev` - for developing the app further
* The code is written in `Java` and `Kotlin` mixed.
* The GUI toolkit used is [JavaFX](https://openjfx.io/)
* The app targets `Java 17` but the project is **unmodularized**
* The build tool used is [Gradle](https://gradle.org/)
* _Want to contribute?_ See the [contribution guideline](CONTRIBUTING.md).
## 🔨 Build
The recommended IDE for building this project is [IntelliJ Idea](https://www.jetbrains.com/idea/).
### Build requirements
* JDK 17 (recommended: [OpenJDK](https://jdk.java.net/17/))
### Build manually (without using an IDE)
If you want to run the project, simply use `gradlew run`.
To build a fat jar, use `gradlew shadowJar`.
To build executable binaries, use `gradlew jpackage` ([see distribution guideline](distribution/DISTRIBUTION_GUIDELINE.md))
## 🏋️ Acknowledgements
All acknowledgements (e.g. third-party libraries) are listed in [this document](ACKNOWLEDGEMENTS.md).
## 💙 Support
If you like this project, give a ⭐!
## 📄 License
This software is licensed under the [GNU General Public License v3](https://en.wikipedia.org/wiki/GNU_General_Public_License).