TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

345 点作者 irungentoo将近 11 年前
Tox is now usable and has reached alpha (in other words, it is mostly working, but lacking some features, bugs might be apparent).<p>uTox is a lightweight (minimal dependencies) Tox client for Windows, Linux and (experimentally) Android. It supports text chat, file transfers, audio and video calling, desktop sharing (both as video and as screenshots). It also supports text-only group chats (with audio&#x2F;video being worked on).<p>For more info about Tox and uTox, see the project links below.<p>Windows updater&#x2F;downloader:<p>https:&#x2F;&#x2F;jenkins.libtoxcore.so&#x2F;job&#x2F;utox_update_win32&#x2F;lastSuccessfulBuild&#x2F;artifact&#x2F;utox-updater.zip<p>Linux nightlies:<p>64-bit:<p>https:&#x2F;&#x2F;jenkins.libtoxcore.so&#x2F;job&#x2F;uTox_linux_amd64&#x2F;lastSuccessfulBuild&#x2F;artifact&#x2F;utox&#x2F;utox_linux_amd64.tar.xz<p>32-bit:<p>https:&#x2F;&#x2F;jenkins.libtoxcore.so&#x2F;job&#x2F;uTox_linux_i686&#x2F;lastSuccessfulBuild&#x2F;artifact&#x2F;utox&#x2F;utox_linux_i686.tar.xz<p>If you use an operating system other than windows or linux (OSX or android) or want to try other Tox clients, see this page:<p>https:&#x2F;&#x2F;wiki.tox.im&#x2F;Binaries<p>Project links:<p>Official Tox website:<p>https:&#x2F;&#x2F;tox.im<p>uTox Github:<p>https:&#x2F;&#x2F;github.com&#x2F;notsecure&#x2F;uTox<p>toxcore Github:<p>https:&#x2F;&#x2F;github.com&#x2F;irungentoo&#x2F;toxcore<p>Other links:<p>qTox Github:<p>https:&#x2F;&#x2F;github.com&#x2F;tux3&#x2F;qTox<p>Antox Github:<p>https:&#x2F;&#x2F;github.com&#x2F;Astonex&#x2F;Antox<p>Note about adding friends in Tox: in the settings area of uTox you can find your Tox ID, and you give that out to your friends so that they can add you. To solve the inconvenience of sharing long IDs, Tox also supports &quot;DNS names&quot;, for example &quot;groupbot@toxme.se&quot;. You can register your own @toxme.se name on toxme.se<p>Tox is alpha software, bugs are expected.<p>Feel free to post any questions or feedback or visit us on IRC: #tox on freenode.

25 条评论

bramd将近 11 年前
I don&#x27;t post often on HN, but today couldn&#x27;t resist. Just tested Utox on Windows as well as Toxy, also on Windows. Both programs are totally inaccessible for people using a screenreader and I&#x27;m quite sure as well for people using things like speech recognition.<p>Utox seems to be C++ and a GUI framework I didn&#x27;t look into. Toxy is .NET+WPF... two different stacks, but two inaccessible programs. I&#x27;m quite sure the developers didn&#x27;t write inaccessible software deliberately, but this makes me wonder if we need either:<p>1. Inform developers better about accessibility 2. Fix tooling: warn&#x2F;error if you don&#x27;t label your elements etc 3. All of the above...<p>To give this post some more context, earlier this week I looked at Stellar... their web client is inaccessible. Earlier this week Wunderlist released a version 3... iOS app is nearly inaccessible. Earlier this week I finally wanted to give Foursquare&#x27;s new Swarm app a shot... inaccessible. Do you see the pattern? I&#x27;m sorry for ranting about this, but imagine some random app update did stop the app from working and only displayed a black screen, you would be annoyed at least.
评论 #8124987 未加载
评论 #8125280 未加载
评论 #8125018 未加载
评论 #8128111 未加载
评论 #8124917 未加载
评论 #8127573 未加载
Plexion将近 11 年前
In the spirit of supporting as many individuals as possible, Tox websites are now accessible as a hidden service via Tor.<p>The hidden service mirror has been stripped of Piwik tracking, and forms of Javascript, and soon we&#x27;ll label outbound links.<p>i2p support will also follow soon.<p>Tox main site: <a href="http://kdzzxucnh4fyovxg.onion/" rel="nofollow">http:&#x2F;&#x2F;kdzzxucnh4fyovxg.onion&#x2F;</a><p>Tox developer documentation: <a href="http://kdzzxucnh4fyovxg.onion/docs/" rel="nofollow">http:&#x2F;&#x2F;kdzzxucnh4fyovxg.onion&#x2F;docs&#x2F;</a><p>Tox wiki: <a href="http://kdzzxucnh4fyovxg.onion/wiki" rel="nofollow">http:&#x2F;&#x2F;kdzzxucnh4fyovxg.onion&#x2F;wiki</a>
phobitor将近 11 年前
What about its design makes it secure? Do you guys have a design document or a description of how you&#x27;ve implemented security? Have any security experts audited the code?
评论 #8123344 未加载
评论 #8123341 未加载
评论 #8123330 未加载
donniezazen将近 11 年前
Do you sync messages across various clients? So that I can start chatting on one and move to second or third client.
评论 #8124610 未加载
notsobrightkid将近 11 年前
can someone please explain in easy to understand how alice and bob find each other with temporary public keys in the DHT? I read this (<a href="https://github.com/irungentoo/toxcore/blob/master/docs/Prevent_Tracking.txt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;irungentoo&#x2F;toxcore&#x2F;blob&#x2F;master&#x2F;docs&#x2F;Preve...</a>) but I still can&#x27;t picture it (the wording isn&#x27;t the greatest either). Thanks!!
dredmorbius将近 11 年前
NB: the tox project website is unusable w&#x2F;o JS enabled. Please fix that.<p><a href="https://tox.im/" rel="nofollow">https:&#x2F;&#x2F;tox.im&#x2F;</a><p>While we&#x27;re at it, the rest of the suggestions may be useful: <a href="http://www.reddit.com/r/dredmorbius/comments/27d5xr/please_forward_to_marketing_how_to_present_your/" rel="nofollow">http:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;dredmorbius&#x2F;comments&#x2F;27d5xr&#x2F;please_f...</a><p>From the FAQ, this I like:<p>&quot;The goal of this project is to create a configuration-free P2P Skype replacement. <i>Configuration-free means that the user will simply have to open the program and without any account configuration will be capable of adding people to his or her&#x27;s friends list and start conversing with them.</i> There are many so-called Skype replacements and all of them are either hard to configure for the normal user or suffer from being way too centralized.&quot;<p>A lot.<p>(Emphasis added).
评论 #8123804 未加载
mpnordland将近 11 年前
So, This is pretty cool, however, one thing that I noticed: Addresses are per device. Skype lets you have one name and messages and calls come to all your devices, but as far as I see, Tox is one address per device.
评论 #8124930 未加载
gue5t将近 11 年前
Can you compare this to Jabber+Jingle?
评论 #8123247 未加载
Nux将近 11 年前
So, what is the difference between utox_linux_amd64.tar.xz and Venom from <a href="https://repo.tox.im/rpm/" rel="nofollow">https:&#x2F;&#x2F;repo.tox.im&#x2F;rpm&#x2F;</a> ?
aalvarado将近 11 年前
Is toxcore the name of the protocol? Would it be somewhat compatible with XMPP or something like that? I like that it&#x27;s between FB messenger, gchat&#x2F;hangouts, viber, what&#x27;s app, Skype and hosted xmpp.<p>I think it will have a chicken and an egg problem unless there&#x27;s some kind of tool that let&#x27;s you talk with other older apps and protocols like gchat&#x2F;hangouts, or maybe this is planned.
评论 #8123433 未加载
spiritplumber将近 11 年前
This is great! Is there an Android version, and if so, are you OK with me writing a telepresence bot control API for it? (It&#x27;s just a couple of hooks to a control app, if you&#x27;re not releaseing source, I can just give you them).
评论 #8124188 未加载
lwh将近 11 年前
How does it differ from Retroshare? <a href="http://retroshare.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;retroshare.sourceforge.net&#x2F;</a>
sitkack将近 11 年前
Can you explain why tox is written in C over languages?
评论 #8124154 未加载
ledo将近 11 年前
i&#x27;ve been keeping an eye on this project for a while, it looks really promising. I&#x27;m spreading the word about it where i can.
评论 #8123832 未加载
JellyYelly将近 11 年前
Any chance of an iOS client any time soon?
评论 #8123284 未加载
wesley将近 11 年前
Are group chats also encrypted? (The problem with jabber right now)
评论 #8124381 未加载
nickysielicki将近 11 年前
why is it distributed in binary format?
评论 #8123387 未加载
nmflkjfelkrnfl将近 11 年前
For those that don&#x27;t already know, this project comes from 4chan&#x27;s technology board. While there&#x27;s a lot of inane trash, there are also some real gems if you&#x27;re patient enough. I find lots of really cool stuff there that doesn&#x27;t seem to be anywhere else.<p>More technically-capable people are always welcome to help drown out the inanity. :)<p><a href="http://boards.4chan.org/g/catalog" rel="nofollow">http:&#x2F;&#x2F;boards.4chan.org&#x2F;g&#x2F;catalog</a>
评论 #8123699 未加载
dang将近 11 年前
Posts without URLs are penalized. You might want to repost this using the most appropriate URL, then add your text as a comment to the post. If you like, email us at hn@ycombinator.com with a link to the new post and we&#x27;ll look it over for you.<p>Edit: this one seems to be doing fine.
评论 #8123267 未加载
Aqueous将近 11 年前
I guess you&#x27;ve settled on a name, pretty completely, but tox evokes all sorts of bad feelings like &quot;Toxin&quot;, &quot;Detox&quot; - generally feelings associated with the idea of poison or of poisoning yourself. From a marketing perspective this might not be the least sinister name you could have chosen. I realize this comes out of 4chan and we make a point of not giving a shit about marketing but...
评论 #8123580 未加载
评论 #8123628 未加载
评论 #8124028 未加载
评论 #8123611 未加载
评论 #8124796 未加载
评论 #8124716 未加载
评论 #8124415 未加载
评论 #8123644 未加载
throwaway-27677将近 11 年前
This project has largely disappointed me in many ways. I know HN doesn&#x27;t care much about software licensing and that kind of stuff, but there are many legal issues behind the project that remain unsolved and have remained unsolved for majority of the project&#x27;s lifetime.<p>1. The people behind Tox don&#x27;t seem to be the copyright holders of their logo as admitted by one of the main developers[1]. The logo is the one also used on their website.<p>2. Tox project is now attempting to (falsely) claim to be the copyright holders of the logo.[2] Wikimedia Commons deleted the project logo for legal concerns, and to date it remains deleted.[3] There is no concrete proof for Tox&#x27;s copyright claims on the logos, while there&#x27;s pretty concrete proof that the project indeed does not hold the copyright on the logos. For those unaware of how our legal system works, &quot;works without license&quot; are considered copyrighted work of the author (e.g. anonymous user on linked &#x2F;gd&#x2F; board).<p>3. Creative Commons licenses are also incompatible with their choice of software licensing, GPLv3+,[4] which means they cannot legally redistribute current logos under the current licenses with Tox software even if they were copyright holders to those logos.[5] As far as I know, the logos are already being redistributed with the software.<p>4. The documentation also cannot be legally redistributed with the software, and in theory nobody outside the project has practical freedoms to modify the documentation.[6] &quot;I&#x27;m le troll! :-)&quot; was most likely added by the developers.<p>5. Because of the above mentioned issues, Tox cannot be accepted to Debian GNU&#x2F;Linux repositories because of DSFG guidelines.<p>6. The above mentioned issues also create false advertising; &quot;Tox is both free for you to use, and free for you to change. You are completely free to both use and modify Tox.&quot;[7]<p>7. A developer quit the project because of other serious issues in the project.[8][9] The developer criticized the design of DHT (distributed hash table) used to find users, which leaked a lot of data about users. There&#x27;s a large reddit thread about these DHT issues somewhere too, but I seem to be unable to find it myself right now. Fortunately, the leak was patched a long time ago. Unfortunately, the patch was a large hack which the Tox developers solved by reinventing the wheel and reimplementing Tor onion routing.<p>8. I haven&#x27;t verified this (so don&#x27;t count on me), but the Tox core (or core + clients?) is now ~100k lines of code. It&#x27;s not entirely lightweight per se, which was one of the initial goals as far as I remember.<p>9. Another minor thing that upset me was that during Tox&#x27;s conference talk (forgot which conference, but it was related to YouBrokeTheInternet), the speaker forgot to introduce himself and what he was doing. This probably led to some confusion.<p>10. Possibly controversial too, but the first radio talk show Tox was introduced in was... could I say, maybe slightly cringeworthy. Or something. See it for yourself.[10]<p>Sorry if I went a little bit too political, knowing the rules. I wanted to point out these issues to let you know how everyone involved in the project can be a help.<p>[1]: <a href="https://rbt.asia/g/thread/40445107#p40449131" rel="nofollow">https:&#x2F;&#x2F;rbt.asia&#x2F;g&#x2F;thread&#x2F;40445107#p40449131</a> - you can scroll down and read the replies too [2]: <a href="https://commons.wikimedia.org/wiki/Commons:Deletion_requests/File:Tox_logo.svg" rel="nofollow">https:&#x2F;&#x2F;commons.wikimedia.org&#x2F;wiki&#x2F;Commons:Deletion_requests...</a> [3]: <a href="https://commons.wikimedia.org/wiki/Commons:Undeletion_requests/Archive/2014-03#File:Tox_logo.svg" rel="nofollow">https:&#x2F;&#x2F;commons.wikimedia.org&#x2F;wiki&#x2F;Commons:Undeletion_reques...</a> [4]: <a href="https://github.com/irungentoo/toxcore/blob/master/COPYING" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;irungentoo&#x2F;toxcore&#x2F;blob&#x2F;master&#x2F;COPYING</a> [5]: <a href="https://www.gnu.org/licenses/license-list.html#ccbysa" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;licenses&#x2F;license-list.html#ccbysa</a> [6]: <a href="https://github.com/Tox/Docs/issues/7" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Tox&#x2F;Docs&#x2F;issues&#x2F;7</a> [7]: <a href="https://tox.im/" rel="nofollow">https:&#x2F;&#x2F;tox.im&#x2F;</a> [8]: <a href="http://www.tox-chat.com/2013/08/tox-developer-fed-up-quits.html" rel="nofollow">http:&#x2F;&#x2F;www.tox-chat.com&#x2F;2013&#x2F;08&#x2F;tox-developer-fed-up-quits.h...</a> [9]: <a href="https://github.com/irungentoo/toxcore/issues/493" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;irungentoo&#x2F;toxcore&#x2F;issues&#x2F;493</a> [10]: <a href="https://www.youtube.com/watch?v=IdR3SVcBbq0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IdR3SVcBbq0</a><p>Disclaimer: I&#x27;m <i>not</i> the author of any of the links above. It&#x27;s what I have gathered from numerous discussion threads Tox has had on 4chan.
评论 #8125248 未加载
评论 #8125145 未加载
评论 #8125571 未加载
aagha将近 11 年前
So why this when there&#x27;s Hangouts?
评论 #8126460 未加载
Byzantine将近 11 年前
What makes the main developer, irungentoo, qualified to write the Tox core?
评论 #8124016 未加载
评论 #8123724 未加载
Quequau将近 11 年前
Does Tox have plans to offer telephone numbers so that POTS subscribers can call Tox users?<p>If not, I don&#x27;t see how it can be a replacement for Skype.
评论 #8124909 未加载
JoeAltmaier将近 11 年前
Warning: shameless plug. Sococo has a free replacement for Skype, including doc sharing, chat etc. Been around for years now.
评论 #8125117 未加载
评论 #8125121 未加载