QuickRecorder on GitHub: How to Spot the Real Repo and Install It Safely

QuickRecorder GitHubQuickRecorder downloadQuickRecorder installQuickRecorder safeQuickRecorder HomebrewQuickRecorder unidentified developer
QuickRecorder on GitHub: How to Spot the Real Repo and Install It Safely

You went looking for a free Mac screen recorder with no watermark, landed on the name QuickRecorder, and then couldn't find it in the App Store. A search turns up GitHub pages in English and Chinese, and several repositories with the same name. None of them obviously says "this is the official one."

Opening a .dmg in that state is a reasonable thing to hesitate over.
Here is the short answer: the real repository is lihaoyun6/QuickRecorder, and there are exactly two ways to install it, GitHub Releases or Homebrew. This article covers how to identify the real repo, how to install it, what to do when macOS refuses to open it, and how to check whether the project is still being maintained. Everything below comes from the repository and the official site.

The short answer: lihaoyun6/QuickRecorder

What you're checkingAnswer
Official repositorygithub.com/lihaoyun6/QuickRecorder
Official sitelihaoyun6.github.io/quickrecorder (GitHub Pages)
DistributionA .dmg on GitHub Releases
Homebrewbrew install lihaoyun6/tap/quickrecorder
App StoreNot there (the README says there are no plans to publish it)
LicenseAGPL-3.0
RequirementsmacOS 12.3 or later
Latest releasev1.6.9 (June 11, 2025)
Stars / Forks8,637 / 513

All figures are what GitHub displayed on September 4, 2026.

Why the search leads to GitHub in the first place

QuickRecorder isn't in the App Store on purpose. The README states there are no plans to publish it there, and distribution happens only through GitHub Releases.

On top of that, the official site itself lives on lihaoyun6.github.io, a GitHub Pages domain. For this app, looking for the official site and looking for the GitHub repo are close to the same task. That's why "quickrecorder github" is such a common search.
If what you actually want is whether it can capture system audio without a driver, that's covered in QuickRecorder for Mac: Free, Open Source, System Audio. This article stays on installation and verification.

Telling the real repo from forks and lookalikes

The same name, several times over

QuickRecorder has 513 forks, and a handful of them rank alongside the original in search results. Searching for "QuickRecorder GitHub" surfaces D2OKAY/quickrecorder, michalliu/lihaoyun6_QuickRecorder, yks2024/-QuickRecorder, daqing/QuickRecorder, and a Gitee mirror.
The awkward part is that forks carry the original description too. The same sentence, "A lightweight screen recorder based on ScreenCapture Kit for macOS," appears on all of them, so reading the description doesn't help you decide.

Forks aren't inherently a problem. They're just copies of the code. But a copy may be behind on updates or carry someone's private changes, so it's worth standardizing on the original as the place you download binaries from.

Four things to check

The header of the real QuickRecorder repository, showing the owner lihaoyun6, the star count, the AGPL-3.0 license, and a link to the official site
lihaoyun6/QuickRecorder on GitHub
  • The owner is lihaoyun6, so the URL reads github.com/lihaoyun6/QuickRecorder
  • The star count is above 8,000 (8,637 as of September 2026). Forks sit at roughly zero
  • The About panel links to the official site, lihaoyun6.github.io/quickrecorder/
  • Releases contains a current .dmg. Most forks have no releases at all

If all four line up, you're in the right place. A repository with a two-digit star count is not a download source you need.

"QuickRec" in the App Store is a different app

This one catches people out. The Mac App Store lists an app called "QuickRec," and it is a different app from a different developer (文长 侯), with a minimum requirement of macOS 13.3 rather than QuickRecorder's 12.3.

Since the README explicitly rules out an App Store release, anything you find in the App Store is not QuickRecorder. Worth knowing before you install the wrong thing.

Installing it (Releases or Homebrew)

Option 1: download the .dmg from Releases

