8000 GitHub - takanotume24/Cuuri: Cuuri is a privacy-focused ChatGPT GUI client that only sends data to OpenAI. It is built using Tauri, Vue, and TypeScript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cuuri is a privacy-focused ChatGPT GUI client that only sends data to OpenAI. It is built using Tauri, Vue, and TypeScript.

Notifications You must be signed in to change notification settings

takanotume24/Cuuri

Repository files navigation

Cuuri

Cuuri is a GUI client for ChatGPT built with Tauri, Vue, and TypeScript.

Screenshot

Warning

Cuuri is in its early stages of development, and many features are missing. In particular, security features are incomplete and are currently being worked on. Please use at your own risk.

Features

  • Privacy
    • Your data is not sent anywhere except to OpenAI. All data resides within your storage. No debug logs are sent.

Installation

  1. Download or build the Cuuri binary.
  2. Launch Cuuri.

Build Instructions

  1. Install Deno by following the instructions at https://docs.deno.com/runtime/getting_started/installation/.

  2. Install the necessary dependencies by following the guide at https://v2.tauri.app/start/prerequisites/.

  3. Clone this repository.

    https://github.com/takanotume24/Cuuri.git
    cd Cuuri
  4. Build the project.

    deno task tauri build
  5. Run the built binary to install.

    • macOS: src-tauri/target/release/bundle/dmg
    • Windows: src-tauri/target/release/

Customize

All Cuuri data is saved under $HOME/.cuuri. Typically, the following files are generated automatically, so there's no need to edit them manually.

  • $HOME/.cuuri/chat.db: The chat history is saved here.
  • $HOME/.cuuri/config.toml
    • default_model: You can set the model that is selected at startup. Make sure the model name matches the one shown in the list.
    • openai_api_key: Set your OpenAI API key here.

About

Cuuri is a privacy-focused ChatGPT GUI client that only sends data to OpenAI. It is built using Tauri, Vue, and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0