Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
developers:binaries [2015/07/07 12:43]
zetok [Apt/Aptitude (Debian, Ubuntu, Mint, etc.)] better wording
— (current)
Line 1: Line 1:
  
- 
-===== Windows ===== 
- 
-^ Name ^ Arch ^ Status ^ 
-| [[https://tux3-dev.tox.im/jenkins/job/qTox-win64-nsis/lastSuccessfulBuild/artifact/setup-qtox64.exe| qTox]] | 64 bit | Nightly | 
-| [[https://tux3-dev.tox.im/jenkins/job/qTox-win32-nsis/lastSuccessfulBuild/artifact/setup-qtox32.exe| qTox]] | 32 bit | Nightly | 
-| [[https://github.com/notsecure/utox-update/releases/download/latest/utox_runner.zip |µTox]] | 32/64 bit | Weekly | 
- 
- 
-===== Mobile clients ===== 
- 
-==== Android (Warning: Experimental) ==== 
-[[https://github.com/subliun/Antox| Subliun]] has ported antox to tox4j the new toxcore java wrapper. Antox is actively maintained. 
- 
-Fdroid: add https://repo.tox.im/android 
- 
-Google play beta: https://plus.google.com/communities/103125800027884896310 
- 
-^ Name ^ Arch ^ Type ^ Status ^ 
-| Antox | Arm | apk | Nightly | 
- 
- 
-==== iOS ==== 
- 
-See [[users:Antidote]]. 
- 
- 
-===== GNU/Linux ===== 
- 
-====  Apt/Aptitude (Debian, Ubuntu, Mint, etc.) ==== 
- 
-** Currently only 64 bit version of qTox is available in repository ** 
- 
-Use this shell script to add it: 
-<code bash> 
-#remove old key 
-sudo apt-key del 0C2E03A0 
- 
-sudo sh -c 'echo "deb https://repo.tox.chat/ nightly main" > /etc/apt/sources.list.d/tox.list' 
-wget -qO - https://repo.tox.chat/pubkey.gpg | sudo apt-key add - 
-sudo apt-get install apt-transport-https 
-sudo apt-get update -qq 
-echo "Tox Repository Installed." 
-echo "You can now install qtox" 
-</code> 
- 
- 
-==== Gentoo ==== 
- 
-The Tox overlay is now in the official layman list. 
- 
-To add it: 
-<code bash> 
-layman -a tox-overlay 
-</code> 
- 
-More info [[https://github.com/Tox/gentoo-overlay-tox| here]]. 
- 
- 
-==== Arch ==== 
- 
-Many Tox related packages exist in the AUR. However, if you have an issue with Tox and you installed Tox using the AUR packages, please compile that package from source before filing a bug report. If the issue appears to be on the Arch maintainers side (eg: compiles from source fine, but the PKGBUILD fails), please contact the package maintainer and let them know! 
- 
-Alternatively, you could use [[https://github.com/Tox/arch-repo-tox| supported PKGBUILDs]].  
- 
- 
-==== Other Linux ==== 
- 
-^ Name ^ Arch ^ Type ^ Build ^ Author ^ Status ^ 
-| [[https://jenkins.libtoxcore.so/job/uTox_linux_amd64/lastSuccessfulBuild/artifact/utox/utox_linux_amd64.tar.xz| µTox]] | 64 | bit | Generic | Jenkins | Nightly | 
-| [[https://jenkins.libtoxcore.so/job/uTox_linux_i686/lastSuccessfulBuild/artifact/utox/utox_linux_i686.tar.xz| µTox]] | 32 | bit | Generic | Jenkins | Nightly | 
-| [[https://jenkins.libtoxcore.so/job/toxic_linux_amd64/lastSuccessfulBuild/artifact/toxic_linux_amd64.tar.xz|Toxic]] | 64 | bit | Generic | Jenkins | Nightly | 
-| [[https://jenkins.libtoxcore.so/job/toxic_linux_i386/lastSuccessfulBuild/artifact/toxic_linux_i386.tar.xz| Toxic]] | 32 | bit | Generic | Jenkins | Nightly | 
- 
- 
-===== Other builds ===== 
- 
-^ Name ^ Operating System ^ Arch ^ Type ^ Build Author ^ Status ^ 
-| [[https://dist-build.tox.im/utox_win64.zip| µTox]] | Windows | 64 bit | exe | Jenkins | Nightly | 
-| [[https://dist-build.tox.im/utox_win32.zip| µTox]] | Windows | 32 bit | exe | Jenkins | Nightly | 
-| [[https://jenkins.impy.me/job/Toxy%20x64/lastSuccessfulBuild/artifact/toxy_x64.zip| Toxy]] | Windows | 64 bit | exe | Impy's Jenkins | Nightly | 
-| [[https://jenkins.impy.me/job/Toxy%20x86/lastSuccessfulBuild/artifact/toxy_x86.zip| Toxy]] | Windows | 32 bit | exe | Impy's Jenkins | Nightly | 
-| [[https://www.freshports.org/net-im/qtox| qTox]] | FreeBSD | Generic | ports | ThTh | Nightly | 
-| [[https://www.freshports.org/net-im/uTox| uTox]] | FreeBSD | Generic | ports | ThTh | Nightly | 
-| [[https://www.freshports.org/net-im/toxic| Toxic]] | FreeBSD | Generic | ports | ThTh | Nightly | 
- 
- 
-===== Before You Download ==== 
- 
-Before you download, you need to understand that **Tox is still alpha software**, and under heavy development. Therefore, **Tox is not ready for day-to-day use**. Furthermore, the code for Toxcore and its clients has not had a proper audit, and could contain dangerous security vulnerabilities. Therefore, we cannot guarantee security in any way. For more information on why, and what Tox is and isn't capable of, please refer to our [[users:General Disclaimer]]. That being said, thousands of people around the globe have devoted time, effort, and resources to the project in an effort for Tox to be as secure as humanly possible. While open source projects are not immune to serious longstanding security vulnerabilities, their threat is greatly reduced, as the code is open for anyone to review. Over time, as Tox gets closer to stable, a proper security audit will be conducted, and the code will be checked thoroughly for any possible security concerns. 
- 
-Thank you for your understanding, and happy testing!  
Print/export