Adobe AIR on Linux: Pre-Beta Testers Needed

Adobe AIR is a cross-operating system runtime for deliverying rich Internet applications on the desktop. Developers using Flex, Flash, HTML, JavaScript, and Ajax can easily build applications for the desktop using Adobe AIR. As of today there have only been releases of Adobe AIR for Windows and Mac but Adobe is committed to also delivering a version for Linux. This is great news for developers like me who use Linux as their primary desktop operating system. The Adobe AIR team is now in the phase of development where they need a handful of additional testers to begin testing initial builds of AIR on Linux. If you are interested please answer the questions below in an email to helptesterairlinux at adobe dot com.

1. Are you comfortable working with prerelease software that is not yet feature complete?

2. Will you be able to submit bug reports on issues that you find back to our development team?

3. How many hours a week can you spend testing on Linux?

4. What is the primary distribution of Linux that you’re using? If you are using more than one distribution, please list.

5. Will you be developing applications on your Linux machine (as opposed to writing on Windows and testing the applications on Linux)?

6. What other operating system are you using, if any (Mac, Windows)? Can you compare the behavior of AIR for Linux with AIR for Windows and AIR for Mac OS?

7. Are you working on an AIR application today? If so, please describe.

8. Are you primarily a Flash, Flex or JavaScript developer?

9. What is your name, company name and email address?

Unfortunately at this point not everyone will be accepted into this pre-beta program however there will be public betas when the pre-beta has been sufficiently tested. And at that point maybe we will finally know whether penguins can fly when given AIR.

This entry was posted in Adobe AIR, Ajax, Flex, Linux. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

