Skip to content

Does Zed provider still work? Must it run locally on macOS? #19

@visense

Description

@visense

Hi, I deployed Anti-API v2.9.0 via Docker on a Linux server (Synology DSM).

When I try to add a Zed account, I get:

Zed.app is not installed in /Applications.

After reading the source code (src/services/zed/oauth.ts), I understand the Zed import reads credentials from the macOS Keychain via the security CLI, which obviously won't work in a Docker/Linux environment.

I have two questions:

  1. Is the Zed provider still working reliably? I've seen reports (and experienced with zed2api) that the Zed accessToken expires after a while. Since Anti-API doesn't have a refresh mechanism for the Zed login credential (only the LLM token auto-refreshes), how long does the accessToken typically last before it expires?

  2. Is local macOS deployment the only way to use Zed? For users running Anti-API on a remote Linux server/Docker, is the recommended workflow:

    • Run Anti-API locally on Mac → import Zed account
    • Copy the auth JSON file from ~/.anti-api/auth/ to the server
    • When the token expires, repeat the process on Mac?

    Or is there a better approach I'm missing?

Thanks for the great project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions