OSDN Git Service

mirror .org
[sevenzip/7-Zip.git] / www.7-zip.org / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
2 <HTML><HEAD>\r
3 <META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
4 <LINK href="/style.css" rel="stylesheet" type="text/css">\r
5 <TITLE>7-Zip</TITLE>\r
6 <META name="keywords" content=", archiver, compression, zip, best, compress,\r
7   high, ratio, free, gnu, lgpl, unzip, far, win32, 7zip, long, file, names">\r
8 </HEAD>\r
9 <BODY>\r
10 <TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
11 <TD class="MenuColumn" valign="top">\r
12 <TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
13 <TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
14 <TR><TD><HR></TD></TR></TABLE>\r
15 <TABLE cellpadding="2" cellspacing="0" border="0">\r
16 <TR><TD><SPAN class="MenuCurrent">Home</SPAN></TD></TR>\r
17 <TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
18 <TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
19 <TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
20 <TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
21 <TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
22 <TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
23 </TABLE>\r
24 <TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
25 <TR><TD><HR></TD></TR>\r
26 </TABLE>\r
27 \r
28 <P>\r
29 <B>English</B><BR>\r
30 <A href="http://sparanoid.com/lab/7z/">Chinese Simpl.</A><BR>\r
31 <A href="http://www.developershome.com/7-zip/">Chinese Trad.</A><BR>\r
32 <A href="http://7zip-eo.rnbastos.com/">Esperanto</A><BR>\r
33 <A href="http://www.spiroo.be/7zip/">French</A><BR>\r
34 <A href="http://www.7-zip.de/">German</A><BR>\r
35 <A href="https://sevenzip.osdn.jp/">Japanese</A><BR>\r
36 <A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
37 <A href="http://7zip-es.updatestar.com/">Spanish</A><BR>\r
38 <A href="http://7zip-thai.inetbridge.net/">Thai</A><BR>\r
39 <A href="http://7zip-vi.updatestar.com/">Vietnamese</A><BR>\r
40 </P>\r
41 \r
42 </TD>\r
43 <TD valign="top">\r
44 \r
45 <TABLE cellspacing ="4" cellpadding ="4"><TR>\r
46 \r
47 <TD>\r
48 \r
49 <H1>7-Zip</H1>\r
50 \r
51 <P><B>7-Zip</B> is a file archiver with a high compression ratio.</P>\r
52 \r
53 <P><B>Download 7-Zip  (2018-12-30) for Windows</B>:</P>  \r
54 <TABLE cellspacing ="1" cellpadding ="6" border = "0">\r
55   <TR>\r
56     <TH class="Title" align="center" width=60>Link</TH>\r
57     <TH class="Title" align="center" width=60>Type</TH>\r
58     <TH class="Title" align="center" width=80>Windows</TH>\r
59     <TH class="Title" align="center" width=55>Size</TH>\r
60   </TR>\r
61   <TR>\r
62     <TD class="Item" align="center"><A href="a/7z1806.exe">Download</A></TD>\r
63     <TD class="Item" align="center">.exe</TD>\r
64     <TD class="Item" align="center">32-bit x86</TD>\r
65     <TD class="Item" align="center">1 MB</TD>\r
66   </TR>\r
67   <TR>\r
68     <TD class="Item" align="center"><A href="a/7z1806-x64.exe">Download</A></TD>\r
69     <TD class="Item" align="center">.exe</TD>\r
70     <TD class="Item" align="center">64-bit x64</TD>\r
71     <TD class="Item" align="center">1 MB</TD>\r
72   </TR>\r
73 </TABLE>\r
74 \r
75 \r
76 <H2>License</H2>\r
77 \r
78 <P><B>7-Zip</B> is <B>free software</B> with <B>open source</B>. \r
79 The most of the code is under the <B>GNU LGPL</B> license.\r
80 Some parts of the code are under the BSD 3-clause License. \r
81 Also there is unRAR license restriction for some parts of the code.\r
82 Read <A href="license.txt">7-Zip License</A> information.</P> \r
83 \r
84 <P>You can use 7-Zip on any computer, including a computer in a commercial organization. \r
85 You don't need to register or pay for 7-Zip.</P>\r
86 \r
87 <H2>The main features of 7-Zip</H2>\r
88 <UL>\r
89   <LI>High compression ratio in <A href ="7z.html">7z format</A> with <B>LZMA</B> and <B>LZMA2</B> compression</LI>\r
90   <LI>Supported formats:\r
91     <UL>\r
92      <LI>Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM</LI>\r
93      <LI>Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS,\r
94                        IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, \r
95                        RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z.</LI>\r
96     </UL>\r
97   </LI>\r
98   <LI>For ZIP and GZIP formats, <B>7-Zip</B> provides a compression ratio that \r
99       is 2-10 % better than the ratio provided by PKZip and WinZip</LI>\r
100   <LI>Strong AES-256 encryption in 7z and ZIP formats</LI>\r
101   <LI>Self-extracting capability for 7z format</LI>\r
102   <LI>Integration with Windows Shell</LI>\r
103   <LI>Powerful File Manager</LI>\r
104   <LI>Powerful command line version</LI>\r
105   <LI>Plugin for FAR Manager</LI>\r
106   <LI>Localizations for 87 languages</LI>\r
107 </UL>\r
108 \r
109 <P><B>7-Zip</B> works in Windows 10 / 8 / 7 / Vista / XP / 2016 / 2012 / 2008 / 2003 / 2000 / NT.</P>\r
110 \r
111 <P><A href="http://sourceforge.net/projects/p7zip/">p7zip</A> - the port of the command line version of 7-Zip to Linux/Posix.</P>\r
112 \r
113 <P>On <A href="http://sourceforge.net/projects/sevenzip/">7-Zip's SourceForge Page</A> \r
114 you can find a forum, bug reports, and feature request systems.</P>\r
115 \r
116 <H2>Compression ratio</H2>\r
117 \r
118 <P>We compared <B>7-Zip</B> with WinRAR 5.20.</P>\r
119 \r
120 <P><B>FILE SETS:</B> Mozilla Firefox 34.0.5 for Windows and Google Earth 6.2.2.6613 for Windows.</P>\r
121 \r
122 <TABLE cellspacing ="2" cellpadding ="6">\r
123   <TR>\r
124     <TH class="Title" rowspan = 3>Archiver</TH>\r
125     <TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>\r
126     <TH class="Title" align="center" colspan = 2>Google Earth</TH>\r
127   </TR>\r
128   <TR>\r
129     <TH class="Title" align="center" colspan = 2>65 files<BR>85 280 391 bytes</TH>\r
130     <TH class="Title" align="center" colspan = 2>483 files<BR>110 700 519 bytes</TH>\r
131   </TR>\r
132   <TR>\r
133     <TH class="Title" align="center">Compressed size</TH>\r
134     <TH class="Title" align="center">Ratio</TH>\r
135     <TH class="Title" align="center">Compressed size</TH>\r
136     <TH class="Title" align="center">Ratio</TH>\r
137   </TR>\r
138   <TR>\r
139     <TD class="Item"><B>7-Zip 9.35<BR>-mx</B></TD>\r
140     <TD class="Item" align="center"><B>39 357 375</B></TD>\r
141     <TD class="Item" align="center"><B>100%</B></TD>\r
142     <TD class="Item" align="center"><B>15 964 369</B></TD>\r
143     <TD class="Item" align="center"><B>100%</B></TD>\r
144   </TR>\r
145   <TR>\r
146     <TD class="Item">WinRAR 5.20<BR>-m5 -s -ma5 -md128m</TD>\r
147     <TD class="Item" align="center">41 789 543</TD>\r
148     <TD class="Item" align="center">106%</TD>\r
149     <TD class="Item" align="center">17 035 432</TD>\r
150     <TD class="Item" align="center">107%</TD>\r
151   </TR>\r
152 </TABLE>\r
153 \r
154 <P>Compression ratio results are very dependent upon the data used for the tests. \r
155 Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.\r
156 And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>\r
157 \r
158 </TD>\r
159 <TD vAlign=top align=right width=210>\r
160 \r
161 \r
162 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
163   <TR class=NewsHeader><TD class=NewsTitle colSpan=2>2019-02-01</TD></TR>\r
164   <TR class=News>\r
165     <TD class=NewsText colSpan=2>\r
166       <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/d3ee3821b0/">Windows 10 BUG : Large Pages</A><BR>\r
167     </TD>\r
168   </TR>\r
169 </TABLE>\r
170 \r
171 <BR>\r
172 \r
173 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
174   <TR class=NewsHeader>\r
175     <TD class=NewsTitle>7-Zip 18.06</TD>\r
176     <TD class=NewsDate>2018-12-30</TD></TR>\r
177   <TR class=News>\r
178     <TD class=NewsText colSpan=2>\r
179       <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/f1a142fa03/">7-Zip 18.06</A><BR>\r
180     </TD>\r
181   </TR>\r
182 </TABLE>\r
183 \r
184 <BR>\r
185 \r
186 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
187   <TR class=NewsHeader>\r
188     <TD class=NewsTitle>7-Zip 18.05</TD>\r
189     <TD class=NewsDate>2018-04-30</TD></TR>\r
190   <TR class=News>\r
191     <TD class=NewsText colSpan=2>\r
192       <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/adc65bfa/">7-Zip 18.05</A><BR>\r
193     </TD>\r
194   </TR>\r
195 </TABLE>\r
196 \r
197 <BR>\r
198 \r
199 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
200   <TR class=NewsHeader>\r
201     <TD class=NewsTitle>7-Zip 18.03 beta</TD>\r
202     <TD class=NewsDate>2018-03-04</TD></TR>\r
203   <TR class=News>\r
204     <TD class=NewsText colSpan=2>\r
205       <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/7058918a/">7-Zip 18.03 beta</A><BR>\r
206     </TD>\r
207   </TR>\r
208 </TABLE>\r
209 \r
210 <BR>\r
211 \r
212 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
213   <TR class=NewsHeader>\r
214     <TD class=NewsTitle>7-Zip 18.01</TD>\r
215     <TD class=NewsDate>2018-01-28</TD></TR>\r
216   <TR class=News>\r
217     <TD class=NewsText colSpan=2>\r
218       <A href="https://sourceforge.net/p/sevenzip/discussion/45797/thread/c89dff27/">7-Zip 18.01</A><BR>\r
219     </TD>\r
220   </TR>\r
221 </TABLE>\r
222 \r
223 \r
224 <BR>\r
225 \r
226 <BR>\r
227 \r
228 <TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
229   <TR class=NewsHeader><TD class=NewsTitle colSpan=2>7-Zip ChangeLog</TD></TR>\r
230   <TR class=News>\r
231     <TD class=NewsText colSpan=2>\r
232       <A href="/history.txt">History of 7-zip changes</A><BR>\r
233     </TD>\r
234   </TR>\r
235 </TABLE>\r
236 \r
237 </TD>\r
238 </TR></TABLE>\r
239 \r
240 \r
241 <HR>\r
242 <P><SMALL>Copyright (C) 2018 Igor Pavlov. The site is hosted at <A href="https://m.do.co/c/cab893b82fa8">Digital Ocean</A> </SMALL></P>\r
243 </TD></TR></TABLE>\r
244 \r
245 </BODY></HTML>\r