2025-08-06 14:54:47 +02:00
2025-08-06 14:54:47 +02:00
2025-08-06 14:54:47 +02:00
2025-08-06 14:54:47 +02:00

goose-confidential

How to run goose with confidential llm backend

Go to PrivateMode and create an account and an API key.

Then, set the environment variable PRIVATE_MODE_API_KEY to your API key. You can do this in your terminal with the following command:

export PRIVATE_MODE_API_KEY=your_api_key_here

You can also set this variable in your .env file if you are using one.

Example .env file

PRIVATE_MODE_API_KEY=your_api_key_here

Run the application

To run the application, you can use the following command:

git clone https://github.com/aljazceru/goose-confidential.git
cd goose-confidential
# If you have not installed Docker, please do so first.
# You can find instructions on how to install Docker at https://docs.docker.com/get-docker/
docker compose up -d 

For detailed instructions and documentation about privatemode-proxy, please refer to the privatemode-proxy documentation

Configure goose

Run the following command to configure goose to use the privatemode-proxy backend:

goose configure

and follow the instructions in the terminal: screenshot

Description
No description provided
Readme 261 KiB