Open the Releases page and take the .dmg from the newest version. As of September 2026 that is v1.6.9, and the file is named QuickRecorder_v1.6.9.dmg.
The QuickRecorder Releases page, showing v1.6.9 published on June 11, 2025 and a note that the developer certificate expires on June 14
QuickRecorder Releases on GitHub
The asset list also includes files like Update169-166.delta. Those are delta files used by the app's built-in updater to patch older versions. You don't download them by hand. The .dmg is all you need.

Option 2: install with Homebrew

If you live in the terminal, the README gives this command.

brew install lihaoyun6/tap/quickrecorder
lihaoyun6/tap is a tap maintained by the developer, not a cask in Homebrew's main repository. Since you're adding the author's own tap, confirm the owner name reads lihaoyun6 before you run it.

After that, updates are one command.

brew upgrade quickrecorder

Which one to pick

.dmg from ReleasesHomebrew
Best forA single Mac, GUI onlySeveral machines, frequent rebuilds, CLI-managed setups
UpdatesHandled by the in-app updaterExplicit, via brew upgrade
Watch out forConfirm you're on the real repositoryConfirm the tap owner is the author

When macOS says the developer can't be verified

Why the warning appears

The official site states plainly that the app has not been notarized by Apple. Notarization is the process of submitting an app to Apple for a malware scan, and macOS Gatekeeper blocks apps that haven't been through it the first time you launch them.
The QuickRecorder official site download button, noting support for macOS 12.3 and later and linking to information about app notarization
QuickRecorder for Mac, official site

This isn't a bug in QuickRecorder. It happens broadly to apps distributed by individuals on GitHub. The site also mentions that the developer is in the process of applying to become an Apple certified developer.

The steps

Following the official guidance, the order is:

  1. Install the newest version over the old one. The site notes this resolves most cases where an older build stopped launching
  2. If it still won't open, right-click the app in Finder, choose Get Info, and check "Override malware protection"
  3. The change doesn't always take effect immediately, so wait a few hours and try again

Screen names and menu positions shift between macOS versions. What you're looking for is whatever the current version calls "allow this app to run."

If it's a work-issued Mac

This is the part worth pausing on. QuickRecorder is:

  • not notarized by Apple
  • distributed by an individual developer rather than a company
  • licensed under AGPL-3.0

None of that is a legal problem, but plenty of companies restrict installation of non-notarized apps through device management policy. On a work machine, check with whoever runs IT before installing.

What GitHub actually tells you (reading Releases and Issues)

If you searched "quickrecorder github," you probably wanted more than a download link. GitHub is also where you can check whether the app is still alive.

Releases show you the maintenance status

  • The latest release is v1.6.9, published June 11, 2025
  • The last code push to the repository is the same date
  • Which means that as of September 2026, no new release has shipped in over a year
  • The v1.6.9 notes say the developer's free certificate expires on June 14, and the official site adds that the free certificate did expire after its one-year validity, leaving older builds unable to launch
  • The release history also notes that 1.6.x is the last line to support macOS 12

The repository isn't archived, so nobody has declared the project finished. But the activity has clearly stopped for now, and that's a fact worth weighing against your own use case.

Issues show you whether your problem is already known

There were 168 open issues as of September 2026, plus 8 open pull requests. Reports on the list include:

  • recording stopping on its own partway through
  • crashes when starting a recording
  • audio capture failing with a conferencing app (a DingTalk report)
  • recording becoming laggy while screen sharing in a conferencing app
  • the menu bar icon not appearing on secondary displays
  • errors on the macOS 27 beta, including not being able to stop or pause from the menu bar
Searching Issues for your symptom tells you whether it's known and whether someone posted a workaround. Typing is:issue plus a keyword such as audio or crash is the quickest way in.

Most threads are in English or Chinese, but they usually include reproduction steps and screenshots, which is enough to work with.

There is no Japanese or localized UI

Issues include requests to change the interface language. As it stands, the app has no setting for choosing a display language. The interface is icon-led and simple enough to use, but expect English.

What AGPL-3.0 means here

The license is AGPL-3.0. That's why it's free, and it's why the source is public and you can build it yourself.

It also means distributing a modified version carries an obligation to publish your source. If you're thinking about customizing it and handing it around internally, run that past legal or IT first. Using it as-is doesn't raise the question.

