You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2023. It is now read-only.
**Note** Binary packages are made available on a volunteer basis. There is no need to
9
-
ask when a binary package for a given platform will be ready. The packagers are fully aware of every source release and they give their best effort to make the binaries available.
10
-
11
-
Download service is kindly provided by [Bitbucket](https://bitbucket.org/ariya/phantomjs/downloads). Previous releases download was provided by [Google Code Project Hosting](http://code.google.com/p/phantomjs/downloads/).
8
+
**Note** There is no need to ask when a binary package for a given platform will be ready. The packagers are fully aware of every release and they give their best effort to make the binaries available.
12
9
13
10
## Windows
14
11
15
-
Download [phantomjs-2.0.0-windows.zip](https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.0.0-windows.zip) (19.4 MB) and extract (unzip) the content.
12
+
Download [phantomjs-2.1.1-windows.zip](https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-windows.zip) (17.4 MB) and extract (unzip) the content.
16
13
17
14
The executable `phantomjs.exe` is ready to use.
18
15
19
16
**Note**: For this static build, the binary is self-contained with no external dependency. It will run on a fresh install of Windows Vista or later versions. There is no requirement to install Qt, WebKit, or any other libraries.
20
17
21
18
## Mac OS X
22
19
23
-
Download [phantomjs-2.0.0-macosx.zip](https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.0.0-macosx.zip) (13.7 MB) and extract (unzip) the content.
20
+
Download [phantomjs-2.1.1-macosx.zip](https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-macosx.zip) (16.4 MB) and extract (unzip) the content.
24
21
25
22
**Note**: For this static build, the binary is self-contained with no external dependency. It will run on a fresh install of OS X 10.7 (Lion) or later versions. There is no requirement to install Qt or any other libraries.
26
23
27
-
**Known Issue**: If launching the executable fails with the error `Killed: 9`, please decompress the binary first with [upx](http://upx.sourceforge.net/): `upx -d bin/phantomjs`.
24
+
## Linux 64-bit
25
+
26
+
Download [phantomjs-2.1.1-linux-x86_64.tar.bz2](https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2) (22.3 MB) and extract the content.
27
+
28
+
**Note**: For this static build, the binary is self-contained. . There is no requirement to install Qt, WebKit, or any other libraries. It however still relies on [Fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/) (the package `fontconfig` or `libfontconfig`, depending on the distribution).
28
29
29
-
## Linux
30
+
## Linux 32-bit
30
31
31
-
Binary packages for Linux are still being prepared. There are still issues to be solved until a static build is available (see [issue 12948](https://github.com/ariya/phantomjs/issues/12948) for more details).
32
+
Download [phantomjs-2.1.1-linux-i686.tar.bz2](https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-i686.tar.bz2) (23.0 MB) and extract the content.
32
33
33
-
In the mean time, it is recommended that you build the Linux version from source.
34
+
**Note**: For this static build, the binary is self-contained. . There is no requirement to install Qt, WebKit, or any other libraries. It however still relies on [Fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/) (the package `fontconfig` or `libfontconfig`, depending on the distribution).
34
35
35
36
## FreeBSD
36
37
@@ -42,20 +43,26 @@ You can also build PhantomJS yourself from the FreeBSD Ports Collection: [https:
42
43
43
44
## Source Code
44
45
45
-
Download [phantomjs-2.0.0-source.zip](https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.0.0-source.zip) (105 MB) and follow the [build instructions]({{ site.url }}/build.html).
46
+
Check the official git repository [github.com/ariya/phantomjs](https://github.com/ariya/phantomjs/).
46
47
47
48
## Checksums
48
49
49
50
To verify the integrity of the downloaded files, use the following checksums.
Download service is kindly provided by [Bitbucket](https://bitbucket.org/ariya/phantomjs/downloads). Previous releases download was provided by [Google Code Project Hosting](http://code.google.com/p/phantomjs/downloads/).
Copy file name to clipboardExpand all lines: _posts/documentation/get-started/2000-01-03-releases.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ categories: docs docs-get-started
5
5
permalink: releases.html
6
6
---
7
7
8
+
[PhantomJS 2.1](release-2.1.html) was released on January 23, 2016. It came with an updated WebKit library based on Qt 5.5.
9
+
8
10
[PhantomJS 2.0](release-2.0.html) was released on January 23, 2015. This is a major release since the core was switched to use Qt 5 to get a more modern base platform, as well as to have an updated WebKit module.
9
11
10
12
[PhantomJS 1.9](release-1.9.html) "Sakura", was released on March 20, 2013. It came with an updated GhostDriver, an improved resource loading control, as well as other incremental improvements.
0 commit comments