{"id":15035786,"url":"https://github.com/biglysoftware/biglybt","last_synced_at":"2025-05-14T09:12:56.915Z","repository":{"id":37431066,"uuid":"97876479","full_name":"BiglySoftware/BiglyBT","owner":"BiglySoftware","description":"Feature-filled Bittorrent client based on the Azureus open source project","archived":false,"fork":false,"pushed_at":"2025-05-08T10:59:35.000Z","size":153127,"stargazers_count":1708,"open_issues_count":11,"forks_count":157,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-05-14T09:12:13.373Z","etag":null,"topics":["bittorrent","bittorrent-client","i2p","p2p","torrent","torrent-client","torrent-downloader","torrent-management"],"latest_commit_sha":null,"homepage":"https://www.biglybt.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BiglySoftware.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-20T20:40:00.000Z","updated_at":"2025-05-12T19:31:51.000Z","dependencies_parsed_at":"2024-01-15T00:36:04.566Z","dependency_job_id":"28ecde16-5afc-4e4b-b6ab-1dc03c2a06a0","html_url":"https://github.com/BiglySoftware/BiglyBT","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiglySoftware%2FBiglyBT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiglySoftware%2FBiglyBT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiglySoftware%2FBiglyBT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiglySoftware%2FBiglyBT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BiglySoftware","download_url":"https://codeload.github.com/BiglySoftware/BiglyBT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110448,"owners_count":22016392,"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":["bittorrent","bittorrent-client","i2p","p2p","torrent","torrent-client","torrent-downloader","torrent-management"],"created_at":"2024-09-24T20:29:28.639Z","updated_at":"2025-05-14T09:12:56.909Z","avatar_url":"https://github.com/BiglySoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BiglyBT\n\nSource for BiglyBT, a feature filled, open source, ad-free, bittorrent client.  BiglyBT is forked from the original project and is being maintained by two of the original developers as well as members of the community.  With over 20 years of development, there's a good chance we have the features you are looking for.\n\n* [Official BiglyBT site](https://www.biglybt.com)\n* [Ways to Contribute](CONTRIBUTING.md)\n* [Translation Information](TRANSLATE.md)\n* [Feature Voting Page](https://vote.biglybt.com)\n* [Coding Guidelines](CODING_GUIDELINES.md)\n* [Beta Program Changelog](https://biglybt.tumblr.com/)\n\n## Donations\n\n\n| Method | Address |\n|:--|:--|\n| PayPal | [BiglyBT's Donation Page](https://www.biglybt.com/donation/donate.php) |\n| BCH/BTC/BSG/BSV | 1BiGLYBT38ttJhvZkjGc5mCw5uKoRHcUmr |\n| DASH            | XjDwmSrDPQBaLzCkuRHZaFzHf7mTVxkW9K |\n| DOGE | DMXWdEtPUJc5p2sbHGo77SvqFXKTR8Vff1 |\n| ETH/ETC | 0x4e609B5EF88C8aA8Ab73945fD1ba68c9E27faC75 |\n| LTC | LKGc2utCrGfojpYsX3naT9n1AxjLiZ5MMG |\n| TRX/BTT | TAbsb7pjEEWNpXFvPf49rfVhFSB2e3dAM7 |\n| XRP | rPFKfbx2tuzMMaz7Zy99M6CquHKgp9srSb |\n\n## Setting up Dev Environment\n\nGetting the basics to compile from source is pretty straightforward:\n\n1. Clone the repo into your favorite IDE\n1. Mark `core/src` and `uis/src` as project roots (source modules)\n1. To the uis module, add `core/lib/*` and one of the swt.jars at `/uis/lib/`:\u003cbr\u003e\n  `swt-win64.jar` on Windows\u003cbr\u003e\n  `swt-cocoa-64.jar` on OSX\u003cbr\u003e\n  `swt-linux-64.jar` on Linux (GTK)\n1. To the core module, add `core/lib/*`\n1. Make `uis` module depend on `core`.  `Core` should not depend on `uis`\n\nIntelliJ IDEA will do all these steps for you with its wizard.\n\n### External Annotations\n\nIf you wish IntelliJ IDEA to show MessageBundle strings instead of keys, as well as reduce the number of NPE warnings, you can attach the external annotations either by:\n* Project Settings-\u003eModules-\u003ePaths-\u003eExternal Annotations\n*  in `\u003cmodule\u003e/\u003cmodule\u003e.iml` add to component:\n    ```\n    \u003cannotation-paths\u003e\n      \u003croot url=\"file://$MODULE_DIR$/../external-annotations\" /\u003e\n    \u003c/annotation-paths\u003e\n    ```\nExternal Annotations definitions are a WIP and not complete list of definitions.\n\n## Running in Dev Environment\n\nRunning is only few more steps:\n\n* Main class is `com.biglybt.ui.Main` in module `uis`\n* Working Directory should be a new folder, since the app will write things to it. Put the [`aereg.dll`](core/lib/libWIN32Access/README.md) or `libOSXAccess.jnilib` in there.\n  \n  When a normal user is running the app, the working directory is where the jar, executable, and libraries (dll, so, jnilib) are.\n* If you want a separate config dir from the default one, use VM Option `-Dazureus.config.path=\u003csome config path\u003e`\n* Run it\n\n## Release Installer Notes\n\nWe build our installers using [Install4j, multi-platform installer builder](https://www.ej-technologies.com/products/install4j/overview.html)\n\n![Install4j Logo](https://www.ej-technologies.com/images/product_banners/install4j_large.png)\n\nOur binaries and installers up to and including v3.4 are signed with a digital signature of \"Bigly Software\". Releases after v3.4 will use an individual signing certificate and will bear the name \"Arron Mogge (Open Source Developer)\" denoting the identity of our team member responsible for signing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiglysoftware%2Fbiglybt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiglysoftware%2Fbiglybt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiglysoftware%2Fbiglybt/lists"}