Is there support for Osquery on 32-bit ARM ?
# general
p
Is there support for Osquery on 32-bit ARM ?
a
Hello @Poornesh! 32-bit is not supported; what platform are you trying to deploy osquery to?
p
Hi @alessandrogario, thanks for your valuable reply . I am trying it on NXP 's i.MX6UL(ARM) SoC which we are using for Medical Project !
a
I don't think osquery will support 32-bit ARM anytime soon; depending on how it is deployed/configured, that specific processor may not be enough
If it can be of any use, there's a nice project called siquery-rs, which provides some of the same features of osquery but is 100% offline
Meaning, it has no support for a distributed or remote loggers
But thanks to rustup, it may be easy to build for that specific platform by installing the right target and cross-compile
p
@alessandrogario really thanks for the detailed information . I will check more on siquery-rs. Once again thanks !