# owngit

> Private Git storage and browser dashboard on your own computer

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

## Install

```sh
npm install owngit
pnpm add owngit
yarn add owngit
bun add owngit
```

Provides the command `owngit`.

## Health

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

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

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2026-09-24 |
| First published | 2026-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | juliankang4 |

## Links

- npm: https://www.npmjs.com/package/owngit
- Repository: https://github.com/juliankang4/owngit
- Issues: https://github.com/juliankang4/owngit/issues
- npm.io page: https://npm.io/package/owngit

## Recent versions

- 1.0.2 (latest) — 2026-09-24

## README

# OwnGit

OwnGit is a self-hosted Git server for home labs and local machines. It keeps private repositories and their history on your own computer, NAS, or home server, with a browser dashboard for everyday use. Repositories remain ordinary bare Git repositories served by the Git installation on the host.

This package installs OwnGit 1.0.2 and the `owngit` command. It supports macOS on Apple silicon, Linux on x64, Linux on ARM64, and Windows on x64.

```sh
npm install -g owngit
owngit serve
```

The host also needs Git with an executable `git-http-backend`.

The OwnGit executable comes from a platform package that npm installs as an optional dependency, such as `owngit-darwin-arm64`. If npm left it out, for example with `--omit=optional` in a project install, or if your platform has no package, the `owngit` command reports this and lists the supported platforms.

Node.js 18 or newer is needed to install this package and to start the `owngit` command, a small launcher that runs the OwnGit executable with the same arguments. OwnGit itself does not use Node. The other installation routes, such as Homebrew or the portable archives, need no Node.

Two limits apply to the launcher. A server started with `nohup owngit serve &` still stops when the terminal or SSH session closes. A `SIGINT` sent only to the launcher, for example Ctrl+C in `docker run` without `-t`, does not stop the server; `SIGTERM` does. To keep a server running, use a service manager such as launchd or systemd, install with Homebrew and use `brew services`, or run the executable from the platform package or a release archive directly.

See the [project README](https://github.com/juliankang4/owngit) for setup, access, and the other installation routes.

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