Show HN: I built an open source computer-use SDK enabling agents to authenticate

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. cuse

    Framework for implementing computer use for AI agents

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. cuse-quickstart

    Get started quickly with the Cuse Framework

    over this weekend myself and two of my friends took part in a hackathon and built this side-project. we have been diving into computer-use recently and developed an sdk to make it easy to implement for devs like us.

    one feature we were missing though, was the agent being able to log into services. anthropic understandably blocks this capability with their guardrails, and you wouldn't want your credentials to end up in any model context anyways.

    so we added a keychain service to the vm that the agent is using. it was built using the pass cli (https://www.passwordstore.org/). it's not perfect yet but already works solidly (feel free to contribute any improvements).

    take a look at the implementation here (https://github.com/cuse-dev/cuse/blob/main/platforms/linux/a...), all feedback is highly appreciated. if you want to get going asap, here is a quick nextjs quickstart repo (https://github.com/cuse-dev/cuse-quickstart), if you want to take a look at the whole sdk, see the documentation (https://docs.cuse.dev).

  4. pass-import

    A pass extension for importing data from most existing password managers

    over this weekend myself and two of my friends took part in a hackathon and built this side-project. we have been diving into computer-use recently and developed an sdk to make it easy to implement for devs like us.

    one feature we were missing though, was the agent being able to log into services. anthropic understandably blocks this capability with their guardrails, and you wouldn't want your credentials to end up in any model context anyways.

    so we added a keychain service to the vm that the agent is using. it was built using the pass cli (https://www.passwordstore.org/). it's not perfect yet but already works solidly (feel free to contribute any improvements).

    take a look at the implementation here (https://github.com/cuse-dev/cuse/blob/main/platforms/linux/a...), all feedback is highly appreciated. if you want to get going asap, here is a quick nextjs quickstart repo (https://github.com/cuse-dev/cuse-quickstart), if you want to take a look at the whole sdk, see the documentation (https://docs.cuse.dev).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I built an open source computer-use SDK enabling agents to authenticate securely

    3 projects | news.ycombinator.com | 19 Jan 2025
  • Ask HN: Best password manager? (end 2024)

    1 project | news.ycombinator.com | 8 Dec 2024
  • Building a Password Manager in Go: Part 2

    1 project | dev.to | 24 Sep 2024
  • Building a Password Manager in Go

    2 projects | dev.to | 18 Sep 2024
  • Show HN: Ward – a file vault written in bash

    3 projects | news.ycombinator.com | 25 Aug 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?