ane VS iOS-Runtime-Headers

Compare ane vs iOS-Runtime-Headers and see what are their differences.

ane

Reverse engineered Linux driver for the Apple Neural Engine (ANE). (by eiln)

iOS-Runtime-Headers

iOS Objective-C headers as derived from runtime introspection (by nst)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ane iOS-Runtime-Headers
1 2
315 7,923
- -
7.2 10.0
2 months ago almost 2 years ago
C Objective-C
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ane

Posts with mentions or reviews of ane. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-25.

iOS-Runtime-Headers

Posts with mentions or reviews of iOS-Runtime-Headers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-25.
  • Android Devices with Backdoored Firmware Found in US Schools
    1 project | news.ycombinator.com | 6 Oct 2023
    Sure, but private methods are another vector - tracking and bypassing the IDFA and potentially acting as official Apple Apps to use/abuse things like Carrier/SIM info[0], updating the wallpaper for the user[1], accessing call history[2], etc.

    0: https://github.com/nst/iOS-Runtime-Headers/blob/fbb634c78269...

    1: https://github.com/nst/iOS-Runtime-Headers/issues/32

    2: https://github.com/nst/iOS-Runtime-Headers/tree/fbb634c78269...

  • Everything we know about the Apple Neural Engine (ANE)
    9 projects | news.ycombinator.com | 25 Mar 2023
    My question too. This semi-answer on the page seems to contradict itself (source: https://github.com/hollance/neural-engine/blob/master/docs/p... ):

    "> Can I program the ANE directly?

    Unfortunately not. You can only use the Neural Engine through Core ML at the moment.

    There currently is no public framework for programming the ANE. There are several private, undocumented frameworks but obviously we cannot use them as Apple rejects apps that use private frameworks.

    (Perhaps in the future Apple will provide a public version of AppleNeuralEngine.framework.)"

    The last part links to this bunch of headers:

    https://github.com/nst/iOS-Runtime-Headers/tree/master/Priva...

    So might it be more accurate to say you can program it directly, but won't end up with something that can be distributed on the app store?

What are some alternatives?

When comparing ane and iOS-Runtime-Headers you can also consider the following projects:

m1n1 - A bootloader and experimentation playground for Apple Silicon

neural-engine - Everything we actually know about the Apple Neural Engine (ANE)

ml-ane-transformers - Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE)

anecc - Run a CoreML MLModel on the Asahi Neural Engine

tinygrad - You like pytorch? You like micrograd? You love tinygrad! ❤️ [Moved to: https://github.com/tinygrad/tinygrad]

whisper.cpp - Port of OpenAI's Whisper model in C/C++