-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
brotli-compression-utility.html
712 lines (712 loc) · 29.7 KB
/
brotli-compression-utility.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<meta name="AUTHOR" content="PeaZip Free Archiver Utility">
<meta name="DESCRIPTION"
content="Work with Brotli fast compression algorithm. Free BR files compressor, opener, extractor utility for Windows and Linux. How to create, open, extract Brotli compressed files">
<meta name="KEYWORDS"
content="work with, google, brotli, br, files, tar.br, extractor, opener, manage, compression, extract, open, extraction, how to, decompress, unzip, file, format, compress, extension, handle">
<meta name="ROBOTS" content="all">
<title>Free Brotli utility: compress, open, extract BR files</title>
<meta name="viewport" content="width=device-width">
<meta property="og:site_name"
content="PeaZip file archiver utility, free RAR ZIP software">
<meta property="og:title"
content="Free Brotli utility: compress, open, extract BR files">
<meta property="og:description"
content="Work with Google's Brotli fast compression algorithm. Free BR files compressor, opener, extractor utility for Windows and Linux. How to create, open, extract Brotli compressed files">
<meta property="og:image" content="free-zip/peazip-icon.png">
<meta property="og:url"
content="https://peazip.github.io/brotli-compression-utility.html">
<link rel="stylesheet" type="text/css" href="peazip-software.css">
</head>
<body>
<div style="text-align: center;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; text-align: center;">
<table
style="text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"> <img
title="Free Brotli utility" alt="how to open brotli archives"
src="peazip_ico24.png"
style="border: 0px solid ; width: 24px; height: 24px;"> </td>
<td style="vertical-align: middle;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="index.html">DOWNLOAD PEAZIP</a> </td>
<td style="vertical-align: middle; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-help-faq.html">ONLINE SUPPORT</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="screenshots-peazip-1.html">SCREENSHOTS</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-compression-benchmark.html">BENCHMARKS</a> </td>
<td style="vertical-align: top;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="donations.html">DONATE</a> </td>
</tr>
<tr>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><img
alt="brotli file opener" src="free-rar/archive-manager.png"
style="width: 12px; height: 12px;"> </td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr align="center">
<td
style="vertical-align: top; background-color: rgb(72, 136, 248);">
<div style="text-align: left;"> </div>
<table
style="width: 960px; text-align: left; font-weight: bold; color: rgb(253, 253, 253);"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="1" style="vertical-align: top;"> <br>
<h1 style="text-align: center;"><big><big><big><a
style="font-weight: bold;" name="brotli_compressor"></a><span
style="font-weight: bold;">Free Brotli utility:
compress, open,
extract BR files</span><br>
</big></big></big></h1>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(204, 204, 204);"><img
alt="Work with Google's Brotli fast compression algorithm"
src="free-rar/file-compressor.png" style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><img
alt="Free BR files compressor, opener, extractor utility for Windows and Linux"
src="free-rar/file-compressor.png" style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;"><br>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><a
href="peazip-help-faq.html">FAQ, HOW TO</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; text-align: center; background-color: rgb(240, 239, 238); font-weight: bold;"><small><a
href="peazip-help.html">ONLINE TUTORIAL</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; text-align: center; background-color: rgb(240, 239, 238); font-weight: bold;"><small><a
href="peazip-more.html">ISSUE TRACKER, CVE<br>
</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><a
href="changelog.html"><small>CHANGE LOG</small></a><br>
</td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-tos-privacy.html">TOS, PRIVACY</a><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-free-archiver.html">WHAT IS PEAZIP</a><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-reviews.html">REVIEWS</a></small></td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<ul>
<li><a href="#decompress_brotli_br_files">WORK WITH BR
FILES, BROTLI FAST COMPRESSOR OPENER EXTRACTOR UTILITY</a></li>
</ul>
<ul>
<li><a href="#brotli_7z_compression">HOW TO USE BROTLI
COMPRESSION IN 7Z ARCHIVES</a></li>
</ul>
<br>
<h2 style="font-weight: bold;"><big><big><big><a
name="decompress_brotli_br_files"></a><a href="#brotli_compressor">Work
with BR
files, Brotli fast compressor, opener, extractor utility</a></big></big></big></h2>
<br>
<br>
<h3><big style="font-weight: bold;">Manage Brotli files
with PeaZip</big></h3>
<br>
<a name="work_with_brotli_br_files"></a>PeaZip free
archiver
utility offers full read /
write support (compressor, and extractor / opener) for BR
compressed files,
through the Open Source components from Google's Brotli project
(released
under MIT license) to offer the same GUI
frontend to
create,
browse, and extract .BR files under Windows
and Linux operating systems.<br>
<br>
<span style="font-weight: bold;">Brotli compression</span><br>
Google's Brotli provides faster than Deflate (ZIP / GZip) compression,
but slower than current Facebook's Zstandard implementation; see <a
style="font-weight: bold;" href="peazip-compression-benchmark.html">benchmarks</a>
page for a comparative of fastest file compressor tools.<br>
Brotli algorithm is a pure fast single file (or stream) compressor, and
does
not provide file archiving features: if multiple files are sent to
Botli compression, PeaZip will automatically switch to <a
href="what-is-solid-compression.html"><span style="font-weight: bold;">solid
compression</span></a> consolidating all input files / directories to a
single <a href="tar-file-format.html">TAR archive</a>. <br>
The entire input is treated as a whole, which usually also allows reach
better compression ratio that treating each
input file separately.<br>
BR format does not support encryption (files of this type cannot be
password protected) as no encryption primitive is offered by Brotli
algorithm..<br>
<br>
<h3><img alt="extract brotli compressed files"
title="How to create, open, extract Brotli compressed files."
src="read-write.png"
style="border: 0px solid ; width: 800px; height: 39px;"></h3>
<br>
<table style="width: 100%; text-align: left;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; width: 448px;">
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h2><big><span style="font-weight: bold;">Compress
with Brotli algorithm</span><br>
</big></h2>
<p><a name="create_br_file"></a>Brotli
fast data compression accepts a
single file as input,
otherwise (to add multiple files and directories) use "TAR before"
option to consolidate input in a single TAR package before proceeding
with compression stage with Brotli algorithm.<br>
</p>
<ul>
<li>
<p>Create BR files from system's file
explorer</p>
</li>
<ul>
<li>
<p><a name="brotli_compression"></a>Use
context menu
entry PeaZip > Add to archive for archive creation
screen, to set compression settings, output destination,
and other options.</p>
</li>
</ul>
<li>
<p>Create BR files from PeaZip</p>
</li>
<ul>
<li>
<p><a name="how_to_use_brotli_compression"></a>Select
files and folders, and use Add
button
(also in context
menu) for archive creation screen</p>
</li>
</ul>
<ul>
<li>
<p><a name="free_brotli_compressor"></a>Drag
and drop files / folders from the
system
to a
PeaZip
instance</p>
</li>
</ul>
</ul>
<h3><img
alt="compress files with Brotli algorithm"
title="Compress to BR format" src="add-to-archive.png"
style="width: 100px; height: 45px;"></h3>
<br>
Read more about <a href="how-to-compress-files-folders.html">how to
compress files</a> (or TAR archives) with Brotli algorithm.<br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h3 style="font-weight: bold;"><big>How to
convert Brotli BR files</big></h3>
<br>
<h2><a name="convert_brotli_file_format"></a><a
href="convert-files.html">Archive file
conversion</a>
procedure using <span style="font-weight: bold;">Convert </span>button
extracts and then re-pack input archive files into any write-supported
format (7z, arc, br, pea, tar, zip...)</h2>
<h2><img alt="free brotli files extractor"
title="Convert from/to BR format" src="convert.png"
style="width: 120px; height: 45px;"></h2>
This utility allows to convert any type
supported for reading (ACE, CAB, RAR, TAR, ZIP...) into a new BR
file, as well as to
convert
existing BR file into any other write-supported format.</td>
</tr>
</tbody>
</table>
</td>
<td style="vertical-align: top; width: 24px;"><br>
</td>
<td style="vertical-align: top; width: 448px;">
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h2><big><span style="font-weight: bold;">Open
Brotli BR files</span><br>
</big></h2>
<br>
<a name="read_brotli_compressed_files"></a>To
open BR file
and <span style="font-weight: bold;">view </span>its content (a
single
compresed file in case of plain .br format, a tar archive opening a
tar.br file), open it in
PeaZip with double click if file extension is associated with the
application, or using system context menu "Open as archive" entry,
that
will attempt to read any user provided file type regardless file
associations<br>
<br>
<h2><big style="font-weight: bold;">Decompress
files compressed with Brotli</big><br>
</h2>
<div style="text-align: left;"> </div>
<h3><br>
</h3>
<a name="work_with_brotli_compressed_files"></a>Decompress
BR files from the
system
<ul style="text-align: left;">
<li>
<p>Use context menu entry "Extract..."
for
extraction screen to set
output path and other options</p>
</li>
<li>
<p>Select one or more archives and use
context
menu
entry <span style="font-weight: bold;">Extract here</span> or <span
style="font-weight: bold;">Extract
here (to new folder)</span> for quick extraction with no further
confirmation </p>
</li>
</ul>
<a name="windows_brotli_utility"></a>Decompress
Brotli BR files within PeaZip free archiver<br>
<ul style="text-align: left;">
<li>
<p><a name="decompress_brotli_file"></a>Extract
button shows archive
extraction screen providing access to all extraction options (set
output
path, open output path after extraction, keep or delete original
archives, etc)<br>
</p>
</li>
<li>
<p><a name="how_to_extract_br_file"></a>Extract
all to... button activates a
simplified
procedure only asking for output path</p>
</li>
<li>Simply drag & drop the compressed
file
from
the
application to the system to decompress it</li>
</ul>
<h2><img alt="brotli fast compression algorithm"
title="Decompress Brotli-compressed files" src="extract-archive.png"
style="width: 112px; height: 45px;"></h2>
<br>
<h3><span style="font-weight: bold;">Extract
Brotli compressed tar archive</span></h3>
<br>
<div style="text-align: left;"><a
name="how_to_extract_br_files"></a>To work on a TAR file compressed
with Brotli you will need
to
uncompress the tar container before using aforementioned methods - it
is
a two-step non atomic operation.<br>
<br>
Read more about <a href="how-to-extract-rar-zip-archives.html">how to
extract archive files</a> and <a
href="how-to-extract-selected-files-from-archive.html">how to extract
selected content from archive</a>. </div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<big><big><big><span style="font-weight: bold;"><a
name="brotli_7z_compression"></a><a href="#brotli_compressor">How to
use Brotli compression in 7z archives</a></span></big></big></big><br>
<table style="width: 100%; text-align: left;" border="0"
cellpadding="24" cellspacing="0">
<tbody>
<tr>
<td
style="text-align: right; vertical-align: middle; width: 64px;">
<h3><span style="font-weight: bold;"><img
title="7-Zip brotli plugin" alt="7Z Brotli plugin"
src="file-format/information.png" style="width: 48px; height: 48px;"><br>
</span></h3>
</td>
<td
style="font-style: italic; vertical-align: middle;">
<p><a name="7z_brotli_compression"></a> Brotli
faster-than-zip compression algorithm is
available also for 7Z format, with Tino
Reichardt's 7Z plugins (supported by PeaZip, providing Brotli, Lizard,
LZ4, LZ5, and Zstd algorithms for 7Z API), selecting Brotli compression
method in
Advanced tab when 7Z format is selected.</p>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<p><span style="font-weight: bold;">Synopsis: Work with
Google's Brotli fast compression algorithm. How to use PeaZip as free
BR files compressor, opener, extractor utility for Windows and Linux.
How to create, open, extract (decompress) Brotli compressed files,
convert Brotli files to other archive formats.<br>
</span></p>
<p><span style="font-weight: bold;">Topics: compress files
with Brotli, extract BR files, convert BR files</span><br>
<span style="font-weight: bold;"></span><span
style="font-weight: bold;"></span></p>
<p><span style="font-weight: bold;">PeaZip > FAQ
> Free Brotli utility: compress, open, extract BR files<br>
</span></p>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h3 style="color: rgb(0, 0, 0);"><img
title="FAQ how to extract 7Z, RAR, TAR, ZIP..."
alt="open and extract br files" src="file-format/archive-format.png"
style="width: 96px; height: 96px;" align="right"><a
name="open_and_extract_archive"></a>WORK WITH
SUPPORTED
FILE TYPES</h3>
<p><a style="font-weight: bold;"
href="7zip-files-utility.html">Create, open, extract 7Z files</a><br>
</p>
<p><a style="font-weight: bold;"
href="ace-files-utility.html">Open and extract ACE files</a><br>
</p>
<p><a style="font-weight: bold;"
href="arc-files-utility.html">Create, open, extract ARC files</a><br>
</p>
<p><a href="brotli-compression-utility.html"><span
style="font-weight: bold;">Create, open, extract Brotli files</span></a><br>
</p>
<p><a href="bzip2-utility.html"><span
style="font-weight: bold;">Compress, decompress Bzip2 files</span></a><br>
</p>
<p><a style="font-weight: bold;"
href="cab-files-utility.html">Open and extract CAB files</a><br>
</p>
<p><a href="gzip-utility.html"><span
style="font-weight: bold;">Compress, decompress GZip files</span></a><br>
</p>
<p><a style="font-weight: bold;"
href="iso-utility.html">Open and extract DMG, ISO, UDF disk images</a><br>
</p>
<p><a href="paq-files-compression-utility.html"><span
style="font-weight: bold;">Create, open, extract PAQ, LPAQ, ZPAQ files</span></a><br>
</p>
<p style="font-weight: bold;"><a
href="pea-archiving-utility.html">PEA: Pack Encrypt Authenticate</a><a
href="pea-archiving-utility.html"><br>
</a></p>
<p><a style="font-weight: bold;" href="free-rar.html">Open
and extract RAR files</a><span style="font-weight: bold;"></span> </p>
<p><a style="font-weight: bold;"
href="tar-windows.html">Create, open, extract
TAR, TGZ, TBZ files</a><br>
</p>
<p><a style="font-weight: bold;"
href="wim-utility.html">Create, open, extract WIM disk images</a><br>
</p>
<p> </p>
<p><a style="font-weight: bold;"
href="zip-files-utility.html">Create, open, extract ZIP files</a><span
style="font-weight: bold;"></span> </p>
<p><a style="font-weight: bold;"
href="zipx-files-software.html">Create, open, extract ZIPX files</a><br>
</p>
<p style="font-weight: bold;"><a
href="zstandard-compression-utility.html">Create, open, extract
Zstandard files</a></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;">
<table
style="margin-left: auto; margin-right: auto; width: 960px; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;"><small> <img
alt="brotli files extraction utility" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="free_brotli_files_opener"></a>DOWNLOADS<br>
<img alt="brotli files compressor"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br>
</small><small><a href="index.html">All
PeaZip downloads</a><br>
</small><small><a href="peazip-linux.html">PeaZip
for Linux</a><br>
</small><small><a href="peazip-macos.html">PeaZip
for macOS</a></small><br>
<small> <a href="peazip-64bit.html">PeaZip
for Windows</a><br>
</small><small><a href="peazip-sources.html">PeaZip sources</a></small><small><br>
</small></td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="brotli files extractor" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="free_brotli_files_compressor"></a>SUPPORT<br>
<img alt="open brotli files" src="free-rar/extract-rar.png"
style="width: 1px; height: 1px;" vspace="3"><br>
<a href="peazip-help.html">Online
help</a><br>
<a href="peazip-help-faq.html">Frequently
Asked Questions</a><br>
</small><br>
</td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="peazip file compression software" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a style="color: rgb(0, 0, 0);"
name="peazip_cross_platform_archive_manager_tool"></a>ABOUT<br
style="font-style: italic;">
<img alt="peazip free archiver utility"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br style="font-style: italic;">
</small><small><a href="peazip-tos-privacy.html"
style="font-weight: normal;">PeaZip project: TOS,
Privacy</a><br>
</small></td>
<td style="vertical-align: top; width: 247px;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: 0px;"
border="0" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/releases.atom">Releases
Feed</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="How to create, open, extract Brotli compressed files"
title="PeaZip releases feed" src="extract-zip/rss16.png"
style="width: 24px; height: 24px;" align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/wiki">PeaZip
Wiki</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
title="PeaZip Wiki online" alt="free brotli files opener"
src="free-zip/wikipedia.png" style="width: 24px; height: 24px;"
align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="mailto:[email protected]">Developer email</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="free brotli files compressor"
title="Mail developer | Giorgio Tani" src="free-zip/mail.png"
style="width: 24px; height: 24px;"><br>
</small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="peazip-more.html">Search knowledge-base</a><br>
</small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="free brotli files extractor"
title="Search in PeaZip project domain"
src="extract-rar/rar-opener.png"
style="border: 0px solid ; width: 24px; height: 24px;" align="middle"></small></td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>