Search Criteria
Package Details: openscreen-bin 1.4.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openscreen-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | openscreen-bin |
| Description: | Create stunning screen recordings for free. Open-source, no subscriptions, no watermarks, and free for commercial use. An alternative to Screen Studio. |
| Upstream URL: | https://github.com/siddharthvaddem/openscreen |
| Keywords: | openscreen |
| Licenses: | MIT |
| Conflicts: | openscreen-appimage |
| Submitter: | AImixAE |
| Maintainer: | AImixAE (Giteeajake) |
| Last Packager: | AImixAE |
| Votes: | 1 |
| Popularity: | 0.59 |
| First Submitted: | 2026-02-27 07:51 (UTC) |
| Last Updated: | 2026-05-23 00:27 (UTC) |
Dependencies (3)
- fuse (fuse2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, placeholder-for-nodejsAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR, placeholder-for-npmAUR) (make)
Latest Comments
duanluan commented on 2026-04-19 05:43 (UTC)
Build succeeded for me after a small local
PKGBUILDpatch.If
prepare()fails with aphantomjs-prebuiltdownload error like:PhantomJS not found on PATHError requesting archiveStatus: 504change this in
prepare():to:
Then, if
build()later fails while downloading Electron Builder AppImage tools with something like:Get "https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z": connect: connection timed outchange this in
build():to:
Minimal patch:
With this change,
makepkgcompleted successfully on my side.