💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
2015-10-02 11:58:44 -07:00
apm feat(logging): Developer bar, verbose logging to logstash, Electron 0.26.0 2015-05-19 17:02:46 -07:00
build refactor(n1): change launch script to N1.sh 2015-10-02 11:58:38 -07:00
docs fix(docs): Moving to use jekyll on gh-pages 2015-10-02 10:55:18 -07:00
dot-nylas refactor(packages): Remove Edgeforce 2015-08-28 15:16:32 -04:00
examples fix(initial-packages): Pull from examples directory, include in ci builds 2015-09-30 11:43:06 -07:00
internal_packages refactor(spec) move spec-nylas to spec 2015-10-01 21:39:44 -07:00
keymaps rename(Nylas Mail): Replace Nylas Mail > N1 2015-09-29 09:44:30 -07:00
menus rename(Nylas Mail): Replace Nylas Mail > N1 2015-09-29 09:44:30 -07:00
script refactor(n1): change launch script to N1.sh 2015-10-02 11:58:38 -07:00
spec refactor(dir): move exports to src/global and consolidate tests 2015-10-02 09:19:37 -07:00
src refactor(n1): Update N1.sh to use N1_PATH instead of EDGEHILL_PATH 2015-10-02 11:58:44 -07:00
static fix(fonts): update fonts and styles 2015-10-01 17:55:11 -07:00
.gitignore refactor(spec) move spec-nylas to spec 2015-10-01 21:39:44 -07:00
LICENSE.md meta(license): Add GPLv3 License 2015-10-01 10:23:42 -07:00
N1.sh refactor(n1): Update N1.sh to use N1_PATH instead of EDGEHILL_PATH 2015-10-02 11:58:44 -07:00
package.json fix(docs): Updating docs (round 1 of many) 2015-10-01 13:19:34 -07:00
README.md refactor(n1): change launch script to N1.sh 2015-10-02 11:58:38 -07:00

N1 Logo

An extensible, open-source mail client built on the modern web.

N1 is a foundation to build new email experiences. It's built on Electron, React, and Flux.

We are currently in an invite-only beta. Sign up here to get early access. Star this repository to get even earlier access.

Getting Started Building Extensions

Everything in N1 is an extension. Building your own is easy.

  1. Sign up here to request an early access token
  2. Use your token to download N1
  3. Follow the getting started guides here to write your first extension in 5 minutes

Contributing to N1 Core

You currently need an early access token to get setup on N1. Sign up here to request one.

Once you have a token:

git clone https://github.com/nylas/N1.git
cd N1
script/bootstrap
./N1.sh --dev

Our early access tokens are designed control access to our production mail sync engine while we roll out N1. However, the sync engine is open source and you can set it up yourself to begin using N1 immediately. Follow instructions on the sync engine repository.