[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70563":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":8,"totalLinesOfCode":8,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":8,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":8,"createdAt":8,"pushedAt":8,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":15,"starSnapshotCount":15,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},70563,"transmission","transmission\u002Ftransmission","Official Transmission BitTorrent client repository",null,"https:\u002F\u002Fgithub.com\u002Ftransmission\u002Ftransmission","C++",14818,1397,202,667,0,21,43,126,63,44.44,false,"main","2026-06-12 02:02:34","## About\n\nTransmission is a fast, easy, and free BitTorrent client. It comes in several flavors:\n  * A native macOS GUI application\n  * GTK+ and Qt GUI applications for Linux, BSD, etc.\n  * A Qt-based Windows-compatible GUI application\n  * A headless daemon for servers and routers\n  * A web UI for remote controlling any of the above\n  \nVisit https:\u002F\u002Ftransmissionbt.com\u002F for more information.\n\n## Documentation\n\n[Transmission's documentation](docs\u002FREADME.md) is currently out-of-date, but the team has recently begun a new project to update it and is looking for volunteers. If you're interested, please feel free to submit pull requests!\n\n## Command line interface notes\n\nTransmission is fully supported in transmission-remote, the preferred cli client.\n\nThree standalone tools to examine, create, and edit .torrent files exist: transmission-show, transmission-create, and transmission-edit, respectively.\n\nPrior to development of transmission-remote, the standalone client transmission-cli was created. Limited to a single torrent at a time, transmission-cli is deprecated and exists primarily to support older hardware dependent upon it. In almost all instances, transmission-remote should be used instead.\n\nDifferent distributions may choose to package any or all of these tools in one or more separate packages.\n\n## Building\n\nTransmission has an Xcode project file (Transmission.xcodeproj) for building in Xcode.\n\nFor a more detailed description, and dependencies, visit [How to Build Transmission](docs\u002FBuilding-Transmission.md) in docs\n\n### Building a Transmission release from the command line\n\n```bash\n$ tar xf transmission-4.1.0.tar.xz\n$ cd transmission-4.1.0\n# Use -DCMAKE_BUILD_TYPE=RelWithDebInfo to build optimized binary with debug information. (preferred)\n# Use -DCMAKE_BUILD_TYPE=Release to build full optimized binary.\n$ cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo\n$ cd build\n$ cmake --build .\n$ sudo cmake --install .\n```\n\n### Building Transmission from the nightly builds\n\nDownload a tarball from https:\u002F\u002Fbuild.transmissionbt.com\u002Fjob\u002Ftrunk-linux\u002F and follow the steps from the previous section.\n\nIf you're new to building programs from source code, this is typically easier than building from Git.\n\n### Building Transmission from Git (first time)\n\n```bash\n$ git clone --recurse-submodules https:\u002F\u002Fgithub.com\u002Ftransmission\u002Ftransmission Transmission\n$ cd Transmission\n# Use -DCMAKE_BUILD_TYPE=RelWithDebInfo to build optimized binary with debug information. (preferred)\n# Use -DCMAKE_BUILD_TYPE=Release to build full optimized binary.\n$ cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo\n$ cd build\n$ cmake --build .\n$ sudo cmake --install .\n```\n\n### Building Transmission from Git (updating)\n\n```bash\n$ cd Transmission\u002Fbuild\n$ cmake --build . -t clean\n$ git submodule foreach --recursive git clean -xfd\n$ git pull --rebase --prune\n$ git submodule update --init --recursive\n$ cmake --build .\n$ sudo cmake --install .\n```\n\n## Contributing\n\n### Code Style\n\nYou would want to setup your editor to make use of the .clang-format file located in the root of this repository and the eslint\u002Fprettier rules in web\u002Fpackage.json.\n\nIf for some reason you are unwilling or unable to do so, there is a shell script which you can use: `.\u002Fcode_style.sh`\n\n### Translations\n\nSee [language translations](docs\u002FTranslating.md).\n\n## Sponsors\n\n\u003Ctable>\n \u003Ctbody>\n  \u003Ctr>\n   \u003Ctd align=\"center\">\u003Cimg alt=\"[MacStadium]\" src=\"https:\u002F\u002Fuploads-ssl.webflow.com\u002F5ac3c046c82724970fc60918\u002F5c019d917bba312af7553b49_MacStadium-developerlogo.png\" height=\"30\"\u002F>\u003C\u002Ftd>\n   \u003Ctd>macOS CI builds are running on a M1 Mac Mini provided by \u003Ca href=\"https:\u002F\u002Fwww.macstadium.com\u002Fcompany\u002Fopensource\">MacStadium\u003C\u002Fa>\u003C\u002Ftd>\n  \u003C\u002Ftr>\n  \u003Ctr>\n   \u003Ctd align=\"center\">\u003Cimg alt=\"[SignPath]\" src=\"https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F34448643\" height=\"30\"\u002F>\u003C\u002Ftd>\n   \u003Ctd>Free code signing on Windows provided by \u003Ca href=\"https:\u002F\u002Fsignpath.io\u002F?utm_source=foundation&utm_medium=github&utm_campaign=transmission\">SignPath.io\u003C\u002Fa>, certificate by \u003Ca href=\"https:\u002F\u002Fsignpath.org\u002F?utm_source=foundation&utm_medium=github&utm_campaign=transmission\">SignPath Foundation\u003C\u002Fa>\u003C\u002Ftd>\n  \u003C\u002Ftr>\n \u003C\u002Ftbody>\n\u003C\u002Ftable>\n","Transmission 是一个快速、易用且免费的 BitTorrent 客户端。它支持多种界面和平台，包括 macOS、Linux、BSD 以及 Windows 的原生 GUI 应用程序，还提供了一个无头守护进程版本用于服务器和路由器，并有一个 Web 界面可以远程控制这些客户端。项目采用 C++ 编写，具备良好的跨平台兼容性和丰富的功能选项，如通过命令行工具 `transmission-remote` 进行远程操作，或者使用专门的工具来查看、创建和编辑 .torrent 文件。适合需要高效下载或分发大文件的个人用户及企业环境使用。",2,"2026-06-11 03:32:47","trending"]