OpenScreen 是 Screen Studio 的开源替代方案。
OpenScreen is an open-source alternative to Screen Studio

原始链接: https://github.com/siddharthvaddem/openscreen

## OpenScreen:一款免费且开源的屏幕录制工具 OpenScreen 是一款免费开源的屏幕录制工具,是 Screen Studio 等付费软件的替代品,专为制作产品演示和教程而设计。虽然并非完全复制其功能,但它通过更简单的界面涵盖了基本需求。 主要功能包括全屏或窗口录制、可定制的缩放效果(自动和手动)、音频捕捉(麦克风和系统)、视频裁剪、背景自定义、运动模糊、注释、速度调整以及灵活的导出选项。 OpenScreen 适用于 Windows、macOS 和 Linux。macOS 用户可能需要绕过 Gatekeeper 并授予权限。Linux 用户可能需要 PipeWire 来录制系统音频。 该项目正在积极开发中,并欢迎贡献。它采用 MIT 许可,这意味着用户可以自由使用、修改和分发它——但请注明出处!请注意,它目前处于测试阶段,可能包含错误。

对不起。
相关文章

原文

Warning

This is very much in beta and might be buggy here and there (but hope you have a good experience!).

OpenScreen Logo

Ask DeepWiki

OpenScreen is your free, open-source alternative to Screen Studio (sort of).

If you don't want to pay $29/month for Screen Studio but want a much simpler version that does what most people seem to need, making beautiful product demos and walkthroughs, here's a free-to-use app for you. OpenScreen does not offer all Screen Studio features, but covers the basics well!

Screen Studio is an awesome product and this is definitely not a 1:1 clone. OpenScreen is a much simpler take, just the basics for folks who want control and don't want to pay. If you need all the fancy features, your best bet is to support Screen Studio (they really do a great job, haha). But if you just want something free (no gotchas) and open, this project does the job!

OpenScreen is 100% free for personal and commercial use. Use it, modify it, distribute it. (Just be cool 😁 and give a shoutout if you feel like it !)

OpenScreen App Preview 3 OpenScreen App Preview 4

  • Record your whole screen or specific windows.
  • Add Automatic zooms or manual zooms (customizable depth levels).
  • Record microphone audio and system audio capture.
  • Customize the duration and position of zooms however you please.
  • Crop video recordings to hide parts.
  • Choose between wallpapers, solid colors, gradients or a custom background.
  • Motion blur for smoother pan and zoom effects.
  • Add annotations (text, arrows, images).
  • Trim sections of the clip.
  • Customize speed at different segments.
  • Export in different aspect ratios and resolutions.

Download the latest installer for your platform from the GitHub Releases page.

If you encounter issues with macOS Gatekeeper blocking the app (since it does not come with a developer certificate), you can bypass this by running the following command in your terminal after installation:

xattr -rd com.apple.quarantine /Applications/Openscreen.app

Note: Give your terminal Full Disk Access in System Settings > Privacy & Security to grant you access and then run the above command.

After running this command, proceed to System Preferences > Security & Privacy to grant the necessary permissions for "screen recording" and "accessibility". Once permissions are granted, you can launch the app.

Download the .AppImage file from the releases page. Make it executable and run:

chmod +x Openscreen-Linux-*.AppImage
./Openscreen-Linux-*.AppImage

You may need to grant screen recording permissions depending on your desktop environment.

Note: If the app fails to launch due to a "sandbox" error, run it with --no-sandbox:

./Openscreen-Linux-*.AppImage --no-sandbox

System audio capture relies on Electron's desktopCapturer and has some platform-specific quirks:

  • macOS: Requires macOS 13+. On macOS 14.2+ you'll be prompted to grant audio capture permission. macOS 12 and below does not support system audio (mic still work).
  • Windows: Works out of the box.
  • Linux: Needs PipeWire (default on Ubuntu 22.04+, Fedora 34+). Older PulseAudio-only setups may not support system audio (mic should still works).
  • Electron
  • React
  • TypeScript
  • Vite
  • PixiJS
  • dnd-timeline

I'm new to open source, idk what I'm doing lol. If something is wrong please raise an issue 🙏

Contributions are welcome! If you’d like to help out or see what’s currently being worked on, take a look at the open issues and the project roadmap to understand the current direction of the project and find ways to contribute.

This project is licensed under the MIT License. By using this software, you agree that the authors are not liable for any issues, damages, or claims arising from its use.

联系我们 contact @ memedata.com