You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Thank you for considering contributing to this project! By contributing, you hel
43
43
44
44
## Reporting Issues
45
45
46
-
If you encounter a bug or have a feature request, please open an issue in the [Issues](https://github.com/siddharthvaddem/openscreen/issues) section of this repository. Provide as much detail as possible to help us address the issue effectively.
46
+
If you encounter a bug or have a feature request, please open an issue in the [Issues](https://github.com/EtienneLescot/openscreen/issues) section of this repository. Provide as much detail as possible to help us address the issue effectively.
47
47
48
48
## Style Guide
49
49
@@ -54,4 +54,4 @@ If you encounter a bug or have a feature request, please open an issue in the [I
54
54
55
55
By contributing to this project, you agree that your contributions will be licensed under the [MIT License](./LICENSE).
Copy file name to clipboardExpand all lines: README.md
+25-41Lines changed: 25 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,32 @@
1
+
> [!NOTE]
2
+
> This repository is an independent continuation of OpenScreen.
3
+
>
4
+
> OpenScreen was originally created by [Siddharth Vaddem](https://github.com/siddharthvaddem). The original repository was archived after v1.5.0 and remains available here: [siddharthvaddem/openscreen](https://github.com/siddharthvaddem/openscreen).
5
+
>
6
+
> This fork continues development under the OpenScreen name with the original author's approval, while remaining fully MIT open source.
7
+
1
8
> [!WARNING]
2
-
> This started as a side project that blew up; not productiongrade and you'll hit bugs, but hopefully it covers what you need. **This project will soon be archived.**
9
+
> OpenScreen is not production-grade software. You should expect bugs, rough edges, and occasional breaking changes.
<palign="center"><strong>OpenScreen is your free, open-source alternative to Screen Studio.</strong></p>
18
+
<palign="center"><strong>OpenScreen is a free, open-source tool for creating polished screen recordings, product demos, and walkthroughs.</strong></p>
19
+
20
+
OpenScreen was originally positioned as a free, open-source alternative to Screen Studio: something you can use to create quick, polished product demos and walkthroughs for X, Reddit, YouTube, documentation, landing pages, or internal demos.
18
21
19
-
If you don't want to pay $29/month for Screen Studio but want a version that does what most people seem to need - quick, polished product demos and walkthroughs you'd post on X, Reddit or Youtube. OpenScreen does not offer every Screen Studio feature, but covers a lot of the core functionality.
22
+
It is not a 1:1 clone of Screen Studio. Screen Studio is an excellent commercial product. OpenScreen focuses on covering the core open-source workflow: recording, zooms, cursor effects, webcam overlay, captions, editing, annotations, and export.
20
23
21
-
Screen Studio is an awesome product and this is definitely not a 1:1 clone. If you just want something fully free and open source, this project should cover most of your needs.
24
+
The goal of this continuation is to keep OpenScreen alive as a fully open-source project and progressively evolve it toward a broader recording and editing workflow.
22
25
23
-
**100% free** for both **personal** and **commercial** use. Use it, modify it, distribute it. Please respect the License.
26
+
**100% free** for both **personal** and **commercial** use. Use it, modify it, distribute it. Please respect the license.
24
27
25
28
> [!NOTE]
26
-
>Software should be accessible. OpenScreen has no paid tiers, premium features, upsells, or functionality locked behind a paywall.
29
+
>Software should be accessible. OpenScreen has no paid tiers, premium features, upsells, or functionality locked behind a paywall.
Brew automatically picks the right build for Apple Silicon or Intel, and verifies the download against a notarized signature so Gatekeeper won't block it.
63
-
64
-
To update later: `brew upgrade --cask openscreen`
65
-
To uninstall: `brew uninstall --cask openscreen` (add `--zap` to also remove app data)
57
+
> [!NOTE]
58
+
> This fork is a continuation of the archived upstream project. Some package-manager distributions may still point to the original repository until the release pipeline is fully updated for this continuation.
66
59
67
-
#### Manual install (if you prefer)
60
+
###macOS
68
61
69
-
If you'd rather grab the `.dmg` directly from the [Releases page](https://github.com/siddharthvaddem/openscreen/releases) and encounter Gatekeeper blocking the app, you can bypass it by running the following command in your terminal after installation:
62
+
Download the `.dmg`installer directly from the [Releases page](https://github.com/EtienneLescot/openscreen/releases). If Gatekeeper blocks the app, you can bypass it by running the following command in your terminal after installation:
@@ -81,20 +74,11 @@ After running this command, proceed to **System Preferences > Security & Privacy
81
74
82
75
### Windows
83
76
84
-
Install via [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/):
85
-
86
-
```bash
87
-
winget install SiddharthVaddem.OpenScreen
88
-
```
89
-
90
-
To update later: `winget upgrade SiddharthVaddem.OpenScreen`
91
-
To uninstall: `winget uninstall SiddharthVaddem.OpenScreen`
92
-
93
-
If you'd rather grab the `.exe` installer directly, download it from the [Releases page](https://github.com/siddharthvaddem/openscreen/releases).
77
+
Download the `.exe` installer directly from the [Releases page](https://github.com/EtienneLescot/openscreen/releases).
94
78
95
79
### Linux
96
80
97
-
Three packages are published to the [Releases page](https://github.com/siddharthvaddem/openscreen/releases) for each version. Pick the one that matches your distro:
81
+
Three packages are published to the [Releases page](https://github.com/EtienneLescot/openscreen/releases) for each version. Pick the one that matches your distro:
0 commit comments