Skip to content

thesophisticateddev/instact-tauri

Repository files navigation

Clipboard-Desktop-App

app that runs in the background and uses AI to assist your clipboard items

N|Solid

Build Status

Features

  • App runs in the background
  • Tray icon control
  • copies data from clipboard
  • uses AI to assist in identifiying different properties in copied text

Framework

This app uses a number of open source projects to work properly:

  • NextJS - React framework used for UI!
  • Rust - awesome and fast low level language
  • Tauri - The whole thing that makes the development possible for this.

Installation

This app requires Rust to run.

Install the dependencies and devDependencies and start the server by following a guide from Tauri get started.

Once all the dependences are installed on your system

cd tauri-app
npm i
npm run tauri dev

For creating an installer you will have to run the following command

npm run tauri build

Recommended Setup

VSCode + rust-analyzer

or

Sublime Text + LSP rust-analyzer + rust-enhanced

Development

Want to contribute? Great! You can message me on LinkedIn or Github or send me an email.

License

MIT

Free Software, Hell Yeah!