23 Comments

  1. John
    Posted February 20, 2008 at 11:10 am | Permalink

    smtp server is returning
    550 No such user – psmtp

    Probably not a a valid email address

  2. Posted February 20, 2008 at 11:27 am | Permalink

    Hi John,

    Well that is one way to weed out people. ;) I’ve fixed the email address (which apparently changed last night). It is now: helptesterairlinux at adobe dot com

    Let me know if that works. Sorry for the hassle.

    -James

  3. Posted February 20, 2008 at 1:44 pm | Permalink

    I plan to run and test on the Ubuntu desktop. I don’t plan to develop on Ubuntu really, since I love my Mac. Our company has some AIR apps (internal) already developed, in development, and on the drawing board – as always. :)

    We’re primarily a Flex and Flash house. We use Mac OS X, Windows, and two of us use Ubuntu a little.

  4. Posted February 20, 2008 at 5:47 pm | Permalink

    Hi,

    I am not an AIR developer but a full time Linux user desperately waiting for AIR on Linux. I use Ubuntu both on my desktop and Laptop. I don’t boot on any other OS unless I need to use AIR apps (in which case, I use Windows inside Virtualbox). If you want, I can do the beta testing for you.

  5. Posted February 20, 2008 at 5:53 pm | Permalink

    Hi Krish,

    Please email helptesterairlinux at adobe dot com with the answers to the questions above. Thanks!

    -James

  6. John
    Posted February 21, 2008 at 2:40 am | Permalink

    Yes, it’s working now.

    Thanks James.

  7. Stephen Gentle
    Posted February 21, 2008 at 3:41 am | Permalink

    When will we see a 64bit version?

  8. Posted February 21, 2008 at 7:33 am | Permalink

    Hi Stephen,

    I’m not sure when there will be a 64bit version. You should join the pre-beta so that you can communicate directly with engineering and product management about that.

    -James

  9. Slack5
    Posted February 21, 2008 at 5:29 pm | Permalink

    Funny, I just looked at their website yesterday to see if they had a linux version.
    Glad to hear it’s in the works (finally).

  10. Posted February 25, 2008 at 10:43 pm | Permalink

    i’am an flexer developer .using flex in ubuntu and windows.want be pre-beta tester for AIR

  11. Jorge Antonio Díaz Gutiérrez
    Posted February 28, 2008 at 1:39 pm | Permalink

    I’ve been waiting for it since a while. It’s a great new!!!!!

  12. Posted February 28, 2008 at 6:01 pm | Permalink

    Hey James,

    I am a full-time Linux user and our company does need to start working with AIR integration. Please let me know if you need an additional tester.

    Thanks,
    Ric

  13. Posted February 28, 2008 at 7:38 pm | Permalink

    Hi Ric,

    Follow the instructions above if you are interested. Thanks!

    -James

  14. Posted February 29, 2008 at 4:31 am | Permalink

    I want test the prerelease of adobe air on linux, i use linux regulary.
    I’ve create my distrib from a grml distribution (debian).

    I love all adobe products.

  15. Posted February 29, 2008 at 3:02 pm | Permalink

    is there any chance that air will ever be open sourced??

  16. Posted March 3, 2008 at 6:40 pm | Permalink

    Hi asdf,

    Adobe is constantly evaluating how to be more open. Currently AIR includes some open source pieces – Tamarin, SQLite, and Webkit. How do you feel consumers and developers would benefit from AIR being open sourced?

    -James

  17. Uri
    Posted March 7, 2008 at 12:15 am | Permalink

    Hi James,

    asdf seems to have lost his train of thought so I’ll answer for him.

    I think the easiest way to see the benefits of source availability is look where it was already done. Firefox is conceptually similar to AIR in that it is a runtime environment that should be able to run and display content everywhere. There’s no doubt that Firefox benefited tremendously from being open-source:

    – ported to many platforms
    – well-integrated with native technologies on each platform
    – extension development and optimization is aided by availability of source code
    – wider and more effective security audits and faster fixes

    I think AIR can equally enjoy each of these benefits. Users also benefit from being able to run a local patched version, for example to make it work better with their hardware (video / webcam / game controller / etc.)

    Of course you can never predict what smart applications people will come up with once they can tinker with the code. Integration with composited desktops? Performance improvements in para-virtualized machines? Or some other cool idea we can’t even imagine now.

    Any piece of code that you do not intend to sell and does not contain trade secrets becomes more useful and valuable when released as open source.

    Uri

  18. Posted March 7, 2008 at 7:33 am | Permalink

    Hi Uri,

    Thanks for your thoughts. I agree with those benefits but that also needs to somehow be balanced with cross-platform consistency – which has always been critical to Adobe. I think that is where the rub is.

    -James

  19. Uri
    Posted March 7, 2008 at 8:46 am | Permalink

    James,

    You’re right of course. But I’m sure cross-platform consistency is just as important to Sun, and it still released the code to Java. That’s also the situation with Mozilla: even though the source code is available, the overwhelming majority still use the official Mozilla builds, and only a very small minority actually change the code and build their own version. Those that do probably do it for things like debugging HTML or extensions, profiling, and fixing bugs – changes that can be merged back upstream. You simply don’t see anyone offering their own modified Firefox version, because consistency is important to the users as well.

    Likewise with AIR, I’m sure that almost everyone will choose to use Adobe’s official builds on all the supported platforms. The very few that don’t will probably do so for a good reason and will know they’re responsible if their client doesn’t work. The much bigger change is that AIR might be available on platforms Adobe did not intend to support, and while the port may not be perfect I think it’s still better overall than not having it available on those platforms at all.

    I’m not saying open-sourcing AIR is essential, AIR is useful with or without the source code, it’s just a little more useful with it.

    Uri

  20. guest
    Posted March 9, 2008 at 8:24 am | Permalink

    i expect air to be just a sucking linux port as is flash. go on releasing your closed source work. its just disgusting from a users point of view. then why should i care about your other products?

  21. Posted March 11, 2008 at 12:47 pm | Permalink

    @Guest: You really help Linux community members look like serious technologists; right on leva.

    @Everyone Who Cares: When I mentioned Linux is coming to AIR at a PHP-based conference recently people got pretty excited. I know this is a great step and a right step.

  22. noirbizarre
    Posted March 23, 2008 at 5:55 am | Permalink

    James, I agree with you that most users directly use the official Firefox binary.
    But I think the real benefit of open-sourcing is not customizing but portage.
    Open-sourced projects give the user the ability to recompile it for special architectures.
    As a common use case: 64bits architectures. Most of the binary only softwares aren’t usables for 64bits architecture.

    Another benefit, is inclusion into the Linux distribution. If you want AIR work out of the box on Linux, open-source is the only way. Binary only will only be available as unofficial installation and not very well integrated into the distribution (for most of them). And that, I think it must be a major argument for Adobe.

  23. Posted March 23, 2008 at 9:48 am | Permalink

    All good points. Thanks noirbizarre.

