Skip to content

Releases: dataiku/kiji-proxy

Kiji Privacy Proxy v0.4.11

10 Apr 18:16
Immutable release. Only release title and notes can be modified.
dd2a40b

Choose a tag to compare

Kiji Privacy Proxy v0.4.11

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:

  1. Download Kiji-Privacy-Proxy-0.4.11.dmg
  2. Open the DMG and drag to Applications
  3. 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.crt

Or use Keychain Access:

  1. Open Keychain Access app
  2. File → Import Items → ~/.kiji-proxy/certs/ca.crt
  3. Double-click "Kiji Privacy Proxy CA" certificate
  4. 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.4.11-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.4.11-linux-amd64

# Run
./run.sh

HTTPS 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-trust

Configuration:

# 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/models

See included README.txt for systemd service setup and advanced configuration.

Chrome Extension

Install from zip:

  1. Download kiji-pii-guard-0.4.11.zip
  2. Unzip to a folder
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder

Documentation

What's New

See the changelog below for details.

What's Changed

Full Changelog: v0.4.10...v0.4.11

Kiji Privacy Proxy v0.4.11

14 Apr 08:02
Immutable release. Only release title and notes can be modified.
dd2a40b

Choose a tag to compare

Kiji Privacy Proxy v0.4.11

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:

  1. Download Kiji-Privacy-Proxy-0.4.11.dmg
  2. Open the DMG and drag to Applications
  3. 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.crt

Or use Keychain Access:

  1. Open Keychain Access app
  2. File → Import Items → ~/.kiji-proxy/certs/ca.crt
  3. Double-click "Kiji Privacy Proxy CA" certificate
  4. 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.4.11-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.4.11-linux-amd64

# Run
./run.sh

HTTPS 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-trust

Configuration:

# 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/models

See included README.txt for systemd service setup and advanced configuration.

Chrome Extension

Install from zip:

  1. Download kiji-pii-guard-0.4.11.zip
  2. Unzip to a folder
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder

Documentation

What's New

See the changelog below for details.

What's Changed

Read more

Kiji Privacy Proxy v0.4.9

23 Feb 12:10
Immutable release. Only release title and notes can be modified.
b683088

Choose a tag to compare

Kiji Privacy Proxy v0.4.9

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:

  1. Download Kiji-Privacy-Proxy-0.4.9.dmg
  2. Open the DMG and drag to Applications
  3. 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.crt

Or use Keychain Access:

  1. Open Keychain Access app
  2. File → Import Items → ~/.kiji-proxy/certs/ca.crt
  3. Double-click "Kiji Privacy Proxy CA" certificate
  4. 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.4.9-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.4.9-linux-amd64

# Run
./run.sh

HTTPS 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-trust

Configuration:

# 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/models

See included README.txt for systemd service setup and advanced configuration.

Chrome Extension

Install from zip:

  1. Download kiji-pii-guard-0.4.9.zip
  2. Unzip to a folder
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder

Documentation

What's New

See the changelog below for details.

What's Changed

Full Changelog: v0.4.8...v0.4.9

Kiji Privacy Proxy v0.4.8

23 Feb 11:02
Immutable release. Only release title and notes can be modified.
36f2dd5

Choose a tag to compare

Chrome Extension

  • Chrome Extension: kiji-pii-guard-0.4.8.zip

Install from zip:

  1. Download kiji-pii-guard-0.4.8.zip
  2. Unzip to a folder
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder

What's Changed

Full Changelog: v0.4.7...v0.4.8

Kiji Privacy Proxy v0.4.7

23 Feb 09:38
Immutable release. Only release title and notes can be modified.
ffc607e

Choose a tag to compare

Chrome Extension

  • Chrome Extension: kiji-pii-guard-0.4.7.zip

Install from zip:

  1. Download kiji-pii-guard-0.4.7.zip
  2. Unzip to a folder
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder

What's Changed

Full Changelog: v0.4.6...v0.4.7

