// PulseEngine    Open source developer community    MIT licensed

Software that belongs to the people who use it

No subscriptions.
No cloud lock-in.
No data harvesting.
No paywalls.
No compromises.

The best software runs locally, respects your privacy by default, and costs nothing. That is not idealism. That is a design decision, and it gets made on every project that ships here.

  • Runs on your machine
  • MIT licensed
  • No telemetry
  • No accounts
  • No cloud dependency

// Philosophy

Privacy is a design decision, not a feature

Most software runs in the cloud, owned by a company, reached through a subscription, collecting data as a matter of course. That is not a bug, it is the business model. PulseEngine exists because that is not how it has to be.

  1. 01Software should run locally
  2. 02Privacy is a design decision, not a feature
  3. 03The best software costs nothing to use
  4. 04Open source is a commitment, not a tactic
  5. 05Code should be owned by its users

How that holds up in practice

  1. P.01

    Build in public

    Every commit is visible. Every decision is documented. The work is open from the first line of code, not open-sourced after the fact.

  2. P.02

    Privacy by default

    Nothing ships with data collection built in. Privacy is an architectural call made before the first feature, not a setting you have to find.

  3. P.03

    Local-first, always

    Software runs on the machine of the person using it. If the internet goes down, the software still works.

  4. P.04

    Open license, no exceptions

    Everything is MIT licensed. Anyone can read, fork, modify and redistribute the code. That is not a policy, that is the point.

// Projects

The work is the point

The GitHub organisation is the live index. Repositories, releases and issues are all there, and it stays current without anyone updating a marketing page.

  1. 01

    Market Intelligence Platform

    Tracks 24 assets across 12 RSS feeds and produces a composite signal score from −10 to +10. Runs fully locally, with no accounts, no API keys and no telemetry. MIT licensed.

    Local-first · MIT · No telemetry

  2. 02

    Pay-Off

    The second project to ship under the organisation. Same bar as everything else: it runs on your own machine, collects nothing, and the source is open from the first commit. MIT licensed.

    Local-first · MIT · No telemetry

Every project clears the same bar

  1. 01It runs locally without a paid external service
  2. 02It is MIT licensed with a clear, readable README
  3. 03It collects no user data by default
  4. 04It solves a real problem someone actually has
  5. 05It is documented well enough for someone else to use and extend

Anything that cannot clear the bar does not ship under the organisation.

See every repository

// Contribute

Start with an issue, not an introduction

No permission needed, and no professional title required. Reading the code counts. A clear bug report counts. A fix for a typo in a README counts.

  1. 01

    Clone it and run it

    Everything runs on your own machine with no keys and no signup. If the setup is unclear, that is a documentation bug worth filing.

  2. 02

    Take an open issue

    Issues are labelled in the repositories. A first pull request does not have to be large to be worth merging.

  3. 03

    Argue it out in Discord

    Architecture and licensing get discussed in the open before anything is merged. Disagreement is welcome when it is argued.

local shell

$ git clone https://github.com/The-Pulse-Engine/<repo>
$ cd <repo>
$ cat README.md

# no API keys
# no account
# no network required after install

// Contact

Contact us

Bug reports and feature requests belong in GitHub issues, where everyone can see them. For anything else, write to us directly.

Email

bhargavaramkrishnapur@gmail.com

Replies come from a person, not a ticketing system. Give it a few days.

Send an email Open an issue instead