Commit b797ca2
committed
refactor: migrate from Python to Node.js/Electron stack
BREAKING CHANGE: Complete rewrite from Python to Node.js
- Remove all Python code (CLI, core, crypto modules)
- Remove Python dependencies (requirements.txt, pyproject.toml, setup.py)
- Remove Python tests and examples
- Add Electron desktop application
- Add React frontend with Vite
- Add Prisma ORM with SQLite database
- Add modern UI with Ant Design and Tailwind CSS
- Update CI workflows for Node.js environment
- Update CodeQL to analyze JavaScript instead of Python
## New Stack
- **Runtime**: Node.js + Electron
- **Frontend**: React 19 + Vite
- **UI**: Ant Design + Tailwind CSS + shadcn/ui
- **Database**: SQLite with Prisma ORM
- **Encryption**: Node.js crypto module
- **Build**: Vite + electron-builder
## Features
- Desktop application with native feel
- Master password authentication
- Project-based organization
- Encrypted environment variable storage
- Export to .env and JSON formats
- Modern, dark-themed UI
- Audit logging
- Offline-first architecture1 parent 6ceb2ae commit b797ca2
File tree
69 files changed
+10110
-2516
lines changed- .github/workflows
- electron
- examples
- prisma
- public
- src
- assets
- cli
- components
- ui
- core
- crypto
- gui
- lib
- utils
- tests
- integration
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+10110
-2516
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 24 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 25 | + | |
41 | 26 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 27 | + | |
| 28 | + | |
58 | 29 | | |
59 | 30 | | |
60 | | - | |
| 31 | + | |
61 | 32 | | |
62 | 33 | | |
63 | 34 | | |
64 | 35 | | |
65 | 36 | | |
66 | 37 | | |
67 | | - | |
| 38 | + | |
68 | 39 | | |
69 | 40 | | |
70 | 41 | | |
71 | 42 | | |
72 | 43 | | |
73 | | - | |
74 | | - | |
| 44 | + | |
| 45 | + | |
75 | 46 | | |
76 | | - | |
| 47 | + | |
| 48 | + | |
77 | 49 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 50 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 51 | + | |
93 | 52 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 53 | + | |
| 54 | + | |
107 | 55 | | |
108 | 56 | | |
109 | 57 | | |
| |||
113 | 61 | | |
114 | 62 | | |
115 | 63 | | |
116 | | - | |
117 | | - | |
| 64 | + | |
| 65 | + | |
118 | 66 | | |
119 | | - | |
| 67 | + | |
| 68 | + | |
120 | 69 | | |
121 | 70 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 71 | + | |
126 | 72 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 73 | + | |
| 74 | + | |
143 | 75 | | |
144 | 76 | | |
145 | 77 | | |
| |||
150 | 82 | | |
151 | 83 | | |
152 | 84 | | |
153 | | - | |
154 | | - | |
| 85 | + | |
| 86 | + | |
155 | 87 | | |
156 | | - | |
| 88 | + | |
| 89 | + | |
157 | 90 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
| 91 | + | |
| 92 | + | |
162 | 93 | | |
163 | 94 | | |
164 | | - | |
165 | | - | |
| 95 | + | |
166 | 96 | | |
167 | 97 | | |
168 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments