The following sites offer downloads of BOINC software and BOINC project applications, compiled for various platforms. These downloads are not endorsed by BOINC or any BOINC project; Use them at your own risk.
Read Installing the command-line client.
";
$site_list = array(
array(
"lunatics.at",
"Linux and Windows/x86",
"BOINC and SETI@home.
Also, How-Tos
for BOINC and SETI@home compilation for Linux and Windows."
),
array(
"boinc.truxoft.com",
"Windows/Intel",
"BOINC client (optimized; benchmarks more closely
match optimized SETI@home clients)"
),
array(
"Harold Naparst",
"Linux/x86",
"SETI@home application"
),
array(
"SETI@home and BOINC on Linux",
"Mandrake Linux",
"BOINC and SETI@home (graphical versions)"
),
array(
"macnn.com",
"Mac OS X",
"SETI@home app"
),
array(
"nekochan.net",
"SGI Irix 6.5.22 and above",
"BOINC client 5.4.9
and SETI@home enhanced 5.12."
),
//array(
// "Erik Trauschke",
// "Irix",
// "BOINC core client and SETI@home app"
//),
array(
"SETI@BOINC (English,
Dutch)",
"Windows",
"SETI@home"
),
array(
"SETI-Linux",
"Linux: i686, Athlon-XP, AMD64, Pentium 3. Some Links to other Platforms",
"BOINC, SETI@home"
),
array(
"
alioth.debian.org;
installation instructions at
wiki.debian.org",
"Debian Linux on alpha, amd64, arm, hppa,
i386, ia64, kfreebsd-i386, m68k, mips, mipsel, powerpc, s390 and sparc",
"BOINC core client,
BOINC manager
and SETI@home"
),
array(
"Matthias Pilch",
"Windows, Linux on DEC, IA64, FreeBSD",
"BOINC, SETI@home, SETI@home Enhanced"
),
array(
"SETI@Kulthea.net",
"Linux on Sparc64",
"BOINC, SETI@home"
),
array(
"Stefan Urbat",
"Solaris: SPARC, AMD64 (Opteron), x86, i686
Linux: Alpha, SPARC, AMD64 (Opteron), PowerPC, Itanium, s390
HP-UX: PA RISC and Itanium/IA64 (includes BOINC Manager)
Tru64: Alpha
AIX: Power4 and later
OpenBSD: x86
NetBSD: x86
FreeBSD: x86, Alpha
",
"BOINC core client, SETI@home"
),
array(
"
Team MacNN",
"Mac OS X, 10.2.8 and 10.3.x, G3/G4/G5",
"BOINC core client, SETI@home"
),
array(
"SOLARIS@x86",
"Solaris 9 on Intel x86",
"BOINC core client, SETI@home"
),
array(
"FreeBSD.org",
"FreeBSD on a variety of hardware.",
"BOINC core client,
SETI@home
"
),
);
list_start();
list_heading_array(array(
"Site", "Platforms", "Programs available"
));
shuffle($site_list);
foreach ($site_list as $site) {
list_item_array($site);
}
list_end();
echo "
If you have a download server not listed here,
please send email to davea at ssl.berkeley.edu.
";
page_tail();
?>