Kibana for arm?

Hi,

I wanna use kibana on arm architecture.

I downloaded from github, installed node js and now I allways get the error, that some dependencies are missing, eg:

FATAL CLI ERROR Error: Cannot find module 'webpack'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/butch/elk/kibana/src/optimize/base_optimizer.js:4:1)
    at Module._compile (module.js:571:32)
    at loader (/home/butch/elk/kibana/node_modules/babel-register/lib/node.js:144:5)
    at Object.require.extensions.(anonymous function) [as .js] (/home/butch/elk/kibana/node_modules/babel-register/lib/node.js:154:7)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/butch/elk/kibana/src/optimize/fs_optimizer.js:2:1)
    at Module._compile (module.js:571:32)
    at loader (/home/butch/elk/kibana/node_modules/babel-register/lib/node.js:144:5)
    at Object.require.extensions.(anonymous function) [as .js] (/home/butch/elk/kibana/node_modules/babel-register/lib/node.js:154:7)

Currently I am trying to install the missing dependencies via npm. But after installing one, I get the next missing dependency.

Is there a build for arm available?
Is there a list of these dependencies available? So that I can install all at once?

Thanks, Andreas

We don't offer arm packages currently, see https://github.com/elastic/kibana/issues/3213 for more info. All dependencies are listed in package.json in the root kibana directory. npm install should install all the needed dependencies, I would also make sure you have the proper version of node and npm in use. More instructions here