finwipe 0.1.6 → 0.1.8

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.
Files changed (3) hide show
  1. package/README.md +21 -2
  2. package/finwipe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -23,9 +23,24 @@ brew install finwipe
23
23
 
24
24
  **Option 3 — Direct binary (no package manager):**
25
25
  ```bash
26
- # macOS (Apple Silicon)
26
+ # macOS (Apple Silicon / M1-M3)
27
27
  curl -fsSL https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-darwin-arm64 -o finwipe
28
+
29
+ # macOS (Intel)
30
+ curl -fsSL https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-darwin-amd64 -o finwipe
31
+
32
+ # Linux (AMD64)
33
+ curl -fsSL https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-linux-amd64 -o finwipe
34
+
35
+ # Linux (ARM64 / Raspberry Pi)
36
+ curl -fsSL https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-linux-arm64 -o finwipe
37
+
38
+ # Windows
39
+ curl -fsSL https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-windows-amd64.exe -o finwipe.exe
40
+
28
41
  chmod +x finwipe && sudo mv finwipe /usr/local/bin/
42
+
43
+ # Windows: save as finwipe.exe and run from Command Prompt or PowerShell
29
44
  ```
30
45
 
31
46
  **Option 4 — Build from source:**
@@ -361,7 +376,11 @@ PRs welcome — especially:
361
376
  |----------|---------------|
362
377
  | **npm** | `npm install -g finwipe` |
363
378
  | **Homebrew** | `brew tap das-rebel/finwipe && brew install finwipe` |
364
- | **GitHub Releases** | [latest](https://github.com/Das-rebel/finwipe/releases/latest) |
379
+ | **macOS ARM64** | [finwipe-darwin-arm64](https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-darwin-arm64) |
380
+ | **macOS AMD64** | [finwipe-darwin-amd64](https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-darwin-amd64) |
381
+ | **Linux AMD64** | [finwipe-linux-amd64](https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-linux-amd64) |
382
+ | **Linux ARM64** | [finwipe-linux-arm64](https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-linux-arm64) |
383
+ | **Windows** | [finwipe-windows-amd64.exe](https://github.com/Das-rebel/finwipe/releases/latest/download/finwipe-windows-amd64.exe) |
365
384
  | **Source** | `git clone https://github.com/das-rebel/finwipe` |
366
385
 
367
386
  ---
package/finwipe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finwipe",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "DIY Financial Data Deletion tool for India under DPDP Act 2023. Exercise your right to erasure against NBFCs, banks, and fintechs.",
5
5
  "main": "index.js",
6
6
  "bin": {