# Installer marksman avec Homebrew, MacPorts, Nix, pacman, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de marksman pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:marksman
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install marksman
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install marksman
```

  Preuve: MacPorts ports tree: devel/marksman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#marksman
```

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

- pacman (92%):

```sh
sudo pacman -S marksman
```

  Preuve: Arch Linux sync databases: marksman from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/marksman
```

  Preuve: Scoop official bucket manifest trees: bucket/marksman.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Artempyanykh.Marksman -e
```

  Preuve: Windows Package Manager source index: Artempyanykh.Marksman from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:marksman
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2026-02-08
- **Résumé source:** Language Server Protocol for Markdown
- **Page d'accueil:** <https://github.com/artempyanykh/marksman>
- **Dépôt:** <https://github.com/artempyanykh/marksman>
- **Dernière mise à jour:** 2026-06-04T03:28:59Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- marksman (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2026-02-08
## Historique du projet et usages

Marksman is an open-source Markdown language server that brings code-assist style editor features to prose, notes, and documentation projects.

### Historique du projet

The Marksman repository was created on 2021-03-06. Its README frames the project as a generic LSP server for Markdown, providing completion, goto definition, references, rename refactoring, diagnostics, and wiki-link support.

The project is implemented in F# and distributed as self-contained binaries for macOS, Linux, and Windows. That distribution model made it easier for many editors to integrate Marksman without requiring users to build a runtime-specific toolchain.

### Historique d'adoption

By 2026-07-01 the repository reported 3,243 stars and 65 forks. The supplied package-manager facts list Homebrew, MacPorts, Nix, Arch, Scoop, and Winget, which is broad for a Markdown-specific language server.

Marksman's README documents integrations or support paths for VS Code, Vim, Neovim, Emacs, Helix, Sublime Text, BBEdit, Zed, and other LSP-capable editors. That breadth is the main adoption story: it is not tied to a single editor extension.

### Modes d'utilisation

Users install the marksman binary and configure an editor's LSP client to run it for Markdown files. For linked-note and documentation repositories, it adds cross-file navigation, completions, reference lookup, diagnostics, and wiki-link behavior.

Marksman reads project-level configuration from .marksman.toml at the project root and user-level TOML files under OS-specific config directories. Project configuration takes precedence over user configuration.

### Pourquoi les passionnés de paquets s'y intéressent

Marksman is notable because it treats Markdown as a language server target rather than a loose text format. In package-manager terms, it is a small standalone binary that unlocks editor features across many clients, which explains its presence in both Unix and Windows package ecosystems.

### Chronologie

- 2021: GitHub repository created.
- 2025: Release notes added contributors and editor/configuration updates.
- 2026: Latest observed release tag was 2026-02-08, with platform binaries for Linux, macOS, and Windows.

### Related projects

- Marksman complements editor LSP clients and Markdown editor extensions such as Marksman VSCode and Markdown Memo.
- It is related to note-taking workflows that use wiki links and Zettelkasten-style cross references.

### Sources

- <https://github.com/artempyanykh/marksman>
- <https://raw.githubusercontent.com/artempyanykh/marksman/main/README.md>
- <https://raw.githubusercontent.com/artempyanykh/marksman/main/docs/configuration.md>
- source_facts.repo


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


## 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: ~/.config/marksman/config.toml, .marksman.toml
- macOS: ~/Library/Application Support/marksman/config.toml, .marksman.toml
- Windows: $HOME\AppData\Roaming\marksman\config.toml, .marksman.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - marksman: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/marksman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - marksman - 20260208-3: normalized package name match | Arch Linux sync databases: marksman from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Write Markdown with code assist and intelligence in the comfort of your favourite editor. | https://github.com/artempyanykh/marksman
- MacPorts - marksman: normalized package name match | MacPorts ports tree: devel/marksman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/marksman: normalized package name match | Scoop official bucket manifest trees: bucket/marksman.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Artempyanykh.Marksman: normalized package name match | Windows Package Manager source index: Artempyanykh.Marksman from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/marksman.yml](https://github.com/mxcl/pkgdb/blob/main/combined/marksman.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
