--- layout: default title: N1 - the extensible, open-source mail client. overview: true --- {% include hero.html %}

Beautiful inside and out.

N1 is designed to be friendly, with an emphasis on clean typography, subtle drop shadows, and delightful buttons. When you use N1, things feel familiar with nothing out of place. It's just the way things should be.

All platforms and providers.

N1 is compatible with hundreds of email providers, including Gmail, Yahoo, iCloud, and Microsoft Exchange. It works great on Mac, Windows, and Linux, and has the features you already expect, like keyboard shortcuts, notifications, and multi-window controls. It feels at home on any OS, with any address.

Tailored for your life.

N1 supports plugins to add custom features in just a few lines of code. Workflows that previously required separate apps, like language translation or CRM sync, can now be added directly to your email experience. It's the first truly personal email client.

Welcome developers.

N1 can be extended using JavaScript, NodeJS, React, and Electron.

        
render: function() {
  return <Popover 
    ref="popover"
    className="translate-language-picker pull-right"
    buttonComponent={@_renderButton()}>
    <Menu
      items={ Object.keys(YandexLanguages) }
      onSelect={@_onTranslate}/>
  </Popover>
}
        

Meet the team behind N1

We're a small team of engineers solving big problems - and we're hiring! If you'd like to get in touch, feel free to email us at hello@nylas.com. N1 is open source and we welcome pull requests!