Releases: dataiku/kiji-proxy
Kiji Privacy Proxy v1.3.1
Kiji Privacy Proxy v1.3.1
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Linux (.deb): Debian/Ubuntu package (amd64) with systemd unit
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Homebrew (recommended):
brew install --cask dataiku/tap/kiji-privacy-proxyOr download manually:
- Download
Kiji-Privacy-Proxy-1.3.1.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.3.1-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.3.1-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Debian / Ubuntu (.deb)
sudo dpkg -i kiji-privacy-proxy_1.3.1_amd64.deb
# The systemd unit is installed but not enabled by default.
# Configure /etc/default or env vars first, then:
sudo systemctl enable --now kiji-privacy-proxyFiles land under /opt/kiji-privacy-proxy/ and a kiji-proxy
wrapper is placed on PATH at /usr/bin/kiji-proxy.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.3.1.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- fix: save pii config in pii_settings.json by @hanneshapke in #524
- chore: release settings fix by @hanneshapke in #525
- chore: version packages by @github-actions[bot] in #526
Full Changelog: v1.3.0...v1.3.1
Kiji Privacy Proxy v1.3.0
Kiji Privacy Proxy v1.3.0
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Linux (.deb): Debian/Ubuntu package (amd64) with systemd unit
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Homebrew (recommended):
brew install --cask dataiku/tap/kiji-privacy-proxyOr download manually:
- Download
Kiji-Privacy-Proxy-1.3.0.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.3.0-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.3.0-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Debian / Ubuntu (.deb)
sudo dpkg -i kiji-privacy-proxy_1.3.0_amd64.deb
# The systemd unit is installed but not enabled by default.
# Configure /etc/default or env vars first, then:
sudo systemctl enable --now kiji-privacy-proxyFiles land under /opt/kiji-privacy-proxy/ and a kiji-proxy
wrapper is placed on PATH at /usr/bin/kiji-proxy.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.3.0.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- feat: reset masking by @hanneshapke in #514
- Feat: support custom regex by @hanneshapke in #513
- chore: release 20260605 (includes updated docs) by @hanneshapke in #515
- chore: version packages by @github-actions[bot] in #516
Full Changelog: v1.2.0...v1.3.0
Kiji Privacy Proxy v1.2.0
Kiji Privacy Proxy v1.2.0
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Linux (.deb): Debian/Ubuntu package (amd64) with systemd unit
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Homebrew (recommended):
brew install --cask dataiku/tap/kiji-privacy-proxyOr download manually:
- Download
Kiji-Privacy-Proxy-1.2.0.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.2.0-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.2.0-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Debian / Ubuntu (.deb)
sudo dpkg -i kiji-privacy-proxy_1.2.0_amd64.deb
# The systemd unit is installed but not enabled by default.
# Configure /etc/default or env vars first, then:
sudo systemctl enable --now kiji-privacy-proxyFiles land under /opt/kiji-privacy-proxy/ and a kiji-proxy
wrapper is placed on PATH at /usr/bin/kiji-proxy.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.2.0.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- feat: endpoints to enable labels by @hanneshapke in #509
- chore: new release for the enabling of features by @hanneshapke in #510
- chore: version packages by @github-actions[bot] in #511
Full Changelog: v1.1.5...v1.2.0
Kiji Privacy Proxy v1.1.5
Kiji Privacy Proxy v1.1.5
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Linux (.deb): Debian/Ubuntu package (amd64) with systemd unit
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Homebrew (recommended):
brew install --cask dataiku/tap/kiji-privacy-proxyOr download manually:
- Download
Kiji-Privacy-Proxy-1.1.5.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.1.5-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.1.5-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Debian / Ubuntu (.deb)
sudo dpkg -i kiji-privacy-proxy_1.1.5_amd64.deb
# The systemd unit is installed but not enabled by default.
# Configure /etc/default or env vars first, then:
sudo systemctl enable --now kiji-privacy-proxyFiles land under /opt/kiji-privacy-proxy/ and a kiji-proxy
wrapper is placed on PATH at /usr/bin/kiji-proxy.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.1.5.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- feat: add PR template by @ykd007 in #441
- fix: increased readme image size by @hanneshapke in #495
- fix: revert increased readme image size (#495) by @hanneshapke in #496
- feat(github-actions): replace github actions tag by hashes by @Ph4rell in #497
- docs(update): update contributor file by @Ph4rell in #504
- deps(deps): bump modernc.org/sqlite from 1.50.1 to 1.51.0 in the go-dependencies group by @dependabot[bot] in #498
- deps(deps-dev): bump @typescript-eslint/parser from 8.59.1 to 8.60.1 by @dependabot[bot] in #500
- deps(deps-dev): bump webpack-dev-server from 5.2.3 to 5.2.4 by @dependabot[bot] in #502
- deps(deps-dev): bump @babel/core from 7.29.0 to 7.29.7 by @dependabot[bot] in #503
- feat: add unix socket by @nmartorell in #505
- chore: added changeset by @hanneshapke in #507
- chore: version packages by @github-actions[bot] in #508
New Contributors
Full Changelog: v1.1.4...v1.1.5
Kiji Privacy Proxy v1.1.4
Kiji Privacy Proxy v1.1.4
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Linux (.deb): Debian/Ubuntu package (amd64) with systemd unit
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Homebrew (recommended):
brew install --cask dataiku/tap/kiji-privacy-proxyOr download manually:
- Download
Kiji-Privacy-Proxy-1.1.4.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.1.4-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.1.4-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Debian / Ubuntu (.deb)
sudo dpkg -i kiji-privacy-proxy_1.1.4_amd64.deb
# The systemd unit is installed but not enabled by default.
# Configure /etc/default or env vars first, then:
sudo systemctl enable --now kiji-privacy-proxyFiles land under /opt/kiji-privacy-proxy/ and a kiji-proxy
wrapper is placed on PATH at /usr/bin/kiji-proxy.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.1.4.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- fix: drop unsupported macOS floor from Homebrew cask by @hanneshapke in #492
- fix: broken electron build by @hanneshapke in #493
- chore: version packages by @github-actions[bot] in #494
Full Changelog: v1.1.3...v1.1.4
Kiji Privacy Proxy v1.1.3
Kiji Privacy Proxy v1.1.3
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Linux (.deb): Debian/Ubuntu package (amd64) with systemd unit
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Homebrew (recommended):
brew install --cask dataiku/tap/kiji-privacy-proxyOr download manually:
- Download
Kiji-Privacy-Proxy-1.1.3.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.1.3-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.1.3-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Debian / Ubuntu (.deb)
sudo dpkg -i kiji-privacy-proxy_1.1.3_amd64.deb
# The systemd unit is installed but not enabled by default.
# Configure /etc/default or env vars first, then:
sudo systemctl enable --now kiji-privacy-proxyFiles land under /opt/kiji-privacy-proxy/ and a kiji-proxy
wrapper is placed on PATH at /usr/bin/kiji-proxy.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.1.3.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- fix: publish Homebrew cask on first release by @hanneshapke in #490
- chore: version packages by @github-actions[bot] in #491
Full Changelog: v1.1.2...v1.1.3
Kiji Privacy Proxy v1.1.2
Kiji Privacy Proxy v1.1.2
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Linux (.deb): Debian/Ubuntu package (amd64) with systemd unit
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Quick Start:
- Download
Kiji-Privacy-Proxy-1.1.2.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.1.2-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.1.2-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Debian / Ubuntu (.deb)
sudo dpkg -i kiji-privacy-proxy_1.1.2_amd64.deb
# The systemd unit is installed but not enabled by default.
# Configure /etc/default or env vars first, then:
sudo systemctl enable --now kiji-privacy-proxyFiles land under /opt/kiji-privacy-proxy/ and a kiji-proxy
wrapper is placed on PATH at /usr/bin/kiji-proxy.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.1.2.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- chore: contributing.md by @hanneshapke in #449
- chore: add Youssef Jouini to contributors list by @yjouini in #455
- fix: made tests os dependent by @hanneshapke in #456
- fix: handle duplicated entities by @hanneshapke in #469
- fix: persistent mapping by @hanneshapke in #468
- fix: updated downloader by @hanneshapke in #467
- fix: refactored electron-main.js by @hanneshapke in #473
- feat: add link to Kiji Chrome Extension by @hanneshapke in #476
- ci: register homebrew tap auth smoke-test workflow by @hanneshapke in #477
- ci: updated workflow for debugging by @hanneshapke in #478
- feat: log Chrome extension PII checks to /logs by @hanneshapke in #479
- ci: updated test workflow by @hanneshapke in #480
- fix: rewrote provider for openai, handling schema and response by @hanneshapke in #472
- feat: extract hardcoded proxy ports as named constants by @ykd007 in #439
- ci: homebrew setup by @hanneshapke in #395
- fix: refactored electron-main.js by @hanneshapke in #474
- feat: create deb package by @hanneshapke in #394
- fix: removed terms by @hanneshapke in #481
- fix: dependabot 20260529 by @hanneshapke in #482
- ci(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 in the github-actions group by @dependabot[bot] in #466
- deps(deps-dev): bump electron from 42.1.0 to 42.3.0 by @dependabot[bot] in #450
- ci(deps): bump actions/create-github-app-token from 2 to 3 in the github-actions group across 1 directory by @dependabot[bot] in #483
- deps(deps-dev): bump @babel/preset-env from 7.29.5 to 7.29.7 by @dependabot[bot] in #451
- feat: add feature request issue template by @ykd007 in #442
- chore: minor version bump by @hanneshapke in #484
- chore: version packages by @github-actions[bot] in #485
- fix: deb release by @hanneshapke in #486
- chore: version packages by @github-actions[bot] in #487
- fix: deb release v2 by @hanneshapke in #488
- chore: version packages by @github-actions[bot] in #489
New Contributors
Full Changelog: v1.0.5...v1.1.2
Kiji Privacy Proxy v1.0.5
Kiji Privacy Proxy v1.0.5
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Quick Start:
- Download
Kiji-Privacy-Proxy-1.0.5.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.0.5-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.0.5-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.0.5.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- fix: better cors handling by @hanneshapke in #443
- chore: new release by @hanneshapke in #444
- chore: version packages by @github-actions[bot] in #445
Full Changelog: v1.0.4...v1.0.5
Kiji Privacy Proxy v1.0.4
Kiji Privacy Proxy v1.0.4
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Quick Start:
- Download
Kiji-Privacy-Proxy-1.0.4.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.0.4-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.0.4-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.0.4.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- fix: updated readme pill by @hanneshapke in #423
- fix: update backend and docs to clarify config folder by @hanneshapke in #435
- fix: added kiji logo to package.json by @hanneshapke in #436
- chore: added changeset for new release by @hanneshapke in #437
- chore: version packages by @github-actions[bot] in #438
Full Changelog: v1.0.3...v1.0.4
Kiji Privacy Proxy v1.0.3
Kiji Privacy Proxy v1.0.3
Downloads
- macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
- Linux: Standalone binary archive (amd64) - API server only (no UI)
- Chrome Extension: Browser extension for PII detection in web forms
macOS Installation
Quick Start:
- Download
Kiji-Privacy-Proxy-1.0.3.dmg - Open the DMG and drag to Applications
- Launch "Kiji Privacy Proxy"
HTTPS Support - Install CA Certificate:
For HTTPS interception to work, you must trust the proxy's CA certificate:
# System-wide trust (recommended)
sudo security add-trusted-cert \
-d \
-r trustRoot \
-k /Library/Keychains/System.keychain \
~/.kiji-proxy/certs/ca.crtOr use Keychain Access:
- Open Keychain Access app
- File → Import Items →
~/.kiji-proxy/certs/ca.crt - Double-click "Kiji Privacy Proxy CA" certificate
- Expand Trust → Set to Always Trust
Linux Installation
Note: Linux build is API-only (no desktop UI). Access via HTTP endpoints.
Quick Start:
# Extract
tar -xzf kiji-privacy-proxy-1.0.3-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.0.3-linux-amd64
# Run
./run.shHTTPS Support - Install CA Certificate:
# Ubuntu/Debian
sudo cp ~/.kiji-proxy/certs/ca.crt /usr/local/share/ca-certificates/kiji-proxy-ca.crt
sudo update-ca-certificates
# RHEL/CentOS/Fedora
sudo cp ~/.kiji-proxy/certs/ca.crt /etc/pki/ca-trust/source/anchors/kiji-proxy-ca.crt
sudo update-ca-trustConfiguration:
# Set API key
export OPENAI_API_KEY="your-key-here"
# Check health
curl http://localhost:8080/health
# Test proxy
curl -x http://localhost:8080 https://api.openai.com/v1/modelsSee included README.txt for systemd service setup and advanced configuration.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.0.3.zip - Unzip to a folder
- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select the unzipped folder
Documentation
What's New
See the changelog below for details.
What's Changed
- ci: updated the dmg signing by @hanneshapke in #417
- chore: add changeset for macOS quarantine fix by @Davidnet in #418
- chore: version packages by @github-actions[bot] in #419
- fix(ci): force electron-builder to sign on merged release PRs by @Davidnet in #420
- chore: add changeset for signing build fix by @Davidnet in #421
- chore: version packages by @github-actions[bot] in #422
Full Changelog: v1.0.1...v1.0.3