# @walkeros/core

> Core types and platform-agnostic utilities for walkerOS

Latest version **4.6.1** (published 2026-09-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @walkeros/core
pnpm add @walkeros/core
yarn add @walkeros/core
bun add @walkeros/core
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.6.1 |
| Published | 2026-09-14 |
| First published | 2025-07-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 344 |
| Author | elbwalker |
| Maintainers | alexanderkirtzel |
| Keywords | walkerOS, analytics, tracking, data collection, measurement, data privacy, privacy friendly, web analytics, product analytics, core, types, utils |

## Links

- npm: https://www.npmjs.com/package/@walkeros/core
- Repository: https://github.com/elbwalker/walkerOS
- Homepage: https://github.com/elbwalker/walkerOS#readme
- Issues: https://github.com/elbwalker/walkerOS/issues
- Funding: https://github.com/sponsors/elbwalker
- npm.io page: https://npm.io/package/@walkeros/core

## Dependencies (1)

- [zod](https://npm.io/package/zod.md) ^4.2.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 4.6.1 (latest) — 2026-09-14
- 4.6.0-next-1788933594957 (next) — 2026-09-09
- 4.6.0 — 2026-09-10
- 4.6.0-next-1788817472881 — 2026-09-07
- 4.5.1-next-1788726985928 — 2026-09-06
- 4.5.0 — 2026-08-24
- 4.4.0 — 2026-08-17
- 4.4.0-next-1785285516008 — 2026-07-29
- 4.4.0-next-1785261149472 — 2026-07-28
- 4.4.0-next-1785239495233 — 2026-07-28
- 4.3.3-next-1785149620480 — 2026-07-27
- 4.3.2 — 2026-07-26
- 4.3.2-next-1784838222136 — 2026-07-23
- 4.3.1 — 2026-07-20
- 4.3.1-next-1784373088875 — 2026-07-18
- … 108 more at https://npm.io/package/@walkeros/core/versions

## README

<p align="left">
  <a href="https://www.walkeros.io">
    <img alt="walkerOS" title="walkerOS" src="https://www.walkeros.io/img/walkerOS_logo.svg" width="256px"/>
  </a>
</p>

# @walkeros/core

Platform-agnostic types and utilities used across all walkerOS environments,
providing standardized building blocks for data manipulation, validation, and
mapping.

[Documentation](https://www.walkeros.io/docs/core) &bull;
[NPM Package](https://www.npmjs.com/package/@walkeros/core) &bull;
[Source Code](https://github.com/elbwalker/walkerOS/tree/main/packages/core)

## Installation

```bash
npm install @walkeros/core
```

## Quick start

Import the types and utilities you need directly:

```ts
import { assign, anonymizeIP, getMappingValue } from '@walkeros/core';
```

## Documentation

Full configuration, mapping, and examples live in the docs:
**https://www.walkeros.io/docs/core**

## Contribute

Feel free to contribute by submitting an
[issue](https://github.com/elbwalker/walkerOS/issues), starting a
[discussion](https://github.com/elbwalker/walkerOS/discussions), or getting in
[contact](https://calendly.com/elb-alexander/30min).

## License

MIT

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