Would you run your meeting records on an app that stopped updating?

Laid out together, the facts point different directions depending on what you need.

QuickRecorderQureco
Distributed byAn individual developer (GitHub Releases)Qurio Inc. (official site)
Apple notarizationNot notarized (stated on its own site)Terms of service and privacy policy published
Last releaseJune 11, 2025Updates delivered in-app
Localized UINoYes
Support channelGitHub IssuesSupport desk (support@qureco.jp)
After the recordingExport, and that's the scopeTranscription, AI meeting notes, Notion export (Pro)

If you're recording the occasional how-to video, a stalled release cycle costs you almost nothing. It's free, there's no watermark, and it captures system audio. That's a genuinely good deal.

The calculation changes when recording becomes part of a weekly workflow. Nobody is on the hook to fix it when an OS update breaks it, the missing notarization can be a blocker on managed machines, and the transcription and sharing work after each recording stays manual.
Qureco stands on the same ground as QuickRecorder in one respect: it captures Mac system audio with no virtual audio setup. The difference is what happens next. Recording is free, unlimited in length, and watermark-free, and from there AI generates meeting notes and sends them to your Notion database (AI notes and the Notion integration are on the Pro plan at the $9/month launch price, with the first month free and no credit card required).
Qureco's recording screen, with separate mic and system-audio toggles and live level meters
Qureco official site

It runs on macOS 12.0 and later, on both Apple Silicon and Intel. It has no video editing features: recording and export are the scope, and editing belongs in another app.

To compare options side by side:

FAQ

Is QuickRecorder free?

Yes. It's open source under AGPL-3.0, with no paid tier or feature-limited edition. The site and repository include a donation link, which is optional.

Can I get older versions?

Yes, older releases remain on the Releases page. Keep in mind what the official site says about the expired certificate: older builds may refuse to launch. The newest version is the intended target.

How do I update a Homebrew install?
Run brew upgrade quickrecorder. Since it comes from a tap, running brew update first makes the upgrade more reliable.
Can I build it from source?

Yes. The source is public under AGPL-3.0 and written in SwiftUI, so you build it in Xcode. That's an option if you already have a development environment. Distributing a modified build brings the license obligations into play.

Is there a Windows version?

No. It's built on ScreenCaptureKit, a macOS framework, so it's macOS-only by design.

Can it record an iPhone screen?
Yes, an iPhone or iPad connected to your Mac can be selected as a source. Details are in the QuickRecorder review.

Wrapping up

  • The real repository is lihaoyun6/QuickRecorder. With 513 forks in circulation, check the owner name and star count
  • "QuickRec" in the App Store is a different app from a different developer
  • Install from the .dmg on Releases or with brew install lihaoyun6/tap/quickrecorder. The .delta files are for the in-app updater
  • The "unidentified developer" warning comes from the missing notarization. Install the newest build, then Get Info and override malware protection, then wait a few hours
  • Use GitHub for what it's good at: Releases for maintenance status, Issues for known bugs. The latest release is from June 11, 2025, over a year ago
  • For one-off recordings it's plenty. For a weekly record of your meetings, weigh notarization, maintenance, and everything that happens after you hit stop

Most of the unease about installing an app from outside the App Store comes down to two questions: is this the real distributor, and is it still being maintained. GitHub happens to show you both.

Qureco

Qureco Screen Recorder

Powerful screen recording app for Mac

Record meetings, let AI handle the notes, just read what arrives in Notion.Try all features free for the first month.

No Setup RequiredNo WatermarkAI Meeting NotesNotion Integration

About the Author

Shunsuke Inoue

Shunsuke Inoue

CEO, Qurio Inc.

Founder of Qurio, an AI consulting company. Majored in AI at Sophia University and founded the AI research circle "SOMA." As CEO of JPMT Inc., developed "MinPro" (1,300+ users) and business analysis SaaS "Optpath." Established Qurio Inc. in October 2025, focusing on AI and data development consulting. Speaker at the 30th Nikkei Forum "Future of Asia." Committed to promoting technological advancement and creating new value through AI.