-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
27 lines (22 loc) · 1.02 KB
/
Copy pathNOTICE
File metadata and controls
27 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Scripts Manager
Copyright (c) 2026 Wass B.
This product is developed and maintained by Wass B.
It is built on the following third-party components, each under its own
license, unmodified and used as dependencies:
- Tauri (https://tauri.app) — MIT / Apache-2.0
Application framework: window shell, tray icon, process bridge.
- tauri-plugin-dialog — MIT / Apache-2.0
Native file picker and confirmation dialogs.
- tauri-plugin-opener — MIT / Apache-2.0
Part of the default Tauri scaffold.
- tauri-plugin-autostart — MIT / Apache-2.0
"Start at login" toggle (registers the app in the Windows Run registry key).
- React (https://react.dev) — MIT
Frontend UI library.
- Vite (https://vite.dev) — MIT
Frontend build tooling.
- serde / serde_json — MIT / Apache-2.0
JSON serialization of the script registry.
The pause/resume feature calls NtSuspendProcess / NtResumeProcess from
ntdll.dll, part of Microsoft Windows. No Microsoft code is redistributed.
Repetitive and boilerplate tasks assisted by Claude Code (Anthropic).