Skip to content

Privacy

LangHire is designed with privacy as a core principle. Everything runs locally on your machine.

What stays on your machine

  • Your profile data — name, email, resume, work history, and all personal information
  • Job listings — all collected jobs are stored in a local SQLite database
  • Application history — records of which jobs you applied to and their status
  • Memory system — all learned ATS knowledge, navigation patterns, and form strategies
  • Logs — all application and agent logs

What leaves your machine

  • LLM API calls — when the AI agent needs to make decisions (filling forms, answering questions), it sends context to your configured LLM provider (OpenAI, Anthropic, or AWS Bedrock). This is the only external communication.
  • Browser automation — the agent interacts with LinkedIn and ATS websites through a real browser on your machine, just as you would manually.

Data storage

All data is stored in your OS application data directory:

  • macOS: ~/Library/Application Support/langhire/
  • Windows: %APPDATA%/langhire/
  • Linux: ~/.config/langhire/

You can delete this directory at any time to remove all LangHire data from your machine.

No telemetry

LangHire does not collect analytics, telemetry, crash reports, or usage data of any kind. There is no phone-home behavior.

This website

This website (langhire.org) is a static site. It does not use cookies, tracking pixels, or third-party analytics.