Skip to content

rofeels/Recordly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

471 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenCraft

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.

ScreenCraft demo

Download / Build

Homebrew (recommended)

brew install --cask NewTurn2017/homebrew-tap/screencraft

Direct release download

macOS local build

git clone https://github.com/NewTurn2017/ScreenCraft.git
cd ScreenCraft
npm install
npm run build:mac

The built app will be created under release/.

For local install:

cp -R release/mac-arm64/ScreenCraft.app /Applications/ScreenCraft.app

Why ScreenCraft?

ScreenCraft 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 / .openscreen loading support)

Development

npm install
npm run dev

Useful commands:

npm run typecheck
npm test
npm run build:mac

Repository links

Attribution

ScreenCraft is based on the excellent original Recordly work by webadderall.

This repository keeps that lineage visible on purpose.

License

MIT

About

Creator-focused desktop screen recorder and editor for polished demos, tutorials, and walkthroughs.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 86.2%
  • C++ 7.3%
  • Swift 3.8%
  • JavaScript 1.3%
  • CSS 1.3%
  • CMake 0.1%