{"id":13560051,"url":"https://github.com/babluboy/bookworm","last_synced_at":"2025-05-16T08:06:15.925Z","repository":{"id":46292178,"uuid":"80118937","full_name":"babluboy/bookworm","owner":"babluboy","description":"A simple ebook reader for Elementary OS","archived":false,"fork":false,"pushed_at":"2025-03-31T14:22:37.000Z","size":88440,"stargazers_count":1358,"open_issues_count":142,"forks_count":101,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-05-08T13:42:01.143Z","etag":null,"topics":["bookworm","ebook-reader","elementaryos","epub"],"latest_commit_sha":null,"homepage":"","language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/babluboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-26T13:56:37.000Z","updated_at":"2025-05-05T19:06:59.000Z","dependencies_parsed_at":"2024-02-01T11:37:05.526Z","dependency_job_id":"a895873d-87f5-4d6c-99f5-c5cd35e6a920","html_url":"https://github.com/babluboy/bookworm","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babluboy%2Fbookworm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babluboy%2Fbookworm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babluboy%2Fbookworm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babluboy%2Fbookworm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babluboy","download_url":"https://codeload.github.com/babluboy/bookworm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookworm","ebook-reader","elementaryos","epub"],"created_at":"2024-08-01T13:00:36.772Z","updated_at":"2025-05-16T08:06:10.917Z","avatar_url":"https://github.com/babluboy.png","language":"Vala","readme":"# Bookworm \u003ca href=\"https://github.com/babluboy/bookworm/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/babluboy/bookworm.svg\"\u003e\u003c/a\u003e [![Translation status](https://hosted.weblate.org/widgets/bookworm/-/svg-badge.svg)](https://hosted.weblate.org/engage/bookworm/?utm_source=widget) [![Build Status](https://travis-ci.org/babluboy/bookworm.svg?branch=master)](https://travis-ci.org/babluboy/bookworm) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=FZP8GK839VGQC)\nA simple, focused eBook reader\n\nAuthor: Siddhartha Das\n\nRead the books you love without having to worry about the different format complexities like epub, pdf, mobi, cbr, etc. This version supports EPUB, MOBI, FB2, PDF, FB2 and Comics (CBR and CBZ) formats with support for more formats to follow soon.\n\nCheck the Bookworm website for details on features, shortcuts, installation guides for supported distros : https://babluboy.github.io/bookworm/\n\n\n## Building, Testing, and Installation\n\nYou'll need the following dependencies to build and run on Ubuntu/Debian based distros:\n* unzip\n* poppler-utils\n* unar\n* html2text\n* python2\n* libgtk-3-dev\n* libgee-0.8-dev\n* libgranite-dev\n* libsqlite3-dev\n* libxml2-dev\n* webkit2gtk-4.0\n* libwebkit2gtk-4.0-37\n* libpoppler-glib-dev\n* meson\n* valac\n* gettext\n* curl\n* ninja-build\n* appstream\n\nRun the command below to install the above on Ubuntu and Debian distros:\n\n`sudo apt-get install unzip poppler-utils unar html2text python2.7 libgtk-3-dev libgee-0.8-dev libgranite-dev libsqlite3-dev libxml2-dev webkit2gtk-4.0 libwebkit2gtk-4.0-37 libpoppler-glib-dev meson valac gettext curl ninja-build appstream git`\n\nRun `git clone to download the source code, meson build` to configure the build environment and run `ninja test` to build\n\n    git clone https://github.com/babluboy/bookworm.git\n    cd bookworm\n    meson build --prefix=/usr\n    mkdir -p build \u0026\u0026 cd build\n    ninja\n\nTo install, use `ninja install`, then execute with `com.github.babluboy.bookworm`\n\n    sudo ninja install\n    com.github.babluboy.bookworm\n\n\n## Screenshots\n\n![screenshot](https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/BookwormLibraryView.png)\n![screenshot](https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/BookwormReadingView.png)\n\nTwo Page View\n![screenshot](https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/TwoPageView.png)\n\nBookworm Dark Mode\n![screenshot](https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/DarkModeLibraryView.png)\n![screenshot](https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/DarkModeReadingView.png)\n\nLibrary List View\n![screenshot](https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/LibraryListView.png)\n\nBookworm Preferences\n![screenshot](https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/PreferencesDialog.png)\n\n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=FZP8GK839VGQC"],"categories":["Vala","E-books","Applications","UI Apps/Tools","应用"],"sub_categories":["E-books Readers","E-Book Utilities","Document Reader","电子书工具","Accessories"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabluboy%2Fbookworm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabluboy%2Fbookworm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabluboy%2Fbookworm/lists"}