Get started with cuse in minutes
# In your terminal export ANTHROPIC_API_KEY=your-api-key # Or create a .env file in the example directory echo "ANTHROPIC_API_KEY=your-api-key" > .env
git clone https://github.com/cuse-dev/cuse-quickstart cd cuse-quickstart
npx @cusedev/cli start
npm install npm run dev
npm install @cusedev/core npx @cusedev/cli init npx @cusedev/cli new
const computer = new Computer({ config: { baseUrl: 'http://localhost:4242/your-computer-name', }, });
const base64 = await computer.system.display.getScreenshot();