English | 한국어
ScreenCraft is a creator-focused desktop screen recorder and editor for making polished walkthroughs, demos, tutorials, and product videos.
It is a public fork of the original webadderall/Recordly, and that fork relationship is intentionally preserved.
brew install --cask NewTurn2017/homebrew-tap/screencraft- Homebrew tap: https://github.com/NewTurn2017/homebrew-tap
- Cask file: https://github.com/NewTurn2017/homebrew-tap/blob/main/Casks/screencraft.rb
- Latest release downloads: https://github.com/NewTurn2017/ScreenCraft/releases/latest
- Releases: https://github.com/NewTurn2017/ScreenCraft/releases
- Latest: https://github.com/NewTurn2017/ScreenCraft/releases/latest
git clone https://github.com/NewTurn2017/ScreenCraft.git
cd ScreenCraft
npm install
npm run build:macThe built app will be created under release/.
For local install:
cp -R release/mac-arm64/ScreenCraft.app /Applications/ScreenCraft.appScreenCraft keeps the fast recording workflow of the original project while focusing on a cleaner creator workflow:
- screen recording with macOS and Windows capture paths
- automatic zoom regions and cursor motion polish
- webcam overlay support
- timeline-based editing
- export to MP4 and GIF
- project save/load support (
.screencraft, with legacy.recordly/.openscreenloading support)
npm install
npm run devUseful commands:
npm run typecheck
npm test
npm run build:mac- Repo: https://github.com/NewTurn2017/ScreenCraft
- Issues: https://github.com/NewTurn2017/ScreenCraft/issues
- Original upstream: https://github.com/webadderall/Recordly
ScreenCraft is based on the excellent original Recordly work by webadderall.
This repository keeps that lineage visible on purpose.
MIT
