New FrostWire 6.9.5 for Windows, Mac and Linux

Windows Installer
frostwire-6.9.5.windows.github.exe

Mac installer
frostwire-6.9.5.dmg

Linux installers
frostwire-6.9.5.amd64.deb (ubuntu/debian)
frostwire-6.9.5.amd64.rpm (redhat/centos)

frostwire-6.9.5.amd64.tar.gz (other. Requires Java Runtime Environment 11+)

frostwire (6.9.5) stable; urgency=high

  • SC search fixed
  • jlibtorrent-1.2.14.0 update
  • dev: common java source code now has Java 11 support. cleanups.
  • lt:fix issue on MacOS where the DHT was not restarted on a network-up notification
  • lt:make remove_torrent flags be treated as flags (instead of an enum)
  • lt:improve handling of seed flag in PEX messages
  • lt:fix issue of accruing unlimited DHT node candidates when DHT is disabled
  • lt:fix bug in parsing chunked encoding
  • lt:fix incorrect reporting of active_duration when entering graceful-pause

— FrostWire Team contact@frostwire.com Thu, 02 Sep 2021 14:51:00 -0600

Get FrostWire 6.3.0 for Windows, Mac and Linux!!

Finally you can download FrostWire 6.3.0 for Windows, Mac and Linux, a new version with a really and highly requested feature: a new transfer tab that allows you to filter transfers by state and keywords.

filter frostwire

 

We also fixed Torlock and EZTV search results, and we added a new search engine: TorrentDownloads.me.

Search Engines

Changelog

frostwire (6.3.0) stable; urgency=high
* Greatly improved seeding connectivity. Seed and share magnets!
* New transfers tab, allows you to filter transfers by state and keywords.
* Finished cloud transfers are seedeable.
* If seeding setting is active, finished cloud transfers are seeded.
* Improved ‘Search for Keywords’ suggestions for episodic queries.
* New jlibtorrent 1.1.0.31
* Spanish, Portuguese translations updated.
* Fixes Torlock search.
* EZTV no longer returns irrelevant results.
* New Search Engine: TorrentDownloads.me

— FrostWire Team <contact@frostwire.com> Thu, 02 Jun 2016 11:42:00 -0500

What do you think about this new version of FrostWire? We want to read your opinion!

What is FrostWire?

FrostWire, a BitTorrent Client & YouTube Downloader that makes it easier to search, download, play and share content from the BitTorrent network & cloud sources, all in one place, announced today its new ‘preview’ and ‘play as you download’ capabilities for Android phones and tablets. The new preview feature not just enables users with a more convenient way to find and discover content, it makes downloading optional in some cases.

Good news! FrostWire 6.2.4 [Windows, Mac, Linux] is out!

Download FrostWire 6.2.4 now

Today is MusicMonday and we are so happy to announce the newest version of FrostWire for Windows, Mac and Linux!

This new release has a lot of fixes. Monova, EZTV, and YouTube search have been fixed and now you’re going to get more search results!

Also, we updated jlibtorrent, and FrostWire is now faster when you search for content and decoding.

Changelog

frostwire (6.2.4) stable; urgency=high
* Fixes Monova search.
* Fixes EZTV search.
* Fixes YouTube search.
* Fixes bug opening certain YT preview URLs.
* New jlibtorrent 1.1.0.24 with SSL security updates
and libtorrent 1.1 release.
* jlibtorrent: multithreaded disk i/o and hashing.
* jlibtorrent: more efficient alert allocation.
* jlibtorrent: experimental support for mutable torrents (BEP 38).
* jlibtorrent: 5x faster torrent bcoder/bdecoder.
* jlibtorrent: improved shutdown.
* jlibtorrent: SSL over uTP supported.
* jlibtorrent: countless scalability updates, seed tens of thousands of torrents, if not hundreds of thousands of torrents in a single jlibtorrent
instance.

— FrostWire Team <contact@frostwire.com> Fri, 15 Apr 2016 16:20:00 -0500

What is FrostWire?

FrostWire, a BitTorrent Client & YouTube Downloader that makes it easier to search, download, play and share content from the BitTorrent network & cloud sources, all in one place, announced today its new ‘preview’ and ‘play as you download’ capabilities for Android phones and tablets. The new preview feature not just enables users with a more convenient way to find and discover content, it makes downloading optional in some cases.

FrostWire 6.15 brings back 32bit compatibility to Linux

The new FrostWire 6.1.5 installer for Linux is a universal architecture binary.

xfce-1-620x387

The installer is now a bit bigger since we include 2 copies of our C++ native libraries, one for 32bit another one for 64bit intel cpus.

FrostWire will automatically pick up your architecture and use the right DLL.

We highly recommend you run the latest version of Oracle’s Java Runtime 1.8, preferrably the one for your CPU.

Compiling Ghost White Crab on Linux x86_64 Ubuntu Linux

Compiling this software is usually just a matter of running ‘make’, but if you try to do so in Ubuntu 64bit, you’ll encounter the following error on the config_test.log file

skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.3/libgcc.a when searching for -lgcc

To solve this issue just do the following:

apt-get install libc6-dev-i386

This makes the make script work since lib6-dev-i386 installs the
l32bit development libraries for GNU C for AMD64 (64bit linux)

Now it works!

About Ghost White Crab
GhostWhiteCrab is a portable, stand-alone GWebCache implemented in C. It is open-source and distributed under a BSD-style license. It was developed as a light-weight replacement for CGI GWebCache implementations in PHP, Perl, ASP etc. Unlike those, GhostWhiteCrab can easily handle millions of transactions per hour while consuming little memory and CPU resources. Although GWebCaches are usually used as bootstrap system for Gnutella, you can use them for any other network as well. GhostWhiteCrab doesn’t handle multiple networks at a time, but you can configure it for any network you like.

GhostWhiteCrab is also an UDP Hostcache (UHC) for the Gnutella network. This is the recommended use now as most Gnutella clients support this or have completely switched to this bootstrap method. An UDP hostcache is much lighter weight, especially in terms of traffic. It’s possible to run GhostWhiteCrab as UHC instead of a GWebCache, or it can serve as both at the same time.

Download BZIP2 compressed sources

Problems running FrostWire on Ubuntu 8.04 with 64bit JVM?

If you recently upgraded your Ubuntu to 8.04 (64bit version), the Sun JVM that comes with it may be giving you an error similar to this one:


Loading FrostWire:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fa25489d755, pid=8123, tid=1082538320
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b22 mixed mode linux-amd64)
# Problematic frame:
# C [libc.so.6+0x30755] catgets+0x15
#

Users from our FrostWire Forum came up with a solution:

by xbj9000 on Fri May 16, 2008 3:13 pm
I have a solution for those of us running 64 bit systems:

Code:

sudo apt-get install ia32-sun-java6-bin

Code:

sudo update-alternatives –config java

Then choose the ia32 version of Java 6.

Thanks a lot guys.