Your can download the latest version on releases page.
After installation use default shortcut ctrl+space
to show an app window. You can customize this shortcut clicking on icon in menu bar → preferences.
- Search in the web with google suggestions;
- Search & launch application, i.e.
spotify
; - Navigate in file system with file previews (i.e.
~/Dropbox/passport.pdf
); - Calculator;
- Smart converter.
15$
,150 рублей в евро
,100 eur in gbp
;
Use built-in plugins
command to search and manage custom plugins.
- OSx System – system commands: i.e.
sleep
,lock
,restart
,empty trash
or open system directories, liketrash
orairdrop
; - OSx Define – define in OSx built-in dictionary;
- OSx Contacts – search in contacts.app;
- Gif – search for relevant gif, i.e.
gif luck
,how i met your mother gif
; - Emoj – search for relevant emoji, like
emoj this is awesome
; - IMDB – search for films on imdb.com with rating and details, like
imdb star wars
; - Caniuse – quick access to caniuse.com database;
- IP – show your local & external IP address;
- Kill – kill process by name, i.e.
kill cerebro
; - Shell – exec shell commands without running terminal;
- Linux Commands - System commands in Linux i.e.
sleep
,restart
,empty trash
,shut down
Check out plugins documentation.
First, clone the repo via git:
git clone https://github.com/KELiON/cerebro.git cerebro
And then install dependencies.
$ cd cerebro && npm install && cd ./app && npm install && cd ../
$ npm run dev
Note: requires a node version 6.* and an npm version 3.*
-
AssertionError: Current node version is not supported for development
on npm postinstall. Afternpm install
postinstall script checks node & npm to match required versions. If you see this error you have to check node and npm version inpackage.json
devEngines
section and install proper ones. -
Uncaught Error: Module version mismatch. Exepcted 50, got ...
This error means that node modules with native extensions build with wrong node version (your local node version != node version, included to electron). To fix this issue runcd ./app && npm run rebuild
Use this command to build .app
file:
$ npm run package
Follow to be notified about new releases or learn some productivity tips with Cerebro:
Or subscribe to newsletter to be notified only about big releases.
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
MIT © Alexandr Subbotin