[{"data":1,"prerenderedAt":1415},["ShallowReactive",2],{"\u002Ffiles\u002Ftar-gz":3,"\u002Ffiles":1081},{"id":4,"title":5,"body":6,"description":1049,"extension":1050,"meta":1051,"navigation":1076,"path":1077,"seo":1078,"stem":1079,"__hash__":1080},"files\u002Ffiles\u002Ftar-gz.md","Open TAR.GZ Files on Android — Extract Gzipped Archives",{"type":7,"value":8,"toc":1013},"minimark",[9,26,36,41,56,60,63,79,82,91,94,99,102,120,123,127,130,257,261,265,290,294,322,326,348,352,356,359,373,376,380,383,403,406,410,550,556,559,563,566,651,655,768,771,775,779,782,800,804,807,818,822,825,836,840,843,857,861,865,893,897,900,913,917,931,935,958,962,973,977],[10,11,12,13,17,18,21,22,25],"p",{},"TAR.GZ (also written as ",[14,15,16],"code",{},".tgz",") is a TAR archive compressed with GZIP — the standard format for distributing source code, Linux software packages, server backups, and developer tools. It combines two Unix utilities: ",[14,19,20],{},"tar"," for bundling multiple files into one archive while preserving directory structure and permissions, and ",[14,23,24],{},"gzip"," for compressing the resulting bundle into a significantly smaller file.",[10,27,28,29,32,33,35],{},"You will encounter TAR.GZ files whenever you download software from GitHub, transfer files from macOS or Linux systems, restore server backups, or work with development tools. AnExplorer opens ",[14,30,31],{},".tar.gz"," and ",[14,34,16],{}," files natively — browse inside the archive or extract everything to a folder in one step.",[37,38,40],"h2",{"id":39},"quick-answer","Quick Answer",[10,42,43,44,48,49,51,52,55],{},"Open ",[45,46,47],"strong",{},"AnExplorer"," → tap the ",[14,50,31],{}," file → browse contents or long-press → ",[45,53,54],{},"Extract"," to decompress everything to a folder. AnExplorer handles both the GZIP decompression and TAR extraction automatically.",[37,57,59],{"id":58},"what-is-a-targz-file","What Is a TAR.GZ File?",[10,61,62],{},"TAR.GZ is two operations combined into one file:",[64,65,66,73],"ol",{},[67,68,69,72],"li",{},[45,70,71],{},"TAR (Tape Archive)"," — bundles files and directories into a single archive. No compression, just packaging. Preserves file names, directory hierarchy, Unix permissions, timestamps, and symlinks.",[67,74,75,78],{},[45,76,77],{},"GZIP (GNU Zip)"," — compresses the entire TAR file using the Deflate algorithm. Reduces the archive size by typically 30-70% depending on content.",[10,80,81],{},"This two-layer approach is the standard in Unix\u002FLinux systems because it separates concerns:",[83,84,85,88],"ul",{},[67,86,87],{},"TAR handles the structural complexity (directories, metadata, special files)",[67,89,90],{},"GZIP handles pure data compression",[10,92,93],{},"Unlike ZIP which compresses each file independently, GZIP compresses the entire TAR stream as one unit. This often yields better compression ratios because the algorithm can find patterns across file boundaries — especially effective for collections of similar files like source code.",[95,96,98],"h3",{"id":97},"extension-variations","Extension Variations",[10,100,101],{},"All of these are the same format:",[83,103,104,109,114],{},[67,105,106,108],{},[14,107,31],{}," — the canonical double extension",[67,110,111,113],{},[14,112,16],{}," — shortened form (common on systems with extension length limits)",[67,115,116,119],{},[14,117,118],{},".tar.gzip"," — rare but valid",[10,121,122],{},"AnExplorer recognizes and handles all variations identically.",[37,124,126],{"id":125},"where-you-encounter-targz-files","Where You Encounter TAR.GZ Files",[10,128,129],{},"TAR.GZ is the dominant archive format in the Linux, Unix, and developer ecosystem:",[131,132,133,146],"table",{},[134,135,136],"thead",{},[137,138,139,143],"tr",{},[140,141,142],"th",{},"Source",[140,144,145],{},"What You Get",[147,148,149,163,173,183,193,207,217,227,237,247],"tbody",{},[137,150,151,157],{},[152,153,154],"td",{},[45,155,156],{},"GitHub repository download",[152,158,159,162],{},[14,160,161],{},"repository-main.tar.gz"," — complete source code",[137,164,165,170],{},[152,166,167],{},[45,168,169],{},"Linux software distribution",[152,171,172],{},"Source tarballs for compilation",[137,174,175,180],{},[152,176,177],{},[45,178,179],{},"npm\u002Fpip package sources",[152,181,182],{},"Node.js and Python package tarballs",[137,184,185,190],{},[152,186,187],{},[45,188,189],{},"Server backups",[152,191,192],{},"cPanel, Plesk, DigitalOcean snapshots",[137,194,195,200],{},[152,196,197],{},[45,198,199],{},"macOS Terminal exports",[152,201,202,203,206],{},"Files bundled with ",[14,204,205],{},"tar -czf"," command",[137,208,209,214],{},[152,210,211],{},[45,212,213],{},"Docker image layers",[152,215,216],{},"Container filesystem layers",[137,218,219,224],{},[152,220,221],{},[45,222,223],{},"Homebrew formulas",[152,225,226],{},"macOS package source archives",[137,228,229,234],{},[152,230,231],{},[45,232,233],{},"Android NDK\u002FSDK tools",[152,235,236],{},"Native development toolchains",[137,238,239,244],{},[152,240,241],{},[45,242,243],{},"Database dumps",[152,245,246],{},"PostgreSQL, MySQL export archives",[137,248,249,254],{},[152,250,251],{},[45,252,253],{},"Website migrations",[152,255,256],{},"Full site file exports from hosting panels",[37,258,260],{"id":259},"how-to-open-targz-files-with-anexplorer","How to Open TAR.GZ Files with AnExplorer",[95,262,264],{"id":263},"browse-without-extracting","Browse Without Extracting",[64,266,267,272,281,284,287],{},[67,268,269,270],{},"Launch ",[45,271,47],{},[67,273,274,275,277,278,280],{},"Navigate to the ",[14,276,31],{}," or ",[14,279,16],{}," file",[67,282,283],{},"Tap the file — AnExplorer decompresses and shows the archive structure",[67,285,286],{},"Browse directories and files inside",[67,288,289],{},"Tap individual files to preview (text, images, documents)",[95,291,293],{"id":292},"extract-everything","Extract Everything",[64,295,296,301,304,309,312,319],{},[67,297,274,298,300],{},[14,299,31],{}," file in AnExplorer",[67,302,303],{},"Long-press the file to select it",[67,305,306,307],{},"Tap menu (⋮) → ",[45,308,54],{},[67,310,311],{},"Choose a destination folder",[67,313,314,315,318],{},"Tap ",[45,316,317],{},"OK"," — AnExplorer decompresses (GZIP) and extracts (TAR) in one step",[67,320,321],{},"Files appear in the chosen folder with their original directory structure",[95,323,325],{"id":324},"extract-specific-files","Extract Specific Files",[64,327,328,334,337,340,345],{},[67,329,330,331,333],{},"Tap the ",[14,332,31],{}," file to browse inside",[67,335,336],{},"Navigate to the files or folders you need",[67,338,339],{},"Long-press to select specific items",[67,341,314,342,344],{},[45,343,54],{}," → choose destination",[67,346,347],{},"Only selected items are extracted",[37,349,351],{"id":350},"technical-details","Technical Details",[95,353,355],{"id":354},"how-gzip-compression-works","How GZIP Compression Works",[10,357,358],{},"GZIP uses the Deflate algorithm (the same one used inside ZIP files) but applies it to the entire data stream rather than individual files:",[83,360,361,367],{},[67,362,363,366],{},[45,364,365],{},"LZ77"," — finds repeated byte sequences and replaces them with back-references",[67,368,369,372],{},[45,370,371],{},"Huffman coding"," — encodes the output using variable-length codes (shorter codes for common patterns)",[10,374,375],{},"The result is typically 30-70% size reduction for text-based content (source code, config files, HTML) and modest reduction for already-compressed content (JPEG images, MP4 video).",[95,377,379],{"id":378},"compression-levels","Compression Levels",[10,381,382],{},"GZIP supports compression levels 1-9:",[83,384,385,391,397],{},[67,386,387,390],{},[45,388,389],{},"Level 1"," (fast) — minimal compression, maximum speed",[67,392,393,396],{},[45,394,395],{},"Level 6"," (default) — balanced compression and speed",[67,398,399,402],{},[45,400,401],{},"Level 9"," (best) — maximum compression, slowest",[10,404,405],{},"Most TAR.GZ files you download use level 6 or 9. The level affects compression time but barely affects decompression speed — extracting is always fast regardless of what level was used to create the file.",[95,407,409],{"id":408},"targz-vs-other-compressed-tar-formats","TAR.GZ vs Other Compressed TAR Formats",[131,411,412,434],{},[134,413,414],{},[137,415,416,419,422,425,428,431],{},[140,417,418],{},"Format",[140,420,421],{},"Extension",[140,423,424],{},"Compression",[140,426,427],{},"Ratio",[140,429,430],{},"Decompress Speed",[140,432,433],{},"Create Speed",[147,435,436,459,484,508,529],{},[137,437,438,441,448,451,454,457],{},[152,439,440],{},"TAR.GZ",[152,442,443,445,446],{},[14,444,31],{}," \u002F ",[14,447,16],{},[152,449,450],{},"GZIP (Deflate)",[152,452,453],{},"Good (30-60%)",[152,455,456],{},"Fast",[152,458,456],{},[137,460,461,464,472,475,478,481],{},[152,462,463],{},"TAR.BZ2",[152,465,466,445,469],{},[14,467,468],{},".tar.bz2",[14,470,471],{},".tbz2",[152,473,474],{},"BZIP2 (BWT)",[152,476,477],{},"Better (35-65%)",[152,479,480],{},"Moderate",[152,482,483],{},"Slow",[137,485,486,489,497,500,503,505],{},[152,487,488],{},"TAR.XZ",[152,490,491,445,494],{},[14,492,493],{},".tar.xz",[14,495,496],{},".txz",[152,498,499],{},"XZ (LZMA2)",[152,501,502],{},"Best (40-70%)",[152,504,483],{},[152,506,507],{},"Very slow",[137,509,510,513,518,521,524,527],{},[152,511,512],{},"TAR.ZSTD",[152,514,515],{},[14,516,517],{},".tar.zst",[152,519,520],{},"Zstandard",[152,522,523],{},"Good (35-60%)",[152,525,526],{},"Very fast",[152,528,456],{},[137,530,531,534,539,542,545,548],{},[152,532,533],{},"TAR.LZ4",[152,535,536],{},[14,537,538],{},".tar.lz4",[152,540,541],{},"LZ4",[152,543,544],{},"Moderate (20-40%)",[152,546,547],{},"Extremely fast",[152,549,547],{},[10,551,552,553,555],{},"TAR.GZ dominates because it offers the best balance of compression ratio, decompression speed, and universal availability. Every Unix system includes ",[14,554,24],{}," by default.",[10,557,558],{},"AnExplorer supports TAR.GZ, TAR.BZ2, and TAR.XZ variants.",[95,560,562],{"id":561},"file-size-examples","File Size Examples",[10,564,565],{},"Typical compression ratios for common content:",[131,567,568,583],{},[134,569,570],{},[137,571,572,575,578,581],{},[140,573,574],{},"Content Type",[140,576,577],{},"Original Size",[140,579,580],{},"TAR.GZ Size",[140,582,427],{},[147,584,585,599,612,625,638],{},[137,586,587,590,593,596],{},[152,588,589],{},"Source code (C\u002FJava)",[152,591,592],{},"100 MB",[152,594,595],{},"20-30 MB",[152,597,598],{},"70-80% reduction",[137,600,601,604,606,609],{},[152,602,603],{},"Plain text documents",[152,605,592],{},[152,607,608],{},"15-25 MB",[152,610,611],{},"75-85% reduction",[137,613,614,617,619,622],{},[152,615,616],{},"Already-compressed (JPEG\u002FMP4)",[152,618,592],{},[152,620,621],{},"95-100 MB",[152,623,624],{},"~0% reduction",[137,626,627,630,632,635],{},[152,628,629],{},"Database SQL dump",[152,631,592],{},[152,633,634],{},"10-20 MB",[152,636,637],{},"80-90% reduction",[137,639,640,643,645,648],{},[152,641,642],{},"Mixed web assets (HTML\u002FCSS\u002FJS\u002Fimages)",[152,644,592],{},[152,646,647],{},"40-60 MB",[152,649,650],{},"40-60% reduction",[37,652,654],{"id":653},"targz-vs-zip","TAR.GZ vs ZIP",[131,656,657,669],{},[134,658,659],{},[137,660,661,664,666],{},[140,662,663],{},"Aspect",[140,665,440],{},[140,667,668],{},"ZIP",[147,670,671,682,693,704,715,726,737,748,757],{},[137,672,673,676,679],{},[152,674,675],{},"Compression approach",[152,677,678],{},"Stream (whole-file)",[152,680,681],{},"Per-file",[137,683,684,687,690],{},[152,685,686],{},"Compression ratio",[152,688,689],{},"Better for similar files",[152,691,692],{},"Good, but per-file overhead",[137,694,695,698,701],{},[152,696,697],{},"Random file access",[152,699,700],{},"❌ Must decompress from start",[152,702,703],{},"✅ Direct access to any file",[137,705,706,709,712],{},[152,707,708],{},"Unix permissions",[152,710,711],{},"✅ Fully preserved",[152,713,714],{},"❌ Not preserved",[137,716,717,720,723],{},[152,718,719],{},"Symlinks",[152,721,722],{},"✅ Preserved",[152,724,725],{},"❌ Not supported",[137,727,728,731,734],{},[152,729,730],{},"File size overhead",[152,732,733],{},"Minimal",[152,735,736],{},"Central directory + per-file headers",[137,738,739,742,745],{},[152,740,741],{},"Default on Linux\u002FMac",[152,743,744],{},"✅",[152,746,747],{},"❌",[137,749,750,753,755],{},[152,751,752],{},"Default on Windows",[152,754,747],{},[152,756,744],{},[137,758,759,762,765],{},[152,760,761],{},"Password protection",[152,763,764],{},"❌ (use GPG separately)",[152,766,767],{},"✅ Built-in AES",[10,769,770],{},"TAR.GZ is preferred when preserving Unix metadata matters or when compressing large collections of similar text files. ZIP is preferred for cross-platform sharing where recipients may be on Windows.",[37,772,774],{"id":773},"common-use-cases-on-android","Common Use Cases on Android",[95,776,778],{"id":777},"downloading-source-code-from-github","Downloading Source Code from GitHub",[10,780,781],{},"Every GitHub repository offers a TAR.GZ download:",[64,783,784,794,797],{},[67,785,786,787,790,791],{},"On GitHub, go to the repository → ",[45,788,789],{},"Code"," → ",[45,792,793],{},"Download TAR.GZ",[67,795,796],{},"Or use a release page → download the source tarball",[67,798,799],{},"Open in AnExplorer to browse source files, read documentation, or extract configs",[95,801,803],{"id":802},"restoring-server-backups","Restoring Server Backups",[10,805,806],{},"Server hosting panels (cPanel, Plesk) create backups as TAR.GZ:",[64,808,809,812,815],{},[67,810,811],{},"Download the backup to your phone",[67,813,814],{},"Open in AnExplorer to find specific files (database dumps, config files)",[67,816,817],{},"Extract only what you need rather than the entire multi-GB backup",[95,819,821],{"id":820},"working-with-developer-tools","Working with Developer Tools",[10,823,824],{},"Android NDK, Flutter SDK, and other tools sometimes ship as TAR.GZ:",[64,826,827,830,833],{},[67,828,829],{},"Download the TAR.GZ to your device",[67,831,832],{},"Extract to a known location",[67,834,835],{},"Reference the extracted tools from your development environment",[95,837,839],{"id":838},"transferring-files-from-maclinux","Transferring Files from Mac\u002FLinux",[10,841,842],{},"When someone bundles files on macOS or Linux using Terminal:",[64,844,845,851,854],{},[67,846,847,848],{},"They run ",[14,849,850],{},"tar -czf files.tar.gz folder\u002F",[67,852,853],{},"Send you the resulting file",[67,855,856],{},"Open in AnExplorer to browse and extract the contents",[37,858,860],{"id":859},"troubleshooting","Troubleshooting",[95,862,864],{"id":863},"cannot-open-as-archive-for-a-targz-file","\"Cannot open as archive\" for a .tar.gz file",[83,866,867,880,887],{},[67,868,869,870,872,873,277,876,879],{},"The file may have a wrong extension — some ",[14,871,31],{}," files are incorrectly named ",[14,874,875],{},".tar",[14,877,878],{},".gz"," only",[67,881,882,883,886],{},"Try long-press → ",[45,884,885],{},"Open as archive"," to force archive interpretation",[67,888,889,890,892],{},"If it is truly a ",[14,891,878],{}," (single compressed file, not a TAR bundle), AnExplorer decompresses it to a single file",[95,894,896],{"id":895},"extraction-produces-only-one-large-tar-file","Extraction produces only one large .tar file",[10,898,899],{},"This means only the GZIP layer was decompressed without unpacking the TAR:",[83,901,902,907,910],{},[67,903,904,905,300],{},"Open the resulting ",[14,906,875],{},[67,908,909],{},"Extract again — this unpacks the TAR layer",[67,911,912],{},"In most cases, AnExplorer handles both layers in one step automatically",[95,914,916],{"id":915},"extraction-is-very-slow","Extraction is very slow",[83,918,919,922,925,928],{},[67,920,921],{},"TAR.GZ decompression is generally fast (GZIP is designed for speed)",[67,923,924],{},"Very large archives (5+ GB) take time proportional to their uncompressed size",[67,926,927],{},"Ensure your device has sufficient free storage — the extracted content is larger than the compressed file",[67,929,930],{},"BZIP2 and XZ compressed TARs are significantly slower than GZIP",[95,932,934],{"id":933},"insufficient-storage-during-extraction","\"Insufficient storage\" during extraction",[83,936,937,940,946,949],{},[67,938,939],{},"Compressed TAR archives expand 2-5x when extracted (depending on content)",[67,941,942,943,945],{},"A 500 MB ",[14,944,31],{}," might produce 2-3 GB of extracted files",[67,947,948],{},"Free space before extraction or extract to an SD card with more room",[67,950,951,952,957],{},"Use ",[953,954,956],"a",{"href":955},"\u002Ffeatures\u002Fmemory-cleaner","Memory Cleaner"," to identify and remove unnecessary files",[95,959,961],{"id":960},"file-permissions-issues-after-extraction","File permissions issues after extraction",[83,963,964,967,970],{},[67,965,966],{},"Unix permissions stored in TAR files do not apply on Android's filesystem",[67,968,969],{},"Extracted files get standard Android read\u002Fwrite permissions",[67,971,972],{},"This is normal and expected — Android does not use Unix permission enforcement",[37,974,976],{"id":975},"related-guides","Related Guides",[83,978,979,986,993,1000,1007],{},[67,980,981,985],{},[953,982,984],{"href":983},"\u002Ffiles\u002Ftar","Open TAR Files"," — uncompressed TAR archives",[67,987,988,992],{},[953,989,991],{"href":990},"\u002Ffiles\u002Fzip","Open ZIP Files"," — ZIP archive extraction",[67,994,995,999],{},[953,996,998],{"href":997},"\u002Ffiles\u002F7z","Open 7Z Files"," — high-compression 7-Zip format",[67,1001,1002,1006],{},[953,1003,1005],{"href":1004},"\u002Ffiles\u002Frar","Open RAR Files"," — RAR archive guide",[67,1008,1009],{},[953,1010,1012],{"href":1011},"\u002Ffeatures\u002Farchive-manager","Archive Manager",{"title":1014,"searchDepth":1015,"depth":1015,"links":1016},"",2,[1017,1018,1022,1023,1028,1034,1035,1041,1048],{"id":39,"depth":1015,"text":40},{"id":58,"depth":1015,"text":59,"children":1019},[1020],{"id":97,"depth":1021,"text":98},3,{"id":125,"depth":1015,"text":126},{"id":259,"depth":1015,"text":260,"children":1024},[1025,1026,1027],{"id":263,"depth":1021,"text":264},{"id":292,"depth":1021,"text":293},{"id":324,"depth":1021,"text":325},{"id":350,"depth":1015,"text":351,"children":1029},[1030,1031,1032,1033],{"id":354,"depth":1021,"text":355},{"id":378,"depth":1021,"text":379},{"id":408,"depth":1021,"text":409},{"id":561,"depth":1021,"text":562},{"id":653,"depth":1015,"text":654},{"id":773,"depth":1015,"text":774,"children":1036},[1037,1038,1039,1040],{"id":777,"depth":1021,"text":778},{"id":802,"depth":1021,"text":803},{"id":820,"depth":1021,"text":821},{"id":838,"depth":1021,"text":839},{"id":859,"depth":1015,"text":860,"children":1042},[1043,1044,1045,1046,1047],{"id":863,"depth":1021,"text":864},{"id":895,"depth":1021,"text":896},{"id":915,"depth":1021,"text":916},{"id":933,"depth":1021,"text":934},{"id":960,"depth":1021,"text":961},{"id":975,"depth":1015,"text":976},"Extract .tar.gz and .tgz archives on Android with AnExplorer. Handles gzip decompression and TAR extraction in one step — ideal for Linux packages.","md",{"faq":1052,"howto":1062},[1053,1056,1059],{"q":1054,"a":1055},"What is a TAR.GZ file?","A TAR.GZ (or .tgz) file is a TAR archive compressed with gzip. Common on Linux\u002FUnix systems for distributing source code and backups.",{"q":1057,"a":1058},"Can AnExplorer open TAR.GZ files?","Yes. AnExplorer handles the gzip decompression and TAR extraction in one step — tap the file and extract.",{"q":1060,"a":1061},"Is TAR.GZ the same as .tgz?","Yes. .tgz is just a shorter extension for .tar.gz. AnExplorer handles both identically.",{"name":1063,"description":1064,"totalTime":1065,"steps":1066},"How to Open TAR.GZ Files on Android","Extract TAR.GZ compressed archives on Android.","PT1M",[1067,1070,1073],{"name":1068,"text":1069},"Open AnExplorer","Launch AnExplorer.",{"name":1071,"text":1072},"Find the TAR.GZ file","Navigate to the .tar.gz or .tgz file.",{"name":1074,"text":1075},"Tap to extract","Tap the file → menu → Extract. AnExplorer decompresses and extracts in one step.",true,"\u002Ffiles\u002Ftar-gz",{"title":5,"description":1049},"files\u002Ftar-gz","SVmvGvedTAfWshwXVsPAD4EVUXg-_y97mETmpVKkL58",{"id":1082,"title":1083,"body":1084,"description":1399,"extension":1050,"meta":1400,"navigation":1076,"path":1411,"seo":1412,"stem":1413,"__hash__":1414},"content\u002Ffiles.md","How to Open ZIP, RAR, APK, PDF & Other Files on Android",{"type":7,"value":1085,"toc":1393},[1086,1089,1093,1137,1141,1171,1175,1289,1293,1375],[10,1087,1088],{},"AnExplorer includes a built-in archive manager and format handler. No separate unarchiver app, no cloud upload required — everything works on-device.",[37,1090,1092],{"id":1091},"archives-and-compressed-files","Archives and Compressed Files",[83,1094,1095,1100,1106,1113,1119,1125,1130],{},[67,1096,1097,1099],{},[953,1098,668],{"href":990}," — create and extract ZIP archives; the most common compressed format",[67,1101,1102,1105],{},[953,1103,1104],{"href":1004},"RAR"," — extract RAR archives (v4) from WinRAR and other sources",[67,1107,1108,1112],{},[953,1109,1111],{"href":1110},"\u002Ffiles\u002Frar5","RAR5"," — extract modern RAR5 archives (WinRAR 5.0+ format)",[67,1114,1115,1118],{},[953,1116,1117],{"href":997},"7Z"," — extract 7-Zip archives with high compression",[67,1120,1121,1124],{},[953,1122,1123],{"href":983},"TAR"," — TAR archives (no compression), common on Linux\u002FUnix",[67,1126,1127,1129],{},[953,1128,440],{"href":1077}," — gzip-compressed TAR, common in Linux software downloads",[67,1131,1132,1136],{},[953,1133,1135],{"href":1134},"\u002Ffiles\u002Fiso","ISO"," — disc image files; browse contents without mounting",[37,1138,1140],{"id":1139},"apk-and-app-bundles","APK and App Bundles",[83,1142,1143,1150,1157,1164],{},[67,1144,1145,1149],{},[953,1146,1148],{"href":1147},"\u002Ffiles\u002Fapk","APK"," — install, inspect, and backup Android app package files",[67,1151,1152,1156],{},[953,1153,1155],{"href":1154},"\u002Ffiles\u002Fapkm","APKM"," — APKMirror multi-APK bundles; install split APKs",[67,1158,1159,1163],{},[953,1160,1162],{"href":1161},"\u002Ffiles\u002Fapks","APKS"," — SAI (Split APK Installer) bundle format",[67,1165,1166,1170],{},[953,1167,1169],{"href":1168},"\u002Ffiles\u002Fxapk","XAPK"," — APKPure bundle format with OBB data",[37,1172,1174],{"id":1173},"documents-and-media","Documents and Media",[83,1176,1177,1184,1191,1198,1205,1212,1219,1226,1233,1240,1247,1254,1261,1268,1275,1282],{},[67,1178,1179,1183],{},[953,1180,1182],{"href":1181},"\u002Ffiles\u002Fpdf","PDF"," — open PDF documents on Android without Google Drive",[67,1185,1186,1190],{},[953,1187,1189],{"href":1188},"\u002Ffiles\u002Fmp4","MP4"," — play MP4 video from local storage, USB, NAS, or cloud",[67,1192,1193,1197],{},[953,1194,1196],{"href":1195},"\u002Ffiles\u002Fmkv","MKV"," — play MKV video with multiple audio tracks and subtitles from NAS or local storage",[67,1199,1200,1204],{},[953,1201,1203],{"href":1202},"\u002Ffiles\u002Fmov","MOV"," — play iPhone MOV videos natively on Android (no conversion needed)",[67,1206,1207,1211],{},[953,1208,1210],{"href":1209},"\u002Ffiles\u002Fwebm","WEBM"," — play WEBM video from YouTube downloads, Reddit, and web saves",[67,1213,1214,1218],{},[953,1215,1217],{"href":1216},"\u002Ffiles\u002Fmp3","MP3"," — play MP3 audio with background playback from any source including NAS and watch",[67,1220,1221,1225],{},[953,1222,1224],{"href":1223},"\u002Ffiles\u002Fflac","FLAC"," — play lossless FLAC audio from NAS, USB, or local storage",[67,1227,1228,1232],{},[953,1229,1231],{"href":1230},"\u002Ffiles\u002Fogg","OGG"," — play Ogg Vorbis\u002FOpus audio from games, Discord, and open-source media",[67,1234,1235,1239],{},[953,1236,1238],{"href":1237},"\u002Ffiles\u002Fwav","WAV"," — play uncompressed WAV audio from recordings and music production",[67,1241,1242,1246],{},[953,1243,1245],{"href":1244},"\u002Ffiles\u002Faac","AAC \u002F M4A"," — play Apple's audio format (iTunes purchases, iPhone recordings, podcasts)",[67,1248,1249,1253],{},[953,1250,1252],{"href":1251},"\u002Ffiles\u002Fheic","HEIC"," — open iPhone HEIC photos on Android (native support on Android 9+)",[67,1255,1256,1260],{},[953,1257,1259],{"href":1258},"\u002Ffiles\u002Fwebp","WEBP"," — view WEBP images saved from websites, messaging apps, and social media",[67,1262,1263,1267],{},[953,1264,1266],{"href":1265},"\u002Ffiles\u002Fpng","PNG"," — view and manage PNG screenshots, graphics, and transparent images",[67,1269,1270,1274],{},[953,1271,1273],{"href":1272},"\u002Ffiles\u002Fsvg","SVG"," — view SVG vector graphics (logos, icons, illustrations)",[67,1276,1277,1281],{},[953,1278,1280],{"href":1279},"\u002Ffiles\u002Fcbr","CBR \u002F CBZ"," — comic book archive formats",[67,1283,1284,1288],{},[953,1285,1287],{"href":1286},"\u002Ffiles\u002Fcbz","CBZ"," — ZIP-based comic book archive",[37,1290,1292],{"id":1291},"supported-archive-formats-quick-reference","Supported Archive Formats — Quick Reference",[131,1294,1295,1309],{},[134,1296,1297],{},[137,1298,1299,1301,1304,1306],{},[140,1300,418],{},[140,1302,1303],{},"Open",[140,1305,54],{},[140,1307,1308],{},"Create",[147,1310,1311,1321,1332,1343,1354,1365],{},[137,1312,1313,1315,1317,1319],{},[152,1314,668],{},[152,1316,744],{},[152,1318,744],{},[152,1320,744],{},[137,1322,1323,1326,1328,1330],{},[152,1324,1325],{},"RAR \u002F RAR5",[152,1327,744],{},[152,1329,744],{},[152,1331,747],{},[137,1333,1334,1337,1339,1341],{},[152,1335,1336],{},"7z",[152,1338,744],{},[152,1340,744],{},[152,1342,744],{},[137,1344,1345,1348,1350,1352],{},[152,1346,1347],{},"TAR \u002F TAR.GZ \u002F TAR.BZ2",[152,1349,744],{},[152,1351,744],{},[152,1353,744],{},[137,1355,1356,1358,1360,1363],{},[152,1357,1135],{},[152,1359,744],{},[152,1361,1362],{},"✅ (browse)",[152,1364,747],{},[137,1366,1367,1369,1371,1373],{},[152,1368,1280],{},[152,1370,744],{},[152,1372,744],{},[152,1374,747],{},[10,1376,1377,1378,1382,1383,1387,1388,1392],{},"For troubleshooting specific formats, see ",[953,1379,1381],{"href":1380},"\u002Fsolve\u002Fopen-zip-android","Solve: Open ZIP",", ",[953,1384,1386],{"href":1385},"\u002Fsolve\u002Fopen-rar-android","Open RAR",", or ",[953,1389,1391],{"href":1390},"\u002Fsolve\u002Fopen-7z-android","Open 7Z",".",{"title":1014,"searchDepth":1015,"depth":1015,"links":1394},[1395,1396,1397,1398],{"id":1091,"depth":1015,"text":1092},{"id":1139,"depth":1015,"text":1140},{"id":1173,"depth":1015,"text":1174},{"id":1291,"depth":1015,"text":1292},"AnExplorer opens ZIP, RAR, RAR5, 7z, TAR, ISO, CBR, CBZ, APK, APKM, APKS, XAPK, and PDF files natively on Android. No extra apps needed. Format-specific guides below.",{"faq":1401},[1402,1405,1408],{"q":1403,"a":1404},"Can AnExplorer open RAR files on Android?","Yes. AnExplorer's built-in archive manager opens RAR v4 and RAR5 archives natively on Android — no extra app needed.",{"q":1406,"a":1407},"Can I install APK files with AnExplorer?","Yes. AnExplorer can open and install APK, APKM, APKS, and XAPK files directly from the file browser.",{"q":1409,"a":1410},"Does AnExplorer include a PDF viewer?","Yes. AnExplorer includes a built-in PDF viewer. Tap any PDF to read it directly — no separate reader app required.","\u002Ffiles",{"title":1083,"description":1399},"files","1dAvD6R5qIXWwUpN473gLKe5OG0JX6jBsX8ockmV38k",1781570866018]