Kiji Privacy Proxy v0.4.6

23 Feb 08:31
Immutable release. Only release title and notes can be modified.
445480f

Choose a tag to compare

Chrome Extension

  • Chrome Extension: kiji-pii-guard-0.4.6.zip

Install from zip:

  1. Download kiji-pii-guard-0.4.6.zip
  2. Unzip to a folder
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder

What's Changed

Full Changelog: v0.4.5...v0.4.6

Kiji Privacy Proxy v0.4.5

23 Feb 08:16
Immutable release. Only release title and notes can be modified.
e872b62

Choose a tag to compare

Chrome Extension

  • Chrome Extension: kiji-pii-guard-0.4.5.zip

Install from zip:

  1. Download kiji-pii-guard-0.4.5.zip
  2. Unzip to a folder
  3. Open chrome://extensions/
  4. Enable Developer mode
  5. Click Load unpacked and select the unzipped folder

What's Changed

Full Changelog: v0.4.4...v0.4.5

Kiji Privacy Proxy v0.4.4

23 Feb 08:01
Immutable release. Only release title and notes can be modified.
1f90dfa

Choose a tag to compare

Kiji Privacy Proxy v0.4.4

Downloads

  • macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
  • Linux: Standalone binary archive (amd64) - API server only (no UI)

macOS Installation

Quick Start:

  1. Download Kiji-Privacy-Proxy-0.4.4.dmg
  2. Open the DMG and drag to Applications
  3. 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.crt

Or use Keychain Access:

  1. Open Keychain Access app
  2. File → Import Items → ~/.kiji-proxy/certs/ca.crt
  3. Double-click "Kiji Privacy Proxy CA" certificate
  4. 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.4.4-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.4.4-linux-amd64

# Run
./run.sh

HTTPS 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-trust

Configuration:

# 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/models

See included README.txt for systemd service setup and advanced configuration.

Documentation

What's New

See the changelog below for details.

Kiji Privacy Proxy v0.4.3

23 Feb 07:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Kiji Privacy Proxy v0.4.3

Downloads

  • macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
  • Linux: Standalone binary archive (amd64) - API server only (no UI)

macOS Installation

Quick Start:

  1. Download Kiji-Privacy-Proxy-0.4.3.dmg
  2. Open the DMG and drag to Applications
  3. 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.crt

Or use Keychain Access:

  1. Open Keychain Access app
  2. File → Import Items → ~/.kiji-proxy/certs/ca.crt
  3. Double-click "Kiji Privacy Proxy CA" certificate
  4. 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.4.3-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.4.3-linux-amd64

# Run
./run.sh

HTTPS 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-trust

Configuration:

# 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/models

See included README.txt for systemd service setup and advanced configuration.

Documentation

What's New

See the changelog below for details.

What's Changed

New Contributors

Full Changelog: v0.4.2...main

v0.4.2

06 Feb 23:49
814f1db

Choose a tag to compare

Kiji Privacy Proxy v0.4.2

Downloads

  • macOS: DMG installer (Apple Silicon and Intel) - Desktop app with UI
  • Linux: Standalone binary archive (amd64) - API server only (no UI)

macOS Installation

Quick Start:

  1. Download Kiji-Privacy-Proxy-0.4.2.dmg
  2. Open the DMG and drag to Applications
  3. 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.crt

Or use Keychain Access:

  1. Open Keychain Access app
  2. File → Import Items → ~/.kiji-proxy/certs/ca.crt
  3. Double-click "Kiji Privacy Proxy CA" certificate
  4. 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.4.2-linux-amd64.tar.gz
cd kiji-privacy-proxy-0.4.2-linux-amd64

# Run
./run.sh

HTTPS 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-trust

Configuration:

# 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/models

See included README.txt for systemd service setup and advanced configuration.

Documentation

What's New

See the changelog below for details.

What's Changed

Full Changelog: v0.4.1...v0.4.2