@screenpipe/cli-linux-x64 0.4.14 → 0.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,90 @@
1
+ # Screenpipe Commercial License
2
+
3
+ Copyright (c) 2024-2026 Mediar, Inc. (dba Screenpipe). All rights reserved.
4
+
5
+ ## 1. Definitions
6
+
7
+ "Licensed Work" means the Screenpipe software covered by this license,
8
+ including its source code and documentation, and any binaries built from
9
+ that source code.
10
+
11
+ "Licensor" means Mediar, Inc. (dba Screenpipe).
12
+
13
+ "You" means the individual or entity exercising rights under this license.
14
+
15
+ "Commercial Use" means any use of the Licensed Work:
16
+ (a) in a business or production environment;
17
+ (b) to generate revenue or to support revenue-generating activity; or
18
+ (c) by or on behalf of a for-profit entity, after the Evaluation period.
19
+
20
+ ## 2. Free Use
21
+
22
+ You may use, copy, modify, and run the Licensed Work at no charge for:
23
+ - Personal, non-commercial use;
24
+ - Non-profit, educational, or research use;
25
+ - Evaluation, development, and testing for up to seven (7) days,
26
+ at any organization size.
27
+
28
+ ## 3. Official Builds and Subscriptions
29
+
30
+ This license governs the source code of the Licensed Work and any binaries
31
+ built from it by you or by third parties. It does not govern official
32
+ prebuilt builds of Screenpipe distributed by the Licensor. Use of official
33
+ builds is governed by the Screenpipe Terms of Service at
34
+ https://screenpi.pe/terms and by the terms of your subscription or other
35
+ app license.
36
+
37
+ For clarity: one subscription or lifetime license per person, covering
38
+ that person's own devices, including that person's own work use. Up to
39
+ four (4) individual licenses may be used within a single company; five
40
+ (5) or more users at one company require a Screenpipe Team or Enterprise
41
+ plan, regardless of who pays for the individual licenses. Machines not
42
+ tied to an individual licensed user (servers, shared or unattended
43
+ machines) require a commercial agreement with the Licensor.
44
+
45
+ ## 4. Commercial Use Requires a Paid License
46
+
47
+ Any Commercial Use of the Licensed Work requires a separate paid commercial
48
+ license from the Licensor. This applies regardless of company size,
49
+ headcount, revenue, or funding. Contact louis@screenpi.pe or visit
50
+ https://screenpi.pe/commercial-license.
51
+
52
+ ## 5. Prohibited Without a Commercial License
53
+
54
+ Without a valid commercial license you may not:
55
+ - Sell, sublicense, or distribute the Licensed Work as part of a
56
+ commercial product or service;
57
+ - Provide the Licensed Work as a hosted or managed service to third parties;
58
+ - Embed or integrate the Licensed Work into a product offered to customers;
59
+ - Use the Licensed Work to build, offer, or operate a competing product
60
+ or service.
61
+
62
+ ## 6. Ownership
63
+
64
+ The Licensor and its licensors retain all right, title, and interest in the
65
+ Licensed Work, including any modifications or patches you make. No rights are
66
+ granted except those expressly stated in this license.
67
+
68
+ ## 7. Termination
69
+
70
+ Any use outside the terms of this license terminates your rights
71
+ automatically. On termination you must cease all use and destroy all copies
72
+ in your possession.
73
+
74
+ ## 8. Warranty Disclaimer
75
+
76
+ THE LICENSED WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
77
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79
+ LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN
80
+ ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN
81
+ CONNECTION WITH THE LICENSED WORK OR THE USE OR OTHER DEALINGS IN THE
82
+ LICENSED WORK.
83
+
84
+ ---
85
+
86
+ This license applies to all code in this repository.
87
+
88
+ Versions of Screenpipe previously released under the MIT license remain
89
+ available under the MIT license. This license applies to this version and
90
+ all later versions of the Licensed Work.
package/bin/screenpipe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@screenpipe/cli-linux-x64",
3
- "version": "0.4.14",
3
+ "version": "0.4.16",
4
4
  "description": "screenpipe CLI binary for Linux x64",
5
5
  "os": [
6
6
  "linux"
@@ -12,5 +12,5 @@
12
12
  "type": "git",
13
13
  "url": "https://github.com/screenpipe/screenpipe"
14
14
  },
15
- "license": "MIT"
15
+ "license": "SEE LICENSE IN LICENSE.md"
16
16
  }