How to install tamnguyenvan/screenarc. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
tamnguyenvan/screenarc Installation Guide
How to install tamnguyenvan/screenarc. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for tamnguyenvan/screenarc. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i tamnguyenvan/screenarcor
Install via npx
npx @hexmos/ipm i tamnguyenvan/screenarcPrerequisites
X11 Display Server
systemVersion: N/A
Build Tools for Visual Studio 2022
systemVersion: N/A
Python
systemVersion: 3.8
Xcode Command Line Tools
systemVersion: N/A
Node.js
systemVersion: N/A
npm
systemVersion: N/A
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux (AppImage)
wget https://github.com/tamnguyenvan/screenarc/releases/latest/download/ScreenArc-*-linux-x64.AppImage
chmod +x ScreenArc-*-linux-x64.AppImage
./ScreenArc-*-linux-x64.AppImageWindows Installer
wget https://github.com/tamnguyenvan/screenarc/releases/latest/download/ScreenArc-*-Setup.exe
ScreenArc-*-Setup.exemacOS (Apple Silicon)
wget https://github.com/tamnguyenvan/screenarc/releases/latest/download/ScreenArc-*-arm64.dmg
open ScreenArc-*-arm64.dmgmacOS (Intel)
wget https://github.com/tamnguyenvan/screenarc/releases/latest/download/ScreenArc-*-x64.dmg
open ScreenArc-*-x64.dmgSource - Linux
git clone https://github.com/tamnguyenvan/screenarc.git
cd screenarc
rm package-lock.json
npm install
wget https://github.com/tamnguyenvan/screenarc-assets/releases/download/v0.0.1/ffmpeg-linux-x64 -O binaries/linux/ffmpeg
chmod +x binaries/linux/ffmpeg
npm run devSource - macOS (Apple Silicon)
git clone https://github.com/tamnguyenvan/screenarc.git
cd screenarc
rm package-lock.json
npm install
wget https://github.com/tamnguyenvan/screenarc-assets/releases/download/v0.0.1/ffmpeg-darwin-arm64 -O binaries/darwin/ffmpeg-arm64
chmod +x binaries/darwin/ffmpeg-arm64
npm run devSource - macOS (Intel)
git clone https://github.com/tamnguyenvan/screenarc.git
cd screenarc
rm package-lock.json
npm install
wget https://github.com/tamnguyenvan/screenarc-assets/releases/download/v0.0.1/ffmpeg-darwin-x64 -O binaries/darwin/ffmpeg-x64
chmod +x binaries/darwin/ffmpeg-x64
npm run devSource - Windows
git clone https://github.com/tamnguyenvan/screenarc.git
cd screenarc
rm package-lock.json
npm install
wget https://github.com/tamnguyenvan/screenarc-assets/releases/download/v0.0.1/ffmpeg.exe -O binaries/windows/ffmpeg.exe
npm run dev