Farcaster Casting Only Electron App is a custom-built desktop application designed for casting content to Farcaster. It can cast to farcaster directly using privy and neynar.
https://www.youtube.com/watch?v=DqjA8gQ7jhA
- Casting to farcaster
- Casting to multiple channel or cast id at the same time
# install
$ git clone https://github.com/koisose/farcaster-cast && cd farcaster-cast && yarn
# develop your app
$ yarn dev
# build
$ yarn build
# create executable file for distribution (note: be sure you build first)
$ yarn package