CINXE.COM
VuFind庐 - Search. Discover. Share.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>VuFind庐 - Search. Discover. Share.</title> <link href="/vufind/assets/images/vufind-favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/vufind/assets/css/style.css" rel="stylesheet" type="text/css"> <script src="/vufind/assets/js/jquery.min.js" type="text/javascript"></script> <script src="/vufind/assets/js/bootstrap.min.js" type="text/javascript"></script> </head> <body> <div class="header"> <a href="/vufind/" class="logo"><img src="/vufind/assets/images/vf-beta.png" alt="Home"/></a> <br class="visible-xs visible-sm"/> <!--<a href="/vufind/ddoc.html">Design Doc</a>--> <a href="/vufind/about.html">About</a> <a href="/vufind/features.html">Features</a> <a href="/vufind/downloads.html">Downloads</a> <a href="https://vufind.org/wiki/installation">Getting Started</a> <a href="https://vufind.org/wiki">Documentation</a> <a href="/vufind/schedule.html">Events</a> <a href="/vufind/support.html">Support</a> <a href="https://github.com/vufind-org/vufind">GitHub</a> </div> <div class="header-announcement"> <p> Love VuFind庐? Consider becoming a <a href="https://vufind.org/donate">financial supporter</a>. Your support helps build a better VuFind庐! </p> </div> <!-- <div class="header-announcement"> <p> Join us August 22-24 at <a href="https://openlibraryfoundation.org/about/wolfcon/upcoming/">WOLFcon</a> for <a href="https://vufind.org/wiki/community:conferences:summit_2023">VuFind庐 Summit 2023!</a> (<a href="https://wolfcon2023.sched.com/overview/type/VuFind">schedule</a>) </p> </div> <script> const startTime = new Date(Date.UTC(2023, 8-1, 22, 14, 0, 0)); const endTime = new Date(Date.UTC(2023, 8-1, 22, 17, 0, 0)); const formatter = new Intl.DateTimeFormat('default', { dateStyle: 'short', timeStyle: 'short' }); const localStartTime = formatter.format(startTime); const localEndTime = formatter.format(endTime); document.getElementById("gmt-time") .setAttribute("title", `Local Time: ${localStartTime} to ${localEndTime}`); </script> --> <div class="body"> <div class="container"> <h1>Downloads</h1> The following links will allow you to download the latest release. Most users will want the .tar.gz file, but Debian Linux users (including Ubuntu users) may find the .deb package more convenient. <h2>Latest Release</h2> <blockquote>10.1 <a href="https://github.com/vufind-org/vufind/releases/download/v10.1/vufind-10.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v10.1/vufind-10.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v10.1/vufind_10.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v10.1">browse code</a></blockquote> <h2>Development Version</h2> <h4>Current Development</h4> You can also get the latest code from our GitHub Repository. Development code is not guaranteed to be 100% stable, but it may contain features not yet available in official releases. <blockquote>git clone <a href="https://github.com/vufind-org/vufind.git">https://github.com/vufind-org/vufind.git</a></blockquote> To learn more about Git, see our <a href="https://vufind.org/wiki/development:recommended_tools:git">Git documentation</a>. This is recommended reading if you plan on making significant customizations to the software! <h4>Legacy Development</h4> The VuFind庐 1.x code is no longer under active development, but it is still available in the <a href="http://sourceforge.net/projects/vufind/?source=directory">SourceForge Subversion Repository</a>. It is not recommended that you use this code, but it remains available for historical purposes. <blockquote>svn export <a href="https://sourceforge.net/p/vufind/svn/HEAD/tree/trunk/">svn://svn.code.sf.net/p/vufind/svn/trunk/</a> /usr/local/vufind</blockquote> <h4>Release Archive</h4> <div class="row"> <div class="col-md-9"> <table class="table"> <tr><td><a href="http://vufind.org/wiki/changelog">Changelog</a></td><td>Full changelog is available on our <a href="http://vufind.org/wiki/changelog">wiki</a>.</td></tr> <tr><td>10.0.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v10.0.1/vufind-10.0.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v10.0.1/vufind-10.0.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v10.0.1/vufind_10.0.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v10.0.1">browse code</a></td></tr> <tr><td>10.0</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v10.0/vufind-10.0.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v10.0/vufind-10.0.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v10.0/vufind_10.0.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v10.0">browse code</a></td></tr> <tr><td>9.1.2</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v9.1.2/vufind-9.1.2.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v9.1.2/vufind-9.1.2.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v9.1.2/vufind_9.1.2.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v9.1.2">browse code</a></td></tr> <tr><td>9.1.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v9.1.1/vufind-9.1.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v9.1.1/vufind-9.1.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v9.1.1/vufind_9.1.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v9.1.1">browse code</a></td></tr> <tr><td>9.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v9.1/vufind-9.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v9.1/vufind-9.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v9.1/vufind_9.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v9.1">browse code</a></td></tr> <tr><td>9.0.3</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v9.0.3/vufind-9.0.3.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v9.0.3/vufind-9.0.3.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v9.0.3/vufind_9.0.3.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v9.0.3">browse code</a></td></tr> <tr><td>9.0.2</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v9.0.2/vufind-9.0.2.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v9.0.2/vufind-9.0.2.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v9.0.2/vufind_9.0.2.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v9.0.2">browse code</a></td></tr> <tr><td>9.0.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v9.0.1/vufind-9.0.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v9.0.1/vufind-9.0.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v9.0.1/vufind_9.0.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v9.0.1">browse code</a></td></tr> <tr><td>9.0</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v9.0/vufind-9.0.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v9.0/vufind-9.0.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v9.0/vufind_9.0.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v9.0">browse code</a></td></tr> <tr><td>8.1.2</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.1.2/vufind-8.1.2.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.1.2/vufind-8.1.2.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.1.2/vufind_8.1.2.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.1.2">browse code</a></td></tr> <tr><td>8.1.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.1.1/vufind-8.1.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.1.1/vufind-8.1.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.1.1/vufind_8.1.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.1.1">browse code</a></td></tr> <tr><td>8.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.1/vufind-8.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.1/vufind-8.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.1/vufind_8.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.1">browse code</a></td></tr> <tr><td>8.0.4</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.0.4/vufind-8.0.4.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.4/vufind-8.0.4.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.4/vufind_8.0.4.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.0.4">browse code</a></td></tr> <tr><td>8.0.3</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.0.3/vufind-8.0.3.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.3/vufind-8.0.3.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.3/vufind_8.0.3.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.0.3">browse code</a></td></tr> <tr><td>8.0.2</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.0.2/vufind-8.0.2.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.2/vufind-8.0.2.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.2/vufind_8.0.2.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.0.2">browse code</a></td></tr> <tr><td>8.0.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.0.1/vufind-8.0.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.1/vufind-8.0.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.0.1/vufind_8.0.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.0.1">browse code</a></td></tr> <tr><td>8.0</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v8.0/vufind-8.0.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v8.0/vufind-8.0.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v8.0/vufind_8.0.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v8.0">browse code</a></td></tr> <tr><td>7.1.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v7.1.1/vufind-7.1.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v7.1.1/vufind-7.1.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v7.1.1/vufind_7.1.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v7.1.1">browse code</a></td></tr> <tr><td>7.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v7.1/vufind-7.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v7.1/vufind-7.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v7.1/vufind_7.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v7.1">browse code</a></td></tr> <tr><td>7.0.2</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v7.0.2/vufind-7.0.2.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v7.0.2/vufind-7.0.2.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v7.0.2/vufind_7.0.2.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v7.0.2">browse code</a></td></tr> <tr><td>7.0.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v7.0.1/vufind-7.0.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v7.0.1/vufind-7.0.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v7.0.1/vufind_7.0.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v7.0.1">browse code</a></td></tr> <tr><td>7.0</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v7.0/vufind-7.0.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v7.0/vufind-7.0.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v7.0/vufind_7.0.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v7.0">browse code</a></td></tr> <tr><td>6.1.2</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v6.1.2/vufind-6.1.2.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v6.1.2/vufind-6.1.2.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v6.1.2/vufind_6.1.2.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v6.1.2">browse code</a></td></tr> <tr><td>6.1.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v6.1.1/vufind-6.1.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v6.1.1/vufind-6.1.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v6.1.1/vufind_6.1.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v6.1.1">browse code</a></td></tr> <tr><td>6.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v6.1/vufind-6.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v6.1/vufind-6.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v6.1/vufind_6.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v6.1">browse code</a></td></tr> <tr><td>6.0.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v6.0.1/vufind-6.0.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v6.0.1/vufind-6.0.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v6.0.1/vufind_6.0.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v6.0.1">browse code</a></td></tr> <tr><td>6.0</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v6.0/vufind-6.0.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v6.0/vufind-6.0.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v6.0/vufind_6.0.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v6.0">browse code</a></td></tr> <tr><td>5.1.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v5.1.1/vufind-5.1.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v5.1.1/vufind-5.1.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v5.1.1/vufind_5.1.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v5.1.1">browse code</a></td></tr> <tr><td>5.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v5.1/vufind-5.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v5.1/vufind-5.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v5.1/vufind_5.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v5.1">browse code</a></td></tr> <tr><td>5.0.1</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v5.0.1/vufind-5.0.1.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v5.0.1/vufind-5.0.1.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v5.0.1/vufind_5.0.1.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v5.0.1">browse code</a></td></tr> <tr><td>5.0</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v5.0/vufind-5.0.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v5.0/vufind-5.0.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v5.0/vufind_5.0.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v5.0">browse code</a></td></tr> <tr><td>4.1.3</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v4.1.3/vufind-4.1.3.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v4.1.3/vufind-4.1.3.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v4.1.3/vufind_4.1.3.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v4.1.3">browse code</a></td></tr> <tr><td>4.1.2</td><td><a href="https://github.com/vufind-org/vufind/releases/download/v4.1.2/vufind-4.1.2.tar.gz">tar.gz</a>, <a href="https://github.com/vufind-org/vufind/releases/download/v4.1.2/vufind-4.1.2.zip">zip</a> (all platforms), <a href="https://github.com/vufind-org/vufind/releases/download/v4.1.2/vufind_4.1.2.deb">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v4.1.2">browse code</a></td></tr> <tr><td>4.1.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-4.1.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-4.1.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_4.1.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v4.1.1">browse code</a></td></tr> <tr><td>4.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-4.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-4.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_4.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v4.1">browse code</a></td></tr> <tr><td>4.0.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-4.0.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-4.0.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_4.0.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v4.0.1">browse code</a></td></tr> <tr><td>4.0</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-4.0.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-4.0.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_4.0.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v4.0">browse code</a></td></tr> <tr><td>3.1.4</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.1.4.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.1.4.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.1.4.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.1.4">browse code</a></td></tr> <tr><td>3.1.3</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.1.3.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.1.3.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.1.3.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.1.3">browse code</a></td></tr> <tr><td>3.1.2</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.1.2.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.1.2.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.1.2.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.1.2">browse code</a></td></tr> <tr><td>3.1.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.1.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.1.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.1.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.1.1">browse code</a></td></tr> <tr><td>3.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.1">browse code</a></td></tr> <tr><td>3.0.3</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.0.3.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.0.3.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.0.3.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.0.3">browse code</a></td></tr> <tr><td>3.0.2</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.0.2.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.0.2.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.0.2.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.0.2">browse code</a></td></tr> <tr><td>3.0.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.0.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.0.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.0.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.0.1">browse code</a></td></tr> <tr><td>3.0</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-3.0.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-3.0.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_3.0.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v3.0">browse code</a></td></tr> <tr><td>2.5.4</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.5.4.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.5.4.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.5.4.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.5.4">browse code</a></td></tr> <tr><td>2.5.3</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.5.3.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.5.3.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.5.3.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.5.3">browse code</a></td></tr> <tr><td>2.5.2</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.5.2.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.5.2.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.5.2.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.5.2">browse code</a></td></tr> <tr><td>2.5.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.5.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.5.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.5.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.5.1">browse code</a></td></tr> <tr><td>2.5</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.5.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.5.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.5.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.5">browse code</a></td></tr> <tr><td>2.4.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.4.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.4.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.4.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.4.1">browse code</a></td></tr> <tr><td>2.4</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.4.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.4.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.4.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.4">browse code</a></td></tr> <tr><td>2.3.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.3.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.3.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.3.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.3.1">browse code</a></td></tr> <tr><td>2.3</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.3.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.3.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.3.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.3">browse code</a></td></tr> <tr><td>2.2.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.2.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.2.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.2.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.2.1">browse code</a></td></tr> <tr><td>2.2</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.2.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.2.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.2.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.2">browse code</a></td></tr> <tr><td>2.1.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.1.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.1.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.1.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.1.1">browse code</a></td></tr> <tr><td>2.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.1">browse code</a></td></tr> <tr><td>2.0.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.0.1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.0.1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.0.1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.0.1">browse code</a></td></tr> <tr><td>2.0</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.0.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.0.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.0.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.0">browse code</a></td></tr> <tr><td>2.0 Release Candidate 1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.0RC1.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.0RC1.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.0RC1.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.0RC1">browse code</a></td></tr> <tr><td>2.0 Beta</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.0beta.tar.gz?use_mirror=osdn">tar.gz</a>, <a href="http://downloads.sourceforge.net/vufind/vufind-2.0beta.zip?use_mirror=osdn">zip</a> (all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_2.0beta.deb?use_mirror=osdn">deb</a> (Debian Linux), <a href="https://github.com/vufind-org/vufind/tree/v2.0beta">browse code</a></td></tr> <tr><td>2.0 Alpha</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-2.0alpha.tar.gz?use_mirror=osdn">Download</a></td></tr> <tr><td>1.4</td><td><a href="http://sourceforge.net/projects/vufind/files/VuFind/1.4/vufind-1.4.tar.gz/download">tar.gz</a> (for all platforms), <a href="http://sourceforge.net/projects/vufind/files/VuFind/1.4/vufind_1.4.deb/download">deb</a> (for Debian Linux)</td></tr> <tr><td>1.3</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-1.3.tar.gz?use_mirror=osdn">tar.gz</a> (for all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_1.3.deb?use_mirror=osdn">deb</a> (for Debian Linux)</td></tr> <tr><td>1.2</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-1.2.tar.gz?use_mirror=osdn">tar.gz</a> (for all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_1.2.deb?use_mirror=osdn">deb</a> (for Debian Linux)</td></tr> <tr><td>1.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-1.1.tar.gz?use_mirror=osdn">tar.gz</a> (for all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_1.1.deb?use_mirror=osdn">deb</a> (for Debian Linux)</td></tr> <tr><td>1.0.1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-1.0.1.tar.gz?use_mirror=osdn">tar.gz</a> (for all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_1.0.1.deb?use_mirror=osdn">deb</a> (for Debian Linux)</td></tr> <tr><td>1.0</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-1.0.tar.gz?use_mirror=osdn">tar.gz</a> (for all platforms), <a href="http://downloads.sourceforge.net/vufind/vufind_1.0.deb?use_mirror=osdn">deb</a> (for Debian Linux)</td></tr> <tr><td>1.0 Release Candidate 2</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-1.0RC2.tar.gz?use_mirror=osdn">Download</a></td></tr> <tr><td>1.0 Release Candidate 1</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-1.0RC1.tgz?use_mirror=osdn">Download</a></td></tr> <tr><td>0.8 Beta</td><td><a href="http://downloads.sourceforge.net/vufind/vufind-0.8.2.tar.gz?use_mirror=osdn">Download</a></td></tr> <tr><td>0.7 Beta</td><td><a href="http://downloads.sourceforge.net/vufind/VuFind-0.7.tar.gz?use_mirror=osdn">Download</a></td></tr> <tr><td>0.6 Beta</td><td><a href="http://downloads.sourceforge.net/vufind/VuFind-0.6.1.tar.gz?use_mirror=osdn">Download</a></td></tr> <tr><td>0.5 Beta</td><td><a href="http://downloads.sourceforge.net/vufind/VUFind-0.5.tgz?use_mirror=osdn">Download</a></td></tr> </table> </div> <div class="col-md-3"> <img src="/vufind/assets/images/module.png"/> </div> </div> </div> </div> <div class="footer"> <div class="container"> <div class="flex w-content nowrap"> <div class="flex-1"> <a href="https://vufind.org/wiki/changelog">Release Schedule</a> </div> <div class="flex-1"> <a href="https://github.com/vufind-org/vufind">GitHub</a> </div> </div> <p class="footer__statement"> VuFind庐 is developed and maintained by an <a href="https://vufind.org/wiki/community">international community of contributors</a> with support from the <a href="https://openlibraryfoundation.org/">Open Library Foundation</a> and the generous <a href="https://vufind.org/wiki/community:membership_levels_and_benefits">sponsors</a> below. </p> <div class="footer__sponsors"> <div class="flex-1"> <a class="footer__sponsor-link" href="https://library.villanova.edu"> <img class="footer__sponsor-img" src="/vufind/assets/images/sponsors/VU508Black.webp" alt="Falvey Library, Villanova University" > </a> </div> <div class="flex-1"> <a class="footer__sponsor-link" href="https://www.hebis.de/"> <img class="footer__sponsor-img" src="/vufind/assets/images/sponsors/hebis-de.svg" alt="hebis.de" > </a> </div> <div class="flex-1"> <a class="footer__sponsor-link" href="https://lts.lehigh.edu/"> <img class="footer__sponsor-img" src="/vufind/assets/images/sponsors/lehigh-lts.svg" alt="Lehigh University Library" > </a> </div> </div> </div> </div> <!-- Matomo --> <script type="text/javascript"> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://morpheus.library.villanova.edu/piwik/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '12']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </body> </html>