Wingetlywingetly
← All apps

Envoy

by LXB Studio LLCv1.1.0

Last updated

Spot ghost jobs before you waste time applying. A private, local app that scores job postings and shows you why.

Install with winget

$ winget install --id LXBStudio.Envoy --exact --version 1.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Envoy

Envoy uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
Envoy-v1.1.0-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Envoy

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Envoy is a local Windows desktop app for job seekers. It scores how likely a job posting is a waste of your time (a ghost job) and shows the evidence behind every score. It keeps a scoreboard of your hunt: ghosts dodged, hours saved, your streak, and your application-to-response rate. It also includes a human-gated apply copilot that tailors your resume and fills application forms while you review and submit, and a job search that reads public ATS feeds. Everything runs on your machine and your data stays there.

Installers · v1.1.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Envoy.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • C
    cvcvfile.org
    cvfile.cvv0.3.1

    CLI for the .cv open file format. Extract, inspect, validate, and semantic search across resume files.

  • HirePilotJuan Rivera
    JuanPRG.HirePilotv2.2.3

    AI-assisted resume tailoring and cover-letter generation for Chrome.

  • Resume BuilderGentian Shkembi
    Gentian28.ResumeBuilderv1.2.3

    Offline resume builder with 25 templates, live PDF preview and ATS keyword analysis.

  • Aplica AIBNC Consultoria
    BNCConsultoria.AplicaAIv1.1.1

    Robô inteligente de candidaturas automáticas para vagas de emprego

  • OpenResume BuilderAbhisek571
    AbhisekkumarShandilya.OpenResumeBuilderv2.2.6

    Open-source, cross-platform resume builder built with Electron, React, and Vite.

More from LXB Studio LLC or browse ghost-jobs, job-search, job-hunting.

Frequently asked questions

How do I install Envoy on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id LXBStudio.Envoy --exact --version 1.1.0. winget downloads the installer from LXB Studio LLC and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Envoy silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id LXBStudio.Envoy --exact 1.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Envoy?
Envoy uses EXE (Inno Setup). Run the downloaded installer with: Envoy-v1.1.0-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Envoy via winget?
Run: winget uninstall --id LXBStudio.Envoy --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Envoy's Apps & Features entry.
Is Envoy free?
Envoy is distributed under AGPL-3.0. Refer to the publisher (https://github.com/LXBStudioLLC/envoy) for the full license terms - Wingetly itself does not charge for installation.
Does Envoy work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Envoy directly from the publisher.
How do I keep Envoy up to date?
Run winget upgrade --id LXBStudio.Envoy --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Envoy from microsoft/winget-pkgs.