ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.6 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| URL | https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos | |||||||||
| Last Crawled | 2026-04-04 20:54:36 (18 days ago) | |||||||||
| First Indexed | 2025-03-02 07:20:34 (1 year ago) | |||||||||
| HTTP Status Code | 200 | |||||||||
| Content | ||||||||||
| Meta Title | compression - How can I extract RAR files in macOS? - Super User | |||||||||
| Meta Description | null | |||||||||
| Meta Canonical | null | |||||||||
| Boilerpipe Text | This question shows research effort; it is useful and clear
385
Save this question.
Show activity on this post.
How can I extract RAR files in macOS? The built-in archive utility only supports ZIP.
Is there anything else, built-in or third-party, that also supports RAR?
I don't mind whether it's Terminal-only or GUI.
Giacomo1968
59.3k
23 gold badges
181 silver badges
227 bronze badges
asked
Oct 7, 2009 at 8:44
2
This answer is useful
525
Save this answer.
Show activity on this post.
Using Homebrew, in a terminal type:
brew install rar
to use it just navigate to your file and type
unrar x <filename>
Or list files via
unrar l archive.rar
and extract single file:
unrar e archive.rar folder/file.exe desired_location/
answered
Aug 26, 2012 at 17:34
9
This answer is useful
200
Save this answer.
Show activity on this post.
The Unarchiver
really does its job well (and it's also completely free). From the site:
Supported file formats include Zip,
Tar-GZip, Tar-BZip2,
RAR
, 7-zip, LhA,
StuffIt and many other more and less
obscure formats. The goal is to make
The Unarchiver able to extract
anything you give it. The Unarchiver
uses the libxad unarchiving library to
support many older, obscure formats.
Â
answered
Oct 7, 2009 at 8:47
5
This answer is useful
17
Save this answer.
Show activity on this post.
Just for completeness:
Fink
,
MacPorts
,
Rudix
and
Homebrew
provide versions of the command-line
unrar
.
The Rudix version is a binary, which means that you don't even need XCode or GCC to install it.
robinCTS
4,427
4 gold badges
22 silver badges
30 bronze badges
answered
Oct 7, 2009 at 13:57
0
This answer is useful
6
Save this answer.
Show activity on this post.
Nothing built-in if I'm not mistaken (no access to a Mac now).
RAR has a
command line version
for Mac OS X. UnRarX is a GUI program to extract RAR files.
UPDATE:
UnRarX is now deprecated and its site is down.
Â
answered
Oct 7, 2009 at 8:48
This answer is useful
5
Save this answer.
Show activity on this post.
I found
The Unarchiver
as mentioned to be great for about 80% of the RAR files I run into. The other almost "perfect" RAR extractor would be
RAR Expander
. My only complaint is it doesn't automatically quit after extraction.
Giacomo1968
59.3k
23 gold badges
181 silver badges
227 bronze badges
answered
Oct 7, 2009 at 12:33
3
This answer is useful
2
Save this answer.
Show activity on this post.
MacPar Deluxe will handle RAR files quite easily.
MacPAR deLuxe
is a utility program that runs on the Apple Macintosh. It is useful to you if you download (or upload) binary files from internet newsgroups (a.k.a. “usenet”).
Often, binary content comes in the form of sets of many files that together form a “rar” archive. MacPAR deLuxe assist you in combining these files after the download finishes.
It verifies that the file set is complete, and all files are undamaged. MacPAR deLuxe can recover missing information by processing so called "par" and "par2" files.
After the verification step, MacPAR deLuxe unpacks the data. If possible with its built-in unrar engine, or otherwise by launching the appropriate program.
The program automatically cooperates with Loek Jehee's Split & Concat.
Features
Full support for the "par 1" and "par 2" standards.
Perform verification, recovery and automatic unrar (if applicable) by just double-clicking the ".par" or ".par2" file in the Finder.
Get a clear overview of the status of all files (see example screenshots).
Create a par or par2 volume set by dragging files to the window and simply save the document.
Open a rar archive and unpack the files inside.
Can automatically start an external program to process files in the par set.
Can open multiple windows and run multiple jobs at the same time.
Alternatively, multiple jobs can be queued and processed one after the other, to save machine overhead.
Many configurable options.
Fully compatible with "other" par and rar utilities.
Extensive documentation included via the "Help" menu.
Shareware: you can make make a donation if you like the program.
Giacomo1968
59.3k
23 gold badges
181 silver badges
227 bronze badges
answered
Oct 7, 2009 at 15:00
This answer is useful
1
Save this answer.
Show activity on this post.
If you buy Pathfinder, which is relatively costly ($39) but solves a whole different set of problems, it comes with .rar expansion thanks to StuffIt. This sounds like an absurd answer, however I can't use my Mac without Pathfinder anymore. So I have .rar expansion built-in :)
answered
Oct 7, 2009 at 12:32
5
This answer is useful
1
Save this answer.
Show activity on this post.
One can use
FossZip
: non-gratis (but has a trial version), and it has a GUI.
answered
Feb 22, 2025 at 14:41
This answer is useful
0
Save this answer.
Show activity on this post.
One can use 7-Zip (gratis, CLI). To install:
brew install sevenzip
answered
Feb 22, 2025 at 14:35
You must
log in
to answer this question.
Start asking to get answers
Find the answer to your question by asking.
Ask question
Explore related questions
See similar questions with these tags. | |||||||||
| Markdown | # 
By clicking “Sign up”, you agree to our [terms of service](https://superuser.com/legal/terms-of-service/public) and acknowledge you have read our [privacy policy](https://superuser.com/legal/privacy-policy).
# OR
Already have an account? [Log in](https://superuser.com/users/login)
[Skip to main content](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#content)
#### Stack Exchange Network
Stack Exchange network consists of 183 Q\&A communities including [Stack Overflow](https://stackoverflow.com/), the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
[Visit Stack Exchange](https://stackexchange.com/)
1. - [Tour Start here for a quick overview of the site](https://superuser.com/tour)
- [Help Center Detailed answers to any questions you might have](https://superuser.com/help)
- [Meta Discuss the workings and policies of this site](https://meta.superuser.com/)
- [About Us Learn more about Stack Overflow the company, and our products](https://stackoverflow.co/)
2. ### [current community](https://superuser.com/)
- [Super User](https://superuser.com/)
[help](https://superuser.com/help) [chat](https://chat.stackexchange.com/?tab=site&host=superuser.com)
- [Meta Super User](https://meta.superuser.com/)
### your communities
[Sign up](https://superuser.com/users/signup?ssrc=site_switcher&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F52124%2Fhow-can-i-extract-rar-files-in-macos) or [log in](https://superuser.com/users/login?ssrc=site_switcher&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F52124%2Fhow-can-i-extract-rar-files-in-macos) to customize your list.
### [more stack exchange communities](https://stackexchange.com/sites)
[company blog](https://stackoverflow.blog/)
3. [Log in](https://superuser.com/users/login?ssrc=head&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F52124%2Fhow-can-i-extract-rar-files-in-macos)
4. [Sign up](https://superuser.com/users/signup?ssrc=head&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F52124%2Fhow-can-i-extract-rar-files-in-macos)
[](https://superuser.com/)
1. 1. [Home](https://superuser.com/)
2. [Questions](https://superuser.com/questions)
3. [Unanswered](https://superuser.com/unanswered)
4. [AI Assist](https://stackoverflow.com/ai-assist)
5. [Tags](https://superuser.com/tags)
6. [Chat](https://chat.stackexchange.com/)
7. [Users](https://superuser.com/users)
8. [Companies](https://stackoverflow.com/jobs/companies?so_medium=superuser&so_source=SiteNav)
2. Stack Internal
Stack Overflow for Teams is now called **Stack Internal**. Bring the best of human thought and AI automation together at your work.
[Try for free](https://stackoverflowteams.com/teams/create/free/?utm_medium=referral&utm_source=superuser-community&utm_campaign=side-bar&utm_content=explore-teams) [Learn more](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=superuser-community&utm_campaign=side-bar&utm_content=explore-teams)
3. [Stack Internal]()
4. Bring the best of human thought and AI automation together at your work. [Learn more](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=superuser-community&utm_campaign=side-bar&utm_content=explore-teams-compact)
**Stack Internal**
Knowledge at work
Bring the best of human thought and AI automation together at your work.
[Explore Stack Internal](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=superuser-community&utm_campaign=side-bar&utm_content=explore-teams-compact-popover)
# [How can I extract RAR files in macOS?](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos)
[Ask Question](https://superuser.com/questions/ask)
Asked
16 years, 5 months ago
Modified [7 months ago](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos?lastactivity "2025-08-08 01:57:02Z")
Viewed 792k times
This question shows research effort; it is useful and clear
385
Save this question.
Show activity on this post.
How can I extract RAR files in macOS? The built-in archive utility only supports ZIP.
Is there anything else, built-in or third-party, that also supports RAR?
I don't mind whether it's Terminal-only or GUI.
- [macos](https://superuser.com/questions/tagged/macos "show questions tagged 'macos'")
- [compression](https://superuser.com/questions/tagged/compression "show questions tagged 'compression'")
- [archiving](https://superuser.com/questions/tagged/archiving "show questions tagged 'archiving'")
- [extract](https://superuser.com/questions/tagged/extract "show questions tagged 'extract'")
- [rar](https://superuser.com/questions/tagged/rar "show questions tagged 'rar'")
[Share](https://superuser.com/q/52124 "Short permalink to this question")
Share a link to this question
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this question](https://superuser.com/posts/52124/edit)
Follow
Follow this question to receive notifications
[edited Mar 2, 2025 at 0:11](https://superuser.com/posts/52124/revisions "show all edits to this post")
[](https://superuser.com/users/167207/giacomo1968)
[Giacomo1968](https://superuser.com/users/167207/giacomo1968)
59\.3k2323 gold badges181181 silver badges227227 bronze badges
asked Oct 7, 2009 at 8:44
[](https://superuser.com/users/2590/paul-d-waite)
[Paul D. Waite](https://superuser.com/users/2590/paul-d-waite)
7,2061212 gold badges5151 silver badges7272 bronze badges
2
- 22
seems weird that this was closed? this is a common superuser problem on mac
mendota
– [mendota](https://superuser.com/users/269820/mendota "130 reputation")
2019-02-12 18:57:28 +00:00
[Commented Feb 12, 2019 at 18:57](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2119007_52124)
- 1
I rewrote the question so it stopped breaking this rule: [meta.superuser.com/questions/5372/…](https://meta.superuser.com/questions/5372/how-do-i-ask-a-question-that-may-require-recommending-software "how do i ask a question that may require recommending software")
axu2
– [axu2](https://superuser.com/users/1829953/axu2 "1,348 reputation")
2024-05-16 22:31:36 +00:00
[Commented May 16, 2024 at 22:31](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2914363_52124)
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid answering questions in comments.") \|
## 11 Answers 11
Sorted by:
[Reset to default](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos?answertab=scoredesc#tab-top)
This answer is useful
107
Save this answer.
Show activity on this post.
`tar` is [built into macOS](https://github.com/libarchive/libarchive/wiki/LibarchiveUsers#apple-macos) and supports most archive formats, including rar. It's bsdtar using libarchive.
In Terminal, type:
```
Copytar -xf archive.rar
```
If you want it verbose:
```
Copytar -xvf archive.rar
```
An easier way to do this is to type into Terminal (with a space at the end):
```
Copytar -xf
```
and then drag your `.rar/.cbr` file into Terminal. Then click enter.
More details: <https://support.apple.com/guide/terminal/compress-and-uncompress-file-archives-apdc52250ee-4659-4751-9a3a-8b7988150530/mac>
If you have a particular exotic rar file that `tar` can't handle, you can use the GUI `The Unarchiver` mentioned below or use the CLI tool `unar`
```
Copy
```
If you prefer a video version: <https://www.youtube.com/watch?v=C6uXQrQtSc8>
[Share](https://superuser.com/a/1842470 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/1842470/edit)
Follow
Follow this answer to receive notifications
[edited Aug 8, 2025 at 1:57](https://superuser.com/posts/1842470/revisions "show all edits to this post")
answered May 15, 2024 at 5:58
[](https://superuser.com/users/1829953/axu2)
[axu2](https://superuser.com/users/1829953/axu2)
1,34811 gold badge77 silver badges1111 bronze badges
8
- 1
A clear and concise answer. That's how I used to handle archives. For other formats like rar or .7z, I did the same—just a quick terminal command and it’s done. Now the approach has changed a bit, I use Commander One, file manager with built-in archive management, It handles RARs and other archives right out of the box. However, the skills remain, when I feel nostalgic I use the integrated Terminal. If you're old school, it's much nicer to work the old ways.
lostmarien
– [lostmarien](https://superuser.com/users/2058454/lostmarien "119 reputation")
2024-10-09 07:53:32 +00:00
[Commented Oct 9, 2024 at 7:53](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2947201_1842470)
- @lostmarien That's an interesting way of looking at it, however if you mention a particular solution, please be sure to refer to it.
frostisland
– [frostisland](https://superuser.com/users/2119919/frostisland "111 reputation")
2024-10-09 11:59:31 +00:00
[Commented Oct 9, 2024 at 11:59](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2947252_1842470)
- Sure, didn't think of that, I apologize. Here's the link: [mac.eltima.com/archiver-mac.html](https://mac.eltima.com/archiver-mac.html)
lostmarien
– [lostmarien](https://superuser.com/users/2058454/lostmarien "119 reputation")
2024-10-09 14:48:14 +00:00
[Commented Oct 9, 2024 at 14:48](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2947285_1842470)
- Users on older versions of macOS may not find this true without updating either tar or the OS (I can verify bsdtar/libarchive 2.8.3 doesn't do rar).
Weston C
– [Weston C](https://superuser.com/users/25413/weston-c "131 reputation")
2024-10-17 15:31:37 +00:00
[Commented Oct 17, 2024 at 15:31](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2949007_1842470)
- @WestonC what macOS are you on? It works for me on macOS Sonoma
axu2
– [axu2](https://superuser.com/users/1829953/axu2 "1,348 reputation")
2024-10-17 18:38:36 +00:00
[Commented Oct 17, 2024 at 18:38](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2949043_1842470)
\| [Show **3** more comments](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Expand to show all comments on this post")
This answer is useful
525
Save this answer.
Show activity on this post.
Using Homebrew, in a terminal type:
```
brew install rar
```
to use it just navigate to your file and type
```
unrar x <filename>
```
Or list files via `unrar l archive.rar` and extract single file: `unrar e archive.rar folder/file.exe desired_location/`
[Share](https://superuser.com/a/466614 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/466614/edit)
Follow
Follow this answer to receive notifications
[edited Mar 17, 2021 at 15:25](https://superuser.com/posts/466614/revisions "show all edits to this post")
[](https://superuser.com/users/900871/schweinepriester)
[Schweinepriester](https://superuser.com/users/900871/schweinepriester)
10333 bronze badges
answered Aug 26, 2012 at 17:34
[](https://superuser.com/users/154630/johnnymonster)
[johnnymonster](https://superuser.com/users/154630/johnnymonster)
5,35922 gold badges1515 silver badges22 bronze badges
9
- 2
Sadly "unrar was deleted from homebrew/core in commit 3f8c7632a6: unrar: remove (incompatible license) See [fedoraproject.org/wiki/Licensing:Unrar](https://fedoraproject.org/wiki/Licensing:Unrar)"
Linus
– [Linus](https://superuser.com/users/277022/linus "101 reputation")
2020-12-16 06:12:09 +00:00
[Commented Dec 16, 2020 at 6:12](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2454890_466614)
- 2
any alternatives? unrar is no more in brew
buncis
– [buncis](https://superuser.com/users/589861/buncis "101 reputation")
2020-12-22 00:13:12 +00:00
[Commented Dec 22, 2020 at 0:13](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2457377_466614)
- 45
Due to unrar was removed from homebrew, I use 7z instead: `brew install p7zip` and then `7z x <filename.rar>`
user128048
– [user128048](https://superuser.com/users/128048/user128048 "101 reputation")
2020-12-23 08:06:33 +00:00
[Commented Dec 23, 2020 at 8:06](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2457929_466614)
- 9
`unrar` doesn't exist any more in homebrew. But `brew install rar` provides an `unrar` tool.
sligocki
– [sligocki](https://superuser.com/users/45153/sligocki "928 reputation")
2021-03-05 22:24:13 +00:00
[Commented Mar 5, 2021 at 22:24](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2491227_466614)
- 1
`brew install --cask rar` works for me
angularconsulting.au
– [angularconsulting.au](https://superuser.com/users/279655/angularconsulting-au "101 reputation")
2022-12-06 12:07:16 +00:00
[Commented Dec 6, 2022 at 12:07](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2728648_466614)
\| [Show **4** more comments](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Expand to show all comments on this post")
This answer is useful
200
Save this answer.
Show activity on this post.
[The Unarchiver](http://unarchiver.c3.cx/unarchiver) really does its job well (and it's also completely free). From the site:
> Supported file formats include Zip, Tar-GZip, Tar-BZip2, **RAR**, 7-zip, LhA, StuffIt and many other more and less obscure formats. The goal is to make The Unarchiver able to extract anything you give it. The Unarchiver uses the libxad unarchiving library to support many older, obscure formats.
[Share](https://superuser.com/a/52126 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/52126/edit)
Follow
Follow this answer to receive notifications
[edited Oct 29, 2022 at 23:05](https://superuser.com/posts/52126/revisions "show all edits to this post")
[](https://superuser.com/users/-1/community)
[Community](https://superuser.com/users/-1/community)Bot
1
answered Oct 7, 2009 at 8:47
[](https://superuser.com/users/7375/alex)
[alex](https://superuser.com/users/7375/alex)
18\.3k77 gold badges5858 silver badges7878 bronze badges
5
- 11
My word, that really is a gorgeous bit of software. No interface but the preferences window. Does its job automatically when you want it to, stays out of the way the rest of the time.
Paul D. Waite
– [Paul D. Waite](https://superuser.com/users/2590/paul-d-waite "7,206 reputation")
2009-10-07 12:30:43 +00:00
[Commented Oct 7, 2009 at 12:30](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment53871_52126)
- 3
It really is incredibly easy to use. That's why I always recommend it :)
alex
– [alex](https://superuser.com/users/7375/alex "18,267 reputation")
2009-10-07 14:25:09 +00:00
[Commented Oct 7, 2009 at 14:25](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment53945_52126)
- 5
And you can use it from the command line -- just say 'open foo.rar' or download the command line tools: [superuser.com/questions/190053/…](http://superuser.com/questions/190053/universal-command-line-unarchiving-tool-on-a-mac "universal command line unarchiving tool on a mac")
tgdavies
– [tgdavies](https://superuser.com/users/127864/tgdavies "111 reputation")
2012-05-11 14:03:03 +00:00
[Commented May 11, 2012 at 14:03](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment484955_52126)
- 1
Note, that the Mac App Store version is much more annoying that the one from the website. It asks you for your permission every time when you extract an archive! Use the one from the official website.
cubuspl42
– [cubuspl42](https://superuser.com/users/160979/cubuspl42 "142 reputation")
2015-11-08 16:13:35 +00:00
[Commented Nov 8, 2015 at 16:13](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment1378354_52126)
- 6
The Unarchiver is now owned by "Macpaws" makers of such acclaimed sofware as "CleanMyMac" and "CleanMyDrive" /s. I declined their privacy policy and deleted without installing. I'd personally rather use unrar in the terminal.
John
– [John](https://superuser.com/users/814730/john "101 reputation")
2022-09-14 17:12:45 +00:00
[Commented Sep 14, 2022 at 17:12](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment2700139_52126)
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
17
Save this answer.
Show activity on this post.
Just for completeness: [Fink](http://pdb.finkproject.org/pdb/browse.php?summary=unrar), [MacPorts](http://trac.macports.org/browser/trunk/dports/archivers/unrar/Portfile), [Rudix](http://rudix.org/packages/unrar.html) and [Homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/unrar.rb) provide versions of the command-line `unrar`.
The Rudix version is a binary, which means that you don't even need XCode or GCC to install it.
[Share](https://superuser.com/a/52273 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/52273/edit)
Follow
Follow this answer to receive notifications
[edited Jul 13, 2018 at 13:08](https://superuser.com/posts/52273/revisions "show all edits to this post")
[](https://superuser.com/users/763880/robincts)
[robinCTS](https://superuser.com/users/763880/robincts)
4,42744 gold badges2222 silver badges3030 bronze badges
answered Oct 7, 2009 at 13:57
[](https://superuser.com/users/907/telemachus)
[Telemachus](https://superuser.com/users/907/telemachus)
7,08511 gold badge3030 silver badges3434 bronze badges
0
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
6
Save this answer.
Show activity on this post.
Nothing built-in if I'm not mistaken (no access to a Mac now).
RAR has a [command line version](http://www.rarlab.com/download.htm) for Mac OS X. UnRarX is a GUI program to extract RAR files.
**UPDATE:** UnRarX is now deprecated and its site is down.
[Share](https://superuser.com/a/52127 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/52127/edit)
Follow
Follow this answer to receive notifications
[edited Oct 29, 2022 at 23:05](https://superuser.com/posts/52127/revisions "show all edits to this post")
[](https://superuser.com/users/-1/community)
[Community](https://superuser.com/users/-1/community)Bot
1
answered Oct 7, 2009 at 8:48
[](https://superuser.com/users/10131/snark)
[Snark](https://superuser.com/users/10131/snark)
33\.2k77 gold badges9090 silver badges9898 bronze badges
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
5
Save this answer.
Show activity on this post.
I found [The Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver.html) as mentioned to be great for about 80% of the RAR files I run into. The other almost "perfect" RAR extractor would be [RAR Expander](http://rarexpander.sourceforge.net/). My only complaint is it doesn't automatically quit after extraction.
[Share](https://superuser.com/a/52228 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/52228/edit)
Follow
Follow this answer to receive notifications
[edited Mar 2, 2025 at 0:12](https://superuser.com/posts/52228/revisions "show all edits to this post")
[](https://superuser.com/users/167207/giacomo1968)
[Giacomo1968](https://superuser.com/users/167207/giacomo1968)
59\.3k2323 gold badges181181 silver badges227227 bronze badges
answered Oct 7, 2009 at 12:33
[](https://superuser.com/users/13241/josh-k)
[Josh K](https://superuser.com/users/13241/josh-k)
13k99 gold badges4444 silver badges5858 bronze badges
3
- Aha: what sort of issues does it have with the other 20%? I did notice some recent release notes said “RAR bug fixes”, so that’s pretty good evidence that there are (or at least were) RAR issues.
Paul D. Waite
– [Paul D. Waite](https://superuser.com/users/2590/paul-d-waite "7,206 reputation")
2009-10-07 12:43:19 +00:00
[Commented Oct 7, 2009 at 12:43](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment53888_52228)
- It just said "contents could not be extracted with this program." Weird, but I've learned to deal with it. The Unarchiver is set as my default, so much better then the built in BOM.
Josh K
– [Josh K](https://superuser.com/users/13241/josh-k "13,028 reputation")
2009-10-07 12:58:44 +00:00
[Commented Oct 7, 2009 at 12:58](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment53897_52228)
- they're probably using their own code (or basing off the open-source). so there may be format incompatibilities with the latest RAR format.
quack quixote
– [quack quixote](https://superuser.com/users/12786/quack-quixote "43,732 reputation")
2009-10-07 13:59:22 +00:00
[Commented Oct 7, 2009 at 13:59](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment53932_52228)
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
4
Save this answer.
Show activity on this post.
As far as well-regarded, RARLab's [commandline for MacOSX](http://www.rarlab.com/download.htm) is the best. It is not free, but there is free (-as-in-beer) [official unrar tool (source code available here)](ftp://ftp.rarlabs.com/rar/unrarsrc-3.9.6.tar.gz) that supports all RAR formats. You may be able to find a precompiled version somewhere if you don't want to compile it yourself.
There's also a [free-as-in-speech unrar tool](http://home.gna.org/unrar/) but that doesn't support the latest RAR3 format.
[Share](https://superuser.com/a/52207 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/ "The current license for this post: CC BY-SA 2.5")
[Improve this answer](https://superuser.com/posts/52207/edit)
Follow
Follow this answer to receive notifications
answered Oct 7, 2009 at 12:08
[](https://superuser.com/users/12786/quack-quixote)
[quack quixote](https://superuser.com/users/12786/quack-quixote)
43\.7k1414 gold badges111111 silver badges129129 bronze badges
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
2
Save this answer.
Show activity on this post.
MacPar Deluxe will handle RAR files quite easily.
> [MacPAR deLuxe](http://www.xs4all.nl/~gp/Site/MacPAR_deLuxe.html) is a utility program that runs on the Apple Macintosh. It is useful to you if you download (or upload) binary files from internet newsgroups (a.k.a. “usenet”).
>
> Often, binary content comes in the form of sets of many files that together form a “rar” archive. MacPAR deLuxe assist you in combining these files after the download finishes.
>
> - It verifies that the file set is complete, and all files are undamaged. MacPAR deLuxe can recover missing information by processing so called "par" and "par2" files.
> - After the verification step, MacPAR deLuxe unpacks the data. If possible with its built-in unrar engine, or otherwise by launching the appropriate program.
>
> The program automatically cooperates with Loek Jehee's Split & Concat.
>
> Features
>
> - Full support for the "par 1" and "par 2" standards.
> - Perform verification, recovery and automatic unrar (if applicable) by just double-clicking the ".par" or ".par2" file in the Finder.
> - Get a clear overview of the status of all files (see example screenshots).
> - Create a par or par2 volume set by dragging files to the window and simply save the document.
> - Open a rar archive and unpack the files inside.
> - Can automatically start an external program to process files in the par set.
> - Can open multiple windows and run multiple jobs at the same time.
> - Alternatively, multiple jobs can be queued and processed one after the other, to save machine overhead.
> - Many configurable options.
> - Fully compatible with "other" par and rar utilities.
> - Extensive documentation included via the "Help" menu.
> - Shareware: you can make make a donation if you like the program.
[Share](https://superuser.com/a/52289 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/52289/edit)
Follow
Follow this answer to receive notifications
[edited Mar 2, 2025 at 0:14](https://superuser.com/posts/52289/revisions "show all edits to this post")
[](https://superuser.com/users/167207/giacomo1968)
[Giacomo1968](https://superuser.com/users/167207/giacomo1968)
59\.3k2323 gold badges181181 silver badges227227 bronze badges
answered Oct 7, 2009 at 15:00
[](https://superuser.com/users/6164/benjamin-schollnick)
[Benjamin Schollnick](https://superuser.com/users/6164/benjamin-schollnick)
4,4572020 silver badges1919 bronze badges
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
1
Save this answer.
Show activity on this post.
If you buy Pathfinder, which is relatively costly (\$39) but solves a whole different set of problems, it comes with .rar expansion thanks to StuffIt. This sounds like an absurd answer, however I can't use my Mac without Pathfinder anymore. So I have .rar expansion built-in :)
[Share](https://superuser.com/a/52224 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/ "The current license for this post: CC BY-SA 2.5")
[Improve this answer](https://superuser.com/posts/52224/edit)
Follow
Follow this answer to receive notifications
answered Oct 7, 2009 at 12:32
[](https://superuser.com/users/4952/dan-rosenstark)
[Dan Rosenstark](https://superuser.com/users/4952/dan-rosenstark)
6,7181313 gold badges6262 silver badges9696 bronze badges
5
- Pathfinder is overkill if you are just extracting RAR files. Booting it up takes a while too. It's great for integration at the expense of Finder.
Josh K
– [Josh K](https://superuser.com/users/13241/josh-k "13,028 reputation")
2009-10-07 13:02:25 +00:00
[Commented Oct 7, 2009 at 13:02](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment53901_52224)
- @Josh K, this was true in 2009, but now SSDs and bootup are much faster, at least.
Dan Rosenstark
– [Dan Rosenstark](https://superuser.com/users/4952/dan-rosenstark "6,718 reputation")
2011-09-01 20:28:14 +00:00
[Commented Sep 1, 2011 at 20:28](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment359426_52224)
- Not everyone (and by that I mean a majority of Mac users) don't have SSD's. Pathfinder is still–in my opinion–overkill on a system.
Josh K
– [Josh K](https://superuser.com/users/13241/josh-k "13,028 reputation")
2011-09-02 00:25:32 +00:00
[Commented Sep 2, 2011 at 0:25](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment359513_52224)
- That's true @Josh K, it's a hassle to start up, but I don't think the memory or processing footprint is significant. But this is an empirical question: what do you want to compare it to?
Dan Rosenstark
– [Dan Rosenstark](https://superuser.com/users/4952/dan-rosenstark "6,718 reputation")
2011-09-03 02:24:22 +00:00
[Commented Sep 3, 2011 at 2:24](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment360079_52224)
- Nothing really *to* compare it to. They took Finder and added a bunch more stuff to click on.
Josh K
– [Josh K](https://superuser.com/users/13241/josh-k "13,028 reputation")
2011-09-03 06:02:35 +00:00
[Commented Sep 3, 2011 at 6:02](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos#comment360121_52224)
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
1
Save this answer.
Show activity on this post.
One can use [FossZip](https://www.tunesbro.com/fosszip.html): non-gratis (but has a trial version), and it has a GUI.
[Share](https://superuser.com/a/1882194 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/1882194/edit)
Follow
Follow this answer to receive notifications
answered Feb 22, 2025 at 14:41
[](https://superuser.com/users/116475/franck-dernoncourt)
[Franck Dernoncourt](https://superuser.com/users/116475/franck-dernoncourt)
26\.3k6969 gold badges247247 silver badges426426 bronze badges
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
0
Save this answer.
Show activity on this post.
One can use 7-Zip (gratis, CLI). To install:
```
brew install sevenzip
```
[Share](https://superuser.com/a/1882190 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/ "The current license for this post: CC BY-SA 4.0")
[Improve this answer](https://superuser.com/posts/1882190/edit)
Follow
Follow this answer to receive notifications
answered Feb 22, 2025 at 14:35
[](https://superuser.com/users/116475/franck-dernoncourt)
[Franck Dernoncourt](https://superuser.com/users/116475/franck-dernoncourt)
26\.3k6969 gold badges247247 silver badges426426 bronze badges
[Add a comment](https://superuser.com/questions/52124/how-can-i-extract-rar-files-in-macos "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
## You must [log in](https://superuser.com/users/login?ssrc=question_page&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F52124) to answer this question.
Start asking to get answers
Find the answer to your question by asking.
[Ask question](https://superuser.com/questions/ask)
Explore related questions
- [macos](https://superuser.com/questions/tagged/macos "show questions tagged 'macos'")
- [compression](https://superuser.com/questions/tagged/compression "show questions tagged 'compression'")
- [archiving](https://superuser.com/questions/tagged/archiving "show questions tagged 'archiving'")
- [extract](https://superuser.com/questions/tagged/extract "show questions tagged 'extract'")
- [rar](https://superuser.com/questions/tagged/rar "show questions tagged 'rar'")
See similar questions with these tags.
- The Overflow Blog
- [Keeping the lights on for open source](https://stackoverflow.blog/2026/03/17/keeping-the-lights-on-for-open-source/?cb=1)
- [AI is becoming a second brain at the expense of your first one](https://stackoverflow.blog/2026/03/19/ai-is-becoming-a-second-brain-at-the-expense-of-your-first-one/?cb=1)
- Featured on Meta
- [Logo updates to Stack Overflow's visual identity](https://meta.stackexchange.com/questions/417394/logo-updates-to-stack-overflows-visual-identity?cb=1)
#### Linked
[1](https://superuser.com/questions/316656/recommend-archiver-software-on-osx?lq=1 "Question score (upvotes - downvotes)")
[Recommend archiver software on OSX](https://superuser.com/questions/316656/recommend-archiver-software-on-osx?noredirect=1&lq=1)
[0](https://superuser.com/questions/141401/how-to-extract-rar-format-file-on-mac?lq=1 "Question score (upvotes - downvotes)")
[how to extract rar format file on Mac?](https://superuser.com/questions/141401/how-to-extract-rar-format-file-on-mac?noredirect=1&lq=1)
[1](https://superuser.com/questions/101483/expand-rars-like-other-archives-zip-bzip-gzip-c?lq=1 "Question score (upvotes - downvotes)")
[Expand rars like other archives (zip, bzip, gzip, \&c)](https://superuser.com/questions/101483/expand-rars-like-other-archives-zip-bzip-gzip-c?noredirect=1&lq=1)
[21](https://superuser.com/questions/190053/universal-command-line-unarchiving-tool-on-a-mac?lq=1 "Question score (upvotes - downvotes)")
[Universal command line unarchiving tool on a Mac](https://superuser.com/questions/190053/universal-command-line-unarchiving-tool-on-a-mac?noredirect=1&lq=1)
[0](https://superuser.com/questions/440694/advanced-file-compression-software-for-mac-osx?lq=1 "Question score (upvotes - downvotes)")
[Advanced file compression software for Mac OSX](https://superuser.com/questions/440694/advanced-file-compression-software-for-mac-osx?noredirect=1&lq=1)
#### Related
[6](https://superuser.com/questions/14946/is-there-a-simple-automated-way-to-convert-a-large-number-of-files-between-zip?rq=1 "Question score (upvotes - downvotes)")
[Is there a simple, automated way to convert a large number of files between ZIP and RAR formats?](https://superuser.com/questions/14946/is-there-a-simple-automated-way-to-convert-a-large-number-of-files-between-zip?rq=1)
[0](https://superuser.com/questions/101911/how-can-i-bulk-rename-files-in-a-rar-or-zip-archive-on-the-mac?rq=1 "Question score (upvotes - downvotes)")
[How can I bulk rename files in a RAR or ZIP archive on the mac?](https://superuser.com/questions/101911/how-can-i-bulk-rename-files-in-a-rar-or-zip-archive-on-the-mac?rq=1)
[29](https://superuser.com/questions/114011/extract-large-zip-file-50-gb-on-mac-os-x?rq=1 "Question score (upvotes - downvotes)")
[Extract large zip file (50 GB) on Mac OS X](https://superuser.com/questions/114011/extract-large-zip-file-50-gb-on-mac-os-x?rq=1)
[2](https://superuser.com/questions/171900/creating-extracting-rar-files-on-mac-os-x?rq=1 "Question score (upvotes - downvotes)")
[Creating/extracting RAR files on Mac OS X](https://superuser.com/questions/171900/creating-extracting-rar-files-on-mac-os-x?rq=1)
[1](https://superuser.com/questions/245979/extract-files-in-rar-archive-without-having-some-previous-files?rq=1 "Question score (upvotes - downvotes)")
[Extract files in rar archive without having some previous files](https://superuser.com/questions/245979/extract-files-in-rar-archive-without-having-some-previous-files?rq=1)
[1](https://superuser.com/questions/1246163/batch-decompress-encrypted-rar-files-with-unar?rq=1 "Question score (upvotes - downvotes)")
[Batch decompress encrypted rar files with unar](https://superuser.com/questions/1246163/batch-decompress-encrypted-rar-files-with-unar?rq=1)
[0](https://superuser.com/questions/1673843/extract-files-with-special-characters-in-filenames-from-a-rar-archive-using-the?rq=1 "Question score (upvotes - downvotes)")
[Extract files with special characters in filenames from a rar archive using the shell](https://superuser.com/questions/1673843/extract-files-with-special-characters-in-filenames-from-a-rar-archive-using-the?rq=1)
[0](https://superuser.com/questions/1703257/how-to-extract-one-or-more-archives-recursively-with-one-multiple-parts-rar-or?rq=1 "Question score (upvotes - downvotes)")
[how to extract one or more archives recursively with one/multiple parts (rar or 7z) and deleting the archives after extraction?](https://superuser.com/questions/1703257/how-to-extract-one-or-more-archives-recursively-with-one-multiple-parts-rar-or?rq=1)
#### [Hot Network Questions](https://stackexchange.com/questions?tab=hot)
- [How to decide whether an unmarked trail is correct to follow?](https://outdoors.stackexchange.com/questions/30438/how-to-decide-whether-an-unmarked-trail-is-correct-to-follow)
- [How feasible would it be to have solar and nuclear power as the only sources of energy for a nation?](https://worldbuilding.stackexchange.com/questions/272918/how-feasible-would-it-be-to-have-solar-and-nuclear-power-as-the-only-sources-of)
- [Can't get buck converter circuit to actually reduce voltage](https://electronics.stackexchange.com/questions/767141/cant-get-buck-converter-circuit-to-actually-reduce-voltage)
- [Steampunk lightbulb without electricity](https://worldbuilding.stackexchange.com/questions/272922/steampunk-lightbulb-without-electricity)
- [PubChem Service no longer supports a list of CompoundID specifications](https://mathematica.stackexchange.com/questions/319030/pubchem-service-no-longer-supports-a-list-of-compoundid-specifications)
- [How can I get away with treating \## as an operator in replacement list?](https://langdev.stackexchange.com/questions/4741/how-can-i-get-away-with-treating-as-an-operator-in-replacement-list)
- [How may I purchase ICs with specific silicon versions?](https://electronics.stackexchange.com/questions/767054/how-may-i-purchase-ics-with-specific-silicon-versions)
- [How to type beautiful (traditional?) inline math notation in text cell?](https://mathematica.stackexchange.com/questions/319043/how-to-type-beautiful-traditional-inline-math-notation-in-text-cell)
- [For which flights does the recent China Compulsory Certification (CCC) rule apply? Does it apply to all flights, only some airports or only domestic?](https://travel.stackexchange.com/questions/203463/for-which-flights-does-the-recent-china-compulsory-certification-ccc-rule-appl)
- [Multiple image apps (Gwenview, GIMP, gThumb) crashes when pasting/open image after libexiv2 upgrade](https://askubuntu.com/questions/1564943/multiple-image-apps-gwenview-gimp-gthumb-crashes-when-pasting-open-image-aft)
- [Are there Latinate ordinal numbers after 12? and if not, why don't they exist?](https://english.stackexchange.com/questions/639252/are-there-latinate-ordinal-numbers-after-12-and-if-not-why-dont-they-exist)
- [How should one structure a single dataset for pre-specified hypothesis testing, exploratory hypothesis generation, and final ML evaluation?](https://stats.stackexchange.com/questions/675221/how-should-one-structure-a-single-dataset-for-pre-specified-hypothesis-testing)
- [Is there a way to limit a game's FPS natively through Steam?](https://gaming.stackexchange.com/questions/418198/is-there-a-way-to-limit-a-games-fps-natively-through-steam)
- [Supplier demands more money to fulfil an order already paid for](https://law.stackexchange.com/questions/114405/supplier-demands-more-money-to-fulfil-an-order-already-paid-for)
- [The Designation of 'Fundamental': Historical Origins of 'Fundamental Theorems' in Mathematics](https://hsm.stackexchange.com/questions/19296/the-designation-of-fundamental-historical-origins-of-fundamental-theorems-i)
- [Level 10 Troubadour strangely bad at negotiations? Why do they have a feature that lowers Impression scores of NPCs?](https://rpg.stackexchange.com/questions/218955/level-10-troubadour-strangely-bad-at-negotiations-why-do-they-have-a-feature-th)
- [If a planet had no tilt and a ring at the same tilt of the planet, what would the temperature be at the equator](https://worldbuilding.stackexchange.com/questions/272941/if-a-planet-had-no-tilt-and-a-ring-at-the-same-tilt-of-the-planet-what-would-th)
- [Rulers, bots, cards, spots. Which country am I from?](https://puzzling.stackexchange.com/questions/137440/rulers-bots-cards-spots-which-country-am-i-from)
- [What exactly is the “wave” that quantum mechanics calculates?](https://physics.stackexchange.com/questions/870251/what-exactly-is-the-wave-that-quantum-mechanics-calculates)
- [How does one write an emergency alert notification in a novel?](https://writing.stackexchange.com/questions/72315/how-does-one-write-an-emergency-alert-notification-in-a-novel)
- [What is the history of name changes for D\&D 5.5e / D\&D 2024?](https://rpg.stackexchange.com/questions/218950/what-is-the-history-of-name-changes-for-dd-5-5e-dd-2024)
- [Glazed softly (not hard)](https://puzzling.stackexchange.com/questions/137432/glazed-softly-not-hard)
- [Is an NVMe M.2 SSD faster than the SSD soldered in my laptop?](https://superuser.com/questions/1935953/is-an-nvme-m-2-ssd-faster-than-the-ssd-soldered-in-my-laptop)
- [Can we respond to "way bigger" with "How way bigger?"](https://english.stackexchange.com/questions/639246/can-we-respond-to-way-bigger-with-how-way-bigger)
[Question feed](https://superuser.com/feeds/question/52124 "Feed of this question and its answers")
# Subscribe to RSS
Question feed
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

# Why are you flagging this comment?
It contains harassment, bigotry or abuse.
This comment attacks a person or group. Learn more in our [Abusive behavior policy](https://superuser.com/conduct/abusive-behavior).
It's unfriendly or unkind.
This comment is rude or condescending. Learn more in our [Code of Conduct](https://superuser.com/conduct/abusive-behavior).
Not needed.
This comment is not relevant to the post.
```
```
Enter at least 6 characters
Something else.
A problem not listed above. Try to be as specific as possible.
```
```
Enter at least 6 characters
Flag comment
Cancel
You have 0 flags left today
# 
# Hang on, you can't upvote just yet.
You'll need to complete a few actions and gain 15 reputation points before being able to upvote. **Upvoting** indicates when questions and answers are useful. [What's reputation and how do I get it?](https://stackoverflow.com/help/whats-reputation)
Instead, you can save this post to reference later.
Save this post for later
Not now
##### [Super User](https://superuser.com/)
- [Tour](https://superuser.com/tour)
- [Help](https://superuser.com/help)
- [Chat](https://chat.stackexchange.com/?tab=site&host=superuser.com)
- [Contact](https://superuser.com/contact)
- [Feedback](https://meta.superuser.com/)
##### [Company](https://stackoverflow.co/)
- [Stack Overflow](https://stackoverflow.com/)
- [Stack Internal](https://stackoverflow.co/internal/)
- [Stack Data Licensing](https://stackoverflow.co/data-licensing/)
- [Stack Ads](https://stackoverflow.co/advertising/)
- [About](https://stackoverflow.co/)
- [Press](https://stackoverflow.co/company/press/)
- [Legal](https://stackoverflow.com/legal)
- [Privacy Policy](https://stackoverflow.com/legal/privacy-policy)
- [Terms of Service](https://stackoverflow.com/legal/terms-of-service/public)
- Cookie Settings
- [Cookie Policy](https://policies.stackoverflow.co/stack-overflow/cookie-policy)
##### [Stack Exchange Network](https://stackexchange.com/)
- [Technology](https://stackexchange.com/sites#technology)
- [Culture & recreation](https://stackexchange.com/sites#culturerecreation)
- [Life & arts](https://stackexchange.com/sites#lifearts)
- [Science](https://stackexchange.com/sites#science)
- [Professional](https://stackexchange.com/sites#professional)
- [Business](https://stackexchange.com/sites#business)
- [API](https://api.stackexchange.com/)
- [Data](https://data.stackexchange.com/)
- [Blog](https://stackoverflow.blog/?blb=1)
- [Facebook](https://www.facebook.com/officialstackoverflow/)
- [Twitter](https://twitter.com/stackoverflow)
- [LinkedIn](https://linkedin.com/company/stack-overflow)
- [Instagram](https://www.instagram.com/thestackoverflow)
Site design / logo © 2026 Stack Exchange Inc; user contributions licensed under [CC BY-SA](https://stackoverflow.com/help/licensing) . rev 2026.3.19.41259 | |||||||||
| Readable Markdown | This question shows research effort; it is useful and clear
385
Save this question.
Show activity on this post.
How can I extract RAR files in macOS? The built-in archive utility only supports ZIP.
Is there anything else, built-in or third-party, that also supports RAR?
I don't mind whether it's Terminal-only or GUI.
[](https://superuser.com/users/167207/giacomo1968)
[Giacomo1968](https://superuser.com/users/167207/giacomo1968)
59\.3k23 gold badges181 silver badges227 bronze badges
asked Oct 7, 2009 at 8:44
[](https://superuser.com/users/2590/paul-d-waite)
2
This answer is useful
525
Save this answer.
Show activity on this post.
Using Homebrew, in a terminal type:
```
brew install rar
```
to use it just navigate to your file and type
```
unrar x <filename>
```
Or list files via `unrar l archive.rar` and extract single file: `unrar e archive.rar folder/file.exe desired_location/`
[](https://superuser.com/users/900871/schweinepriester)
answered Aug 26, 2012 at 17:34
[](https://superuser.com/users/154630/johnnymonster)
9
This answer is useful
200
Save this answer.
Show activity on this post.
[The Unarchiver](http://unarchiver.c3.cx/unarchiver) really does its job well (and it's also completely free). From the site:
> Supported file formats include Zip, Tar-GZip, Tar-BZip2, **RAR**, 7-zip, LhA, StuffIt and many other more and less obscure formats. The goal is to make The Unarchiver able to extract anything you give it. The Unarchiver uses the libxad unarchiving library to support many older, obscure formats.
[](https://superuser.com/users/-1/community)
answered Oct 7, 2009 at 8:47
[](https://superuser.com/users/7375/alex)
5
This answer is useful
17
Save this answer.
Show activity on this post.
Just for completeness: [Fink](http://pdb.finkproject.org/pdb/browse.php?summary=unrar), [MacPorts](http://trac.macports.org/browser/trunk/dports/archivers/unrar/Portfile), [Rudix](http://rudix.org/packages/unrar.html) and [Homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/unrar.rb) provide versions of the command-line `unrar`.
The Rudix version is a binary, which means that you don't even need XCode or GCC to install it.
[](https://superuser.com/users/763880/robincts)
[robinCTS](https://superuser.com/users/763880/robincts)
4,4274 gold badges22 silver badges30 bronze badges
answered Oct 7, 2009 at 13:57
[](https://superuser.com/users/907/telemachus)
0
This answer is useful
6
Save this answer.
Show activity on this post.
Nothing built-in if I'm not mistaken (no access to a Mac now).
RAR has a [command line version](http://www.rarlab.com/download.htm) for Mac OS X. UnRarX is a GUI program to extract RAR files.
**UPDATE:** UnRarX is now deprecated and its site is down.
[](https://superuser.com/users/-1/community)
answered Oct 7, 2009 at 8:48
[](https://superuser.com/users/10131/snark)
This answer is useful
5
Save this answer.
Show activity on this post.
I found [The Unarchiver](http://wakaba.c3.cx/s/apps/unarchiver.html) as mentioned to be great for about 80% of the RAR files I run into. The other almost "perfect" RAR extractor would be [RAR Expander](http://rarexpander.sourceforge.net/). My only complaint is it doesn't automatically quit after extraction.
[](https://superuser.com/users/167207/giacomo1968)
[Giacomo1968](https://superuser.com/users/167207/giacomo1968)
59\.3k23 gold badges181 silver badges227 bronze badges
answered Oct 7, 2009 at 12:33
[](https://superuser.com/users/13241/josh-k)
3
This answer is useful
2
Save this answer.
Show activity on this post.
MacPar Deluxe will handle RAR files quite easily.
> [MacPAR deLuxe](http://www.xs4all.nl/~gp/Site/MacPAR_deLuxe.html) is a utility program that runs on the Apple Macintosh. It is useful to you if you download (or upload) binary files from internet newsgroups (a.k.a. “usenet”).
>
> Often, binary content comes in the form of sets of many files that together form a “rar” archive. MacPAR deLuxe assist you in combining these files after the download finishes.
>
> - It verifies that the file set is complete, and all files are undamaged. MacPAR deLuxe can recover missing information by processing so called "par" and "par2" files.
> - After the verification step, MacPAR deLuxe unpacks the data. If possible with its built-in unrar engine, or otherwise by launching the appropriate program.
>
> The program automatically cooperates with Loek Jehee's Split & Concat.
>
> Features
>
> - Full support for the "par 1" and "par 2" standards.
> - Perform verification, recovery and automatic unrar (if applicable) by just double-clicking the ".par" or ".par2" file in the Finder.
> - Get a clear overview of the status of all files (see example screenshots).
> - Create a par or par2 volume set by dragging files to the window and simply save the document.
> - Open a rar archive and unpack the files inside.
> - Can automatically start an external program to process files in the par set.
> - Can open multiple windows and run multiple jobs at the same time.
> - Alternatively, multiple jobs can be queued and processed one after the other, to save machine overhead.
> - Many configurable options.
> - Fully compatible with "other" par and rar utilities.
> - Extensive documentation included via the "Help" menu.
> - Shareware: you can make make a donation if you like the program.
[](https://superuser.com/users/167207/giacomo1968)
[Giacomo1968](https://superuser.com/users/167207/giacomo1968)
59\.3k23 gold badges181 silver badges227 bronze badges
answered Oct 7, 2009 at 15:00
[](https://superuser.com/users/6164/benjamin-schollnick)
This answer is useful
1
Save this answer.
Show activity on this post.
If you buy Pathfinder, which is relatively costly (\$39) but solves a whole different set of problems, it comes with .rar expansion thanks to StuffIt. This sounds like an absurd answer, however I can't use my Mac without Pathfinder anymore. So I have .rar expansion built-in :)
answered Oct 7, 2009 at 12:32
[](https://superuser.com/users/4952/dan-rosenstark)
5
This answer is useful
1
Save this answer.
Show activity on this post.
One can use [FossZip](https://www.tunesbro.com/fosszip.html): non-gratis (but has a trial version), and it has a GUI.
answered Feb 22, 2025 at 14:41
[](https://superuser.com/users/116475/franck-dernoncourt)
This answer is useful
0
Save this answer.
Show activity on this post.
One can use 7-Zip (gratis, CLI). To install:
```
brew install sevenzip
```
answered Feb 22, 2025 at 14:35
[](https://superuser.com/users/116475/franck-dernoncourt)
## You must [log in](https://superuser.com/users/login?ssrc=question_page&returnurl=https%3A%2F%2Fsuperuser.com%2Fquestions%2F52124) to answer this question.
Start asking to get answers
Find the answer to your question by asking.
[Ask question](https://superuser.com/questions/ask)
Explore related questions
See similar questions with these tags. | |||||||||
| ML Classification | ||||||||||
| ML Categories |
Raw JSON{
"/Computers_and_Electronics": 996,
"/Computers_and_Electronics/Software": 962,
"/Computers_and_Electronics/Software/Software_Utilities": 670
} | |||||||||
| ML Page Types |
Raw JSON{
"/Article": 807,
"/Article/FAQ": 443
} | |||||||||
| ML Intent Types |
Raw JSON{
"Informational": 979
} | |||||||||
| Content Metadata | ||||||||||
| Language | en | |||||||||
| Author | null | |||||||||
| Publish Time | 2009-10-07 08:44:31 (16 years ago) | |||||||||
| Original Publish Time | 2009-10-07 08:44:31 (16 years ago) | |||||||||
| Republished | No | |||||||||
| Word Count (Total) | 3,588 | |||||||||
| Word Count (Content) | 871 | |||||||||
| Links | ||||||||||
| External Links | 87 | |||||||||
| Internal Links | 158 | |||||||||
| Technical SEO | ||||||||||
| Meta Nofollow | No | |||||||||
| Meta Noarchive | No | |||||||||
| JS Rendered | Yes | |||||||||
| Redirect Target | null | |||||||||
| Performance | ||||||||||
| Download Time (ms) | 422 | |||||||||
| TTFB (ms) | 411 | |||||||||
| Download Size (bytes) | 53,930 | |||||||||
| Shard | 122 (laksa) | |||||||||
| Root Hash | 3131140398176769522 | |||||||||
| Unparsed URL | com,superuser!/questions/52124/how-can-i-extract-rar-files-in-macos s443 | |||||||||