# @involvex/gitlurk-desktop

> GitLurk Desktop CLI — open repos, wrap gh, manage git config

Latest version **0.1.6** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @involvex/gitlurk-desktop
pnpm add @involvex/gitlurk-desktop
yarn add @involvex/gitlurk-desktop
bun add @involvex/gitlurk-desktop
```

Provides the command `gitlurk`.

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2026-09-24 |
| First published | 2026-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=20 |
| Dependencies | 0 |
| Unpacked size | 18.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | involvex-org |
| Keywords | git, github, gh, desktop, cli, gitlurk |

## Links

- npm: https://www.npmjs.com/package/@involvex/gitlurk-desktop
- Repository: https://github.com/involvex/gitlurk
- Homepage: https://github.com/involvex/gitlurk#readme
- Issues: https://github.com/involvex/gitlurk/issues
- npm.io page: https://npm.io/package/@involvex/gitlurk-desktop

## Alternatives

- [@oh-my-pi/pi-natives](https://npm.io/package/@oh-my-pi/pi-natives.md) — 51.8K weekly downloads
- [@capgo/capacitor-light-sensor](https://npm.io/package/@capgo/capacitor-light-sensor.md) — 3.0K weekly downloads
- [@heyhuynhgiabuu/pi-diff](https://npm.io/package/@heyhuynhgiabuu/pi-diff.md) — 492 weekly downloads
- [@lotsa/verdant-lang-asm](https://npm.io/package/@lotsa/verdant-lang-asm.md) — 38 weekly downloads
- [new-era-syntax](https://npm.io/package/new-era-syntax.md) — 20 weekly downloads

## Recent versions

- 0.1.6 (latest) — 2026-09-24
- 0.1.5 — 2026-09-24

## README

# @involvex/gitlurk-desktop

CLI companion for [GitLurk Desktop](https://github.com/involvex/gitlurk).

## Install

```bash
npm install -g @involvex/gitlurk-desktop
# or
bun add -g @involvex/gitlurk-desktop
```

## Usage

```bash
gitlurk --help
gitlurk --version
gitlurk .                 # open cwd in GitLurk Desktop
gitlurk gh run list       # passthrough to GitHub CLI
gitlurk runs              # shortcut for gh run list
gitlurk git config list --global
gitlurk install-desktop   # download Windows installer from GitHub Releases

# PowerShell tab completion
gitlurk completions powershell | Out-String | Invoke-Expression
# or: gitlurk completions powershell >> $PROFILE
```

Requires [GitHub CLI](https://cli.github.com) for `gh` commands.

## Desktop app

The npm package installs the CLI. Install the Windows desktop app with:

```bash
gitlurk install-desktop
```

Or download the MSI/setup from [Releases](https://github.com/involvex/gitlurk/releases).

Set `GITLURK_DESKTOP_EXE` if the desktop binary is not on a standard path.

---
_Source: https://npm.io/package/@involvex/gitlurk-desktop · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