22 Trackbacks

  1. [...] looking for a few good developers who have a lot of Linux experience to help us beta test AIR. James Ward has most of the details but if you’re currently doing Flex/Flash development on Linux and you want [...]

  2. By People Over Process » links for 2008-02-21 on February 21, 2008 at 12:24 am

    [...] James Ward – RIA Cowboy » Blog Archive » Adobe AIR on Linux: Pre-Beta Testers Needed Adobe looking for people to test out AIR builds on Linux. Meaning, obviously, that they’ll deliver AIR on Linux at some point. (tags: adobe air linux redmonkclients) [...]

  3. By links for 2008-02-21 | Lazycoder on February 21, 2008 at 3:23 am

    [...] James Ward – RIA Cowboy » Blog Archive » Adobe AIR on Linux: Pre-Beta Testers Needed (tags: AIR adobe lazycoder) [...]

  4. [...] cela vous intéresse il vous suffit de répondre aux questions proposées sur ce blog et d’envoyer vos réponses par courriel à l’adresse suivante : [...]

  5. By The Days » links for 2008-02-21 on February 21, 2008 at 12:24 pm

    [...] Adobe AIR on Linux: Pre-Beta Testers Needed ?? ???? ???? ? ?????? ?? ????? ???? (tags: linux air) [...]

  6. By Wanted: Linux desktop users for Adobe Air testing on February 22, 2008 at 5:04 am

    [...] from James Ward’s blog. Tags: adobe, linux, testersShare This Related StoriesFlash 9 Beta available for [...]

  7. By Adobe AIR para probar en Linux « Rogertrips on February 22, 2008 at 9:06 am

    [...] busca usuarios ‘que lo testeen’. Las personas que estén interesadas acceden al blog de James Ward donde se inscriben para posteriormente recibir el cuestionario en el que opinar si esta nueva [...]

  8. [...] busca usuarios ‘que lo testeen’. Las personas que estén interesadas acceden al blog de James Ward donde se inscriben para posteriormente recibir el cuestionario en el que opinar si esta nueva [...]

  9. [...] Although AIR , which has been in beta for about a year now, is ot for Windows and MAC, it’s Linux version is not yet released. However, it has not completely forgotten its open source fans and has already made a call for pre-beta testers for AIR. [...]

  10. [...] James Ward – RIA Cowboy » Blog Archive » Adobe AIR on Linux: Pre-Beta Testers Needed Adobe is committed to getting AIR for Linux out ASAP and looks like they’re doing it right. If you’re a linux geek contact James Ward. (tags: linux air adobe flex beta test) [...]

  11. [...] James Ward has listed the details of what’s needed at http://www.jamesward.org/wordpress/2008/02/20/adobe-air-on-linux-pre-beta-testers-needed/ [...]

  12. [...] Adobe AIR on Linux: Pre-Beta Testers Needed – James Ward – "As of today there have only been releases of Adobe AIR for Windows and Mac but Adobe is committed to also delivering a version for Linux." Interested testers may apply by email at helptesterairlinux at adobe dot com. [...]

  13. By More Adobe AIR News | foojam.com on February 26, 2008 at 5:01 am

    [...] but please keep in mind that Adobe AIR still does not support Linux. However, they are actively seeking out beta testers for a Linux version of the [...]

  14. [...] is now focused on getting AIR 1.0 out for Linux. Currently, they are at the alpha stage and are taking applications for “Pre-Beta Testers”. Here’s a video of Kevin Lynch (Adobe’s Chief Technical Officer) demoing Parleys.com [...]

  15. [...] ??? ???????? ????? ??????? ??????? ????? AIR ???? ????? ????? ?????????? [...]

  16. By Adobe AIR for Linux « Linux and Open Source Blog on February 26, 2008 at 3:32 pm

    [...] Pre-Beta Testers Needed [...]

  17. [...] es eigentlich schon auf Linux (wie man es in diesem Video sehen kann), nur halt nicht ganz stabil. Beta-Tester brauchen die Entwickler, denn ohne die würde AIR Linux noch länger auf sich warten lassen. Also ihr Linuxer könntet auch [...]

  18. By Adobe porterà AIR su Linux « Fermi School Club on March 7, 2008 at 10:32 am

    [...] reclutamento dei prebeta tester è già iniziata dal 20 del mese scorso, mentre l’annuncio del futuro [...]

  19. By DL1t's blog on March 9, 2008 at 5:36 pm

    [...] ?? ??? ??? ??????. ?????????? ?? ???? ????? ?????????? ?????. ????? ????????? ????????? ????-??????. ?? ?????? [...]

  20. [...] Read more [...]

  21. [...] Linuxra.  Nagy sz?kség?k is van beta teszterekkel – akkor ha szeretnél segíteni, jelenkezz be itt.Egyébként, amiután a Flex Builder Linuxra megjelent, gyanitom hogy diákok, tanárok és [...]

  22. [...] manager at abaweja – at – adobe – dot – com with answers to the following questions (picked from James Ward’s post before the first Labs [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Subscribe without commenting