logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/screenarc
or

Install via npx

npx @hexmos/ipm i tamnguyenvan/screenarc

Prerequisites

X11 Display Server

system

Version: N/A

Build Tools for Visual Studio 2022

system

Version: N/A

Python

system

Version: 3.8

Xcode Command Line Tools

system

Version: N/A

Node.js

system

Version: N/A

npm

system

Version: 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.AppImage

Windows Installer

wget https://github.com/tamnguyenvan/screenarc/releases/latest/download/ScreenArc-*-Setup.exe

ScreenArc-*-Setup.exe

macOS (Apple Silicon)

wget https://github.com/tamnguyenvan/screenarc/releases/latest/download/ScreenArc-*-arm64.dmg

open ScreenArc-*-arm64.dmg

macOS (Intel)

wget https://github.com/tamnguyenvan/screenarc/releases/latest/download/ScreenArc-*-x64.dmg

open ScreenArc-*-x64.dmg

Source - 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 dev

Source - 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 dev

Source - 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 dev

Source - 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