DEV Community

Cover image for Released a Desktop Client App "itos" for ChatGPT
Mikoshiba Kyu
Mikoshiba Kyu

Posted on

Released a Desktop Client App "itos" for ChatGPT

Overview

We have released a desktop app called itos for conversing with ChatGPT.
It is compatible with Windows, MacOS, and Linux.

The release page is available here.
Please download the installer compatible with your OS and use it.

A ChatGPT API KEY is required to use it.
The available models are gpt-4 and gpt-3.5-turbo.

App Overview

Features

  • It is possible to display multiple conversations side by side. Each conversation can be rearranged, and you can toggle between visibility and non-visibility.
    This makes it easy to handle applications such as having discussions on related topics with ChatGPT.

  • You can specify a prompt for the entire conversation (role: "system" in the ChatGPT API).

  • You can set your own avatar icon and an avatar icon for ChatGPT for each conversation.
    Together with the previously mentioned prompt setting, you can play games such as having simulated conversations with specific characters.

  • The app supports both English and Japanese display languages, and it also supports two theme settings.

Development

We used Tauri as the application framework.
At this point, all implementations were done only in TypeScript, and there was no need for Rust.
The front-end uses React and MUI. We developed freely using only what we like.

Afterword

If my product could be a great experience for you, Please buy me a hot cup of coffee. Thank you.
buymeacoffee.com

Related Links

Repository
Tauri
OpenAI

Top comments (0)