/electron-anthropic-sdk

Example on how to use the Anthropic SDK with Electron

Primary LanguageTypeScript

Repository to build a working Electron distributable which includes usage of Anthropic's TypeScript SDK in Electron's node backend

image

image

Environment used to test

How to use locally

  1. clone this repository to your machine
  2. install npm dependencies with npm install
  3. run npm run make to build an executable on your local file-system
  4. navigate to the out folder after a successful build, you should see an executable electron app
  5. execute the built executable and try it out

important note

you will need a valid Anthropic API key to test the executable