# Install mark with Homebrew, Nix

Sync your markdown files with Confluence pages. Version 16.8.10 via Homebrew; verified 2026-08-02. Also installable with nix: nix profile install nixpkgs#mark.

## Install

```sh
sudo av install brew:mark
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install mark
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mark
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ma/mark/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:mark
- **Package manager:** Homebrew
- **Version:** 16.8.10
- **Source summary:** Sync your markdown files with Confluence pages
- **Homepage:** <https://samizdat.dev>
- **Repository:** <https://github.com/kovetskiy/mark>
- **Last updated:** 2026-08-02T15:44:23Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- mark (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 16.8.10
## Project history and usage

Mark is a command-line publisher that synchronizes Markdown files from a repository or local workspace into Atlassian Confluence pages.

### Project history

The project was created on GitHub in 2015. Its README frames the tool around a common engineering-docs problem: teams keep Markdown in Git but still need Confluence pages updated for an organization that uses Confluence as the visible documentation system.

Mark developed beyond simple Markdown conversion into a Confluence-specific publisher. The README documents page metadata comments, parent and folder creation, attachments, Confluence macros, GitHub-style alerts, task lists, Mermaid rendering, D2 rendering, PlantUML support, and preservation of inline comments.

### Adoption history

Mark has a visible open-source user base, with the official repository showing more than a thousand stars and hundreds of forks. The supplied package facts show it packaged for Homebrew and Nix, and the README also documents Docker usage for CI or reproducible publishing jobs.

### How it is used

Users run mark against one or more Markdown files and provide Confluence connection details by flags, environment variables, or a TOML config file. The CLI can create pages, update existing pages, upload attachments, translate Markdown to Confluence storage HTML, and optionally run in dry-run or compile-only modes.

Credentials are operationally important: the README documents username, password or token, base URL, and config-file options, and explicitly says credentials can be stored in the system-specific configuration file or supplied via CLI/environment variables.

### Why package nerds care

Mark is significant as glueware: it lets teams keep docs reviewable in Git while publishing into a proprietary wiki. For package maintainers, it is a single binary CLI with CI-friendly flags and a clear target audience, rather than another general Markdown renderer.

### Timeline

- 2015: GitHub repository created.
- 2026: Repository metadata shows ongoing activity and a large issue/PR history.
- 2026: Supplied package facts list Homebrew and Nix packaging.

### Related projects

- Mark sits between Markdown tooling and Atlassian Confluence's REST/storage APIs.
- Its README references optional rendering integrations such as Mermaid, D2, PlantUML, and GitHub-style Markdown alerts.

### Sources

- <https://api.github.com/repos/kovetskiy/mark>
- <https://github.com/kovetskiy/mark>
- <https://github.com/kovetskiy/mark#usage>
- source_facts.package-manager


## Security Notes

No matching local secret-handling manifest was found for mark. Nucleus package metadata is still published here so future coverage has a stable package URL.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: $XDG_CONFIG_HOME/mark.toml, ~/.config/mark.toml
- macOS: ~/Library/Application Support/mark.toml
- Windows: %AppData%\mark.toml

## Credential files

- Linux: $XDG_CONFIG_HOME/mark.toml, ~/.config/mark.toml
- macOS: ~/Library/Application Support/mark.toml
- Windows: %AppData%\mark.toml
## Other Package-Manager Records

- Nix - mark: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/mark/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/mark.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mark.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
