Releases: dataiku/kiji-proxy
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
Kiji Privacy Proxy v1.0.1
Kiji Privacy Proxy v1.0.1
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.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.0.1-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.0.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.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.0.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(verify-linux): resolve set -e crash, extraction race, and stale data check by @s3bc40 in #388
- feat(linux): improve dev setup for Linux platform by @s3bc40 in #364
- feat: support custom provider endpoint URL by @hanneshapke in #389
- fix: updated string handling by @hanneshapke in #391
- ci: updated CI workkflow for semantic checks by @hanneshapke in #390
- ci: use GitHub App auth for release workflows by @hanneshapke in #386
- chore: enforce cla by @hanneshapke in #392
- chore: pin document to merge SHA by @hanneshapke in #393
- fix/updated cla file name by @hanneshapke in #397
- feat: allow switching between quant and raw model by @hanneshapke in #399
- fix: generate quant model pipeline change by @hanneshapke in #400
- chore: start vite with electron in dev by @hanneshapke in #401
- fix: updated smoke test by @hanneshapke in #402
- feat: added download script for huggingface by @hanneshapke in #403
- ci: run linux build in almalinux 9 container by @nmartorell in #398
- chore: pin golangci-lint via .tool-versions and tune goconst config by @Davidnet in #404
- deps(deps-dev): bump @typescript-eslint/parser from 8.58.2 to 8.59.1 by @dependabot[bot] in #379
- deps(deps): bump the go-dependencies group with 3 updates by @dependabot[bot] in #376
- deps(deps): bump express from 4.22.1 to 5.2.1 by @dependabot[bot] in #335
- fix: freeze displayed provider for results by @GodHad in #396
- fix: tweaks to the dataset upload functions by @hanneshapke in #405
- fix: hardcode onnxruntime to 1.24.2 by @Davidnet in #406
- deps(deps-dev): bump style-loader from 3.3.4 to 4.0.0 by @dependabot[bot] in #413
- deps(deps-dev): bump html-webpack-plugin from 5.6.6 to 5.6.7 by @dependabot[bot] in #410
- deps(deps): bump electron-updater from 6.7.3 to 6.8.3 by @dependabot[bot] in #412
- deps(deps): bump dompurify from 3.3.1 to 3.4.2 by @dependabot[bot] in #409
- deps(deps): bump the go-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #414
- chore: add changeset for release-20260511 by @Davidnet in #415
- chore: version packages by @github-actions[bot] in #416
New Contributors
- @GodHad made their first contribution in #396
- @github-actions[bot] made their first contribution in #416
Full Changelog: v1.0.0...v1.0.1
Kiji Privacy Proxy v1.0.0
Kiji Privacy Proxy v1.0.0
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.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.0.0-linux-amd64.tar.gz
cd kiji-privacy-proxy-1.0.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.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-1.0.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
- fix: updated hf upload by @hanneshapke in #375
- doc: update docs by @hanneshapke in #381
- fix: updated model versions by @hanneshapke in #382
- fix: updated proxy setup by @hanneshapke in #383
- chore: add 1.0.0 release changeset by @Davidnet in #384
- chore: version packages by @hanneshapke in #385
Full Changelog: v0.6.1...v1.0.0
Kiji Privacy Proxy v0.6.1
Kiji Privacy Proxy v0.6.1
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-0.6.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-0.6.1-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.6.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.
Chrome Extension
Install from zip:
- Download
kiji-privacy-proxy-extension-0.6.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: updated release flow and local dmg build by @hanneshapke in #372
- fix: correct uri for unquantized model by @Davidnet in #373
- chore: version packages by @hanneshapke in #374
Full Changelog: v0.6.0...v0.6.1
Kiji Privacy Proxy v0.5.4
Kiji Privacy Proxy v0.5.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-0.5.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-0.5.4-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.5.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-0.5.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
- chore: added privacy policy by @hanneshapke in #356
- fix: narrow chrome extension scope for faster store review by @hanneshapke in #357
- chore: new chrome extension by @hanneshapke in #358
- chore: version packages by @hanneshapke in #359
Full Changelog: v0.5.3...v0